Searched refs:match_port (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/auxdisplay/ |
D | ks0108.c | 166 .match_port = ks0108_parport_attach,
|
D | panel.c | 1663 .match_port = panel_attach,
|
/Linux-v4.19/drivers/input/serio/ |
D | parkbd.c | 223 .match_port = parkbd_attach,
|
/Linux-v4.19/drivers/parport/ |
D | share.c | 159 if (drv->match_port) in driver_check() 160 drv->match_port(port); in driver_check() 229 drv->match_port(to_parport_dev(dev)); in port_check() 286 if (drv->match_port) in __parport_register_driver()
|
/Linux-v4.19/drivers/pps/clients/ |
D | pps_parport.c | 227 .match_port = parport_attach,
|
/Linux-v4.19/drivers/pps/generators/ |
D | pps_gen_parport.c | 244 .match_port = parport_attach,
|
/Linux-v4.19/drivers/spi/ |
D | spi-lm70llp.c | 328 .match_port = spi_lm70llp_attach,
|
D | spi-butterfly.c | 325 .match_port = butterfly_attach,
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-parport.c | 291 .match_port = i2c_parport_attach,
|
/Linux-v4.19/drivers/input/joystick/ |
D | turbografx.c | 290 .match_port = tgfx_attach,
|
D | walkera0701.c | 298 .match_port = walkera0701_attach,
|
D | db9.c | 689 .match_port = db9_attach,
|
D | gamecon.c | 1031 .match_port = gc_attach,
|
/Linux-v4.19/include/linux/ |
D | parport.h | 262 void (*match_port)(struct parport *); member
|
/Linux-v4.19/sound/drivers/ |
D | portman2x4.c | 693 .match_port = snd_portman_attach,
|
D | mts64.c | 895 .match_port = snd_mts64_attach,
|
/Linux-v4.19/drivers/char/ |
D | ppdev.c | 841 .match_port = pp_attach,
|
/Linux-v4.19/drivers/scsi/ |
D | ppa.c | 1150 .match_port = ppa_attach,
|
D | imm.c | 1284 .match_port = imm_attach,
|
/Linux-v4.19/drivers/net/plip/ |
D | plip.c | 1351 .match_port = plip_attach,
|
/Linux-v4.19/fs/cifs/ |
D | connect.c | 2169 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) in match_port() function 2276 if (!match_port(server, addr)) in match_server()
|