Symbol: parport_operations
drivers/parport/parport_amiga.c
152
static struct parport_operations pp_amiga_ops = {
drivers/parport/parport_atari.c
136
static struct parport_operations parport_atari_ops = {
drivers/parport/parport_gsc.c
233
struct parport_operations *ops;
drivers/parport/parport_gsc.c
242
ops = kmemdup(&parport_gsc_ops, sizeof(struct parport_operations),
drivers/parport/parport_gsc.c
371
struct parport_operations *ops = p->ops;
drivers/parport/parport_gsc.c
91
struct parport_operations parport_gsc_ops =
drivers/parport/parport_ip32.c
1761
static const struct parport_operations parport_ip32_ops __initconst = {
drivers/parport/parport_ip32.c
2027
struct parport_operations *ops = NULL;
drivers/parport/parport_ip32.c
2034
ops = kmalloc_obj(struct parport_operations);
drivers/parport/parport_ip32.c
2176
struct parport_operations *ops = p->ops;
drivers/parport/parport_mfc3.c
245
static struct parport_operations pp_mfc3_ops = {
drivers/parport/parport_mfc3.c
78
static struct parport_operations pp_mfc3_ops;
drivers/parport/parport_pc.c
2034
struct parport_operations *ops;
drivers/parport/parport_pc.c
2059
ops = kmalloc_obj(struct parport_operations);
drivers/parport/parport_pc.c
2076
memcpy(ops, &parport_pc_ops, sizeof(struct parport_operations));
drivers/parport/parport_pc.c
2290
struct parport_operations *ops = p->ops;
drivers/parport/parport_pc.c
918
static const struct parport_operations parport_pc_ops = {
drivers/parport/parport_sunbpp.c
232
static struct parport_operations parport_sunbpp_ops =
drivers/parport/parport_sunbpp.c
271
struct parport_operations *ops;
drivers/parport/parport_sunbpp.c
288
ops = kmemdup(&parport_sunbpp_ops, sizeof(struct parport_operations),
drivers/parport/parport_sunbpp.c
340
struct parport_operations *ops = p->ops;
drivers/parport/share.c
425
struct parport_operations *ops)
drivers/parport/share.c
66
static struct parport_operations dead_ops = {
drivers/usb/misc/uss720.c
633
static struct parport_operations parport_uss720_ops =
drivers/usb/serial/mos7720.c
522
static struct parport_operations parport_mos7715_ops = {
include/linux/parport.h
230
struct parport_operations *ops;
include/linux/parport.h
271
struct parport_operations *ops);