Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/
A Dparport-lowlevel.rst1161 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 {
1421 struct parport_operations {
1450 struct parport_operations {
[all …]
/linux/drivers/parport/
A Dparport_gsc.c92 struct parport_operations parport_gsc_ops =
234 struct parport_operations *ops; in parport_gsc_probe_port()
243 ops = kmemdup(&parport_gsc_ops, sizeof(struct parport_operations), in parport_gsc_probe_port()
386 struct parport_operations *ops = p->ops; in parport_remove_chip()
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()
A Dparport_mfc3.c78 static struct parport_operations pp_mfc3_ops;
246 static struct parport_operations pp_mfc3_ops = {
A Dparport_atari.c136 static struct parport_operations parport_atari_ops = {
A Dparport_amiga.c152 static struct parport_operations pp_amiga_ops = {
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()
A Dshare.c68 static struct parport_operations dead_ops = {
435 struct parport_operations *ops) in parport_register_port()
A Dparport_pc.c899 static const struct parport_operations parport_pc_ops = {
2010 struct parport_operations *ops; in parport_pc_probe_port()
2035 ops = kmalloc(sizeof(struct parport_operations), GFP_KERNEL); in parport_pc_probe_port()
2052 memcpy(ops, &parport_pc_ops, sizeof(struct parport_operations)); in parport_pc_probe_port()
2247 struct parport_operations *ops = p->ops; in parport_pc_unregister_port()
A Dparport_ax88796.c232 static struct parport_operations parport_ax88796_ops = {
/linux/include/linux/
A Dparport.h65 struct parport_operations { struct
235 struct parport_operations *ops;
279 struct parport_operations *ops);
/linux/drivers/usb/misc/
A Duss720.c632 static struct parport_operations parport_uss720_ops =
/linux/drivers/usb/serial/
A Dmos7720.c522 static struct parport_operations parport_mos7715_ops = {

Completed in 49 milliseconds