Searched refs:match_port (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/auxdisplay/ |
D | ks0108.c | 180 .match_port = ks0108_parport_attach,
|
/linux-4.4.14/drivers/input/serio/ |
D | parkbd.c | 223 .match_port = parkbd_attach,
|
/linux-4.4.14/drivers/parport/ |
D | share.c | 159 if (drv->match_port) in driver_check() 160 drv->match_port(port); in driver_check() 227 drv->match_port(to_parport_dev(dev)); in port_check() 284 if (drv->match_port) in __parport_register_driver()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-parport.c | 292 .match_port = i2c_parport_attach,
|
/linux-4.4.14/drivers/input/joystick/ |
D | turbografx.c | 296 .match_port = tgfx_attach,
|
D | walkera0701.c | 298 .match_port = walkera0701_attach,
|
D | db9.c | 690 .match_port = db9_attach,
|
D | gamecon.c | 1028 .match_port = gc_attach,
|
/linux-4.4.14/include/linux/ |
D | parport.h | 261 void (*match_port)(struct parport *); member
|
/linux-4.4.14/drivers/staging/panel/ |
D | panel.c | 2304 .match_port = panel_attach,
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 1981 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) in match_port() function 2086 if (!match_port(server, addr)) in match_server()
|