Searched refs:match_port (Results 1 – 22 of 22) sorted by relevance
/linux-6.1.9/drivers/auxdisplay/ |
D | ks0108.c | 163 .match_port = ks0108_parport_attach,
|
D | panel.c | 1613 .match_port = panel_attach,
|
/linux-6.1.9/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() 303 if (drv->match_port) in __parport_register_driver()
|
/linux-6.1.9/drivers/input/serio/ |
D | parkbd.c | 219 .match_port = parkbd_attach,
|
/linux-6.1.9/drivers/pps/clients/ |
D | pps_parport.c | 217 .match_port = parport_attach,
|
/linux-6.1.9/drivers/spi/ |
D | spi-lm70llp.c | 319 .match_port = spi_lm70llp_attach,
|
D | spi-butterfly.c | 316 .match_port = butterfly_attach,
|
/linux-6.1.9/drivers/pps/generators/ |
D | pps_gen_parport.c | 233 .match_port = parport_attach,
|
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-parport.c | 401 .match_port = i2c_parport_attach,
|
/linux-6.1.9/drivers/input/joystick/ |
D | turbografx.c | 275 .match_port = tgfx_attach,
|
D | walkera0701.c | 294 .match_port = walkera0701_attach,
|
D | db9.c | 674 .match_port = db9_attach,
|
D | gamecon.c | 1017 .match_port = gc_attach,
|
/linux-6.1.9/include/linux/ |
D | parport.h | 262 void (*match_port)(struct parport *); member
|
/linux-6.1.9/sound/drivers/ |
D | portman2x4.c | 679 .match_port = snd_portman_attach,
|
D | mts64.c | 883 .match_port = snd_mts64_attach,
|
/linux-6.1.9/drivers/char/ |
D | ppdev.c | 831 .match_port = pp_attach,
|
D | lp.c | 1015 .match_port = lp_attach,
|
/linux-6.1.9/drivers/scsi/ |
D | imm.c | 1282 .match_port = imm_attach,
|
D | ppa.c | 1156 .match_port = ppa_attach,
|
/linux-6.1.9/drivers/net/plip/ |
D | plip.c | 1359 .match_port = plip_attach,
|
/linux-6.1.9/fs/cifs/ |
D | connect.c | 1356 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) in match_port() function 1482 if (!match_port(server, addr)) in match_server()
|