Home
last modified time | relevance | path

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

/linux/drivers/parport/
H A 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()
H A 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()
H A Dparport_atari.c136 static struct parport_operations parport_atari_ops = {
H A Dparport_amiga.c152 static struct parport_operations pp_amiga_ops = {
H A 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()
H A Dshare.c66 static struct parport_operations dead_ops = {
425 struct parport_operations *ops) in parport_register_port()
H A 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/Documentation/driver-api/
H A 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/include/linux/
H A Dparport.h60 struct parport_operations { struct
230 struct parport_operations *ops;
271 struct parport_operations *ops);
/linux/drivers/usb/serial/
H A Dmos7720.c522 static struct parport_operations parport_mos7715_ops = {