Home
last modified time | relevance | path

Searched refs:parport_operations (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/drivers/parport/
Dparport_gsc.c91 struct parport_operations parport_gsc_ops =
233 struct parport_operations *ops; in parport_gsc_probe_port()
242 ops = kmemdup(&parport_gsc_ops, sizeof(struct parport_operations), in parport_gsc_probe_port()
371 struct parport_operations *ops = p->ops; in parport_remove_chip()
Dparport_sunbpp.c232 static struct parport_operations parport_sunbpp_ops =
271 struct parport_operations *ops; in bpp_probe()
288 ops = kmemdup(&parport_sunbpp_ops, sizeof(struct parport_operations), in bpp_probe()
340 struct parport_operations *ops = p->ops; in bpp_remove()
Dparport_mfc3.c78 static struct parport_operations pp_mfc3_ops;
246 static struct parport_operations pp_mfc3_ops = {
Dparport_atari.c136 static struct parport_operations parport_atari_ops = {
Dparport_amiga.c152 static struct parport_operations pp_amiga_ops = {
Dparport_ip32.c1761 static const struct parport_operations parport_ip32_ops __initconst = {
2027 struct parport_operations *ops = NULL; in parport_ip32_probe_port()
2034 ops = kmalloc(sizeof(struct parport_operations), GFP_KERNEL); in parport_ip32_probe_port()
2176 struct parport_operations *ops = p->ops; in parport_ip32_unregister_port()
Dshare.c68 static struct parport_operations dead_ops = {
435 struct parport_operations *ops) in parport_register_port()
Dparport_pc.c918 static const struct parport_operations parport_pc_ops = {
2034 struct parport_operations *ops; in __parport_pc_probe_port()
2059 ops = kmalloc(sizeof(struct parport_operations), GFP_KERNEL); in __parport_pc_probe_port()
2076 memcpy(ops, &parport_pc_ops, sizeof(struct parport_operations)); in __parport_pc_probe_port()
2290 struct parport_operations *ops = p->ops; in parport_pc_unregister_port()
/linux-6.6.21/Documentation/driver-api/
Dparport-lowlevel.rst146 struct parport_operations *ops;
1148 The functions in the port->ops structure (struct parport_operations)
1161 struct parport_operations {
1194 struct parport_operations {
1223 struct parport_operations {
1259 struct parport_operations {
1288 struct parport_operations {
1325 struct parport_operations {
1361 struct parport_operations {
1392 struct parport_operations {
[all …]
/linux-6.6.21/include/linux/
Dparport.h60 struct parport_operations { struct
232 struct parport_operations *ops;
276 struct parport_operations *ops);
/linux-6.6.21/drivers/usb/misc/
Duss720.c633 static struct parport_operations parport_uss720_ops =
/linux-6.6.21/drivers/usb/serial/
Dmos7720.c522 static struct parport_operations parport_mos7715_ops = {