Searched refs:get_bus_id (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus.h | 44 int (*get_bus_id)(char bus_id[XEN_BUS_ID_SIZE], const char *nodename); member
|
H A D | xenbus_probe_backend.c | 198 .get_bus_id = backend_bus_id,
|
H A D | xenbus_probe_frontend.c | 161 .get_bus_id = frontend_bus_id,
|
H A D | xenbus_probe.c | 472 err = bus->get_bus_id(devname, xendev->nodename); in xenbus_probe_node()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus.h | 44 int (*get_bus_id)(char bus_id[XEN_BUS_ID_SIZE], const char *nodename); member
|
H A D | xenbus_probe_backend.c | 198 .get_bus_id = backend_bus_id,
|
H A D | xenbus_probe_frontend.c | 161 .get_bus_id = frontend_bus_id,
|
H A D | xenbus_probe.c | 536 err = bus->get_bus_id(devname, xendev->nodename); in xenbus_probe_node()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | cavium.c | 191 static int get_bus_id(u64 reg) in get_bus_id() function 210 bus_id = get_bus_id(emm_switch); in do_switch() 431 set_bus_id(&emm_dma, get_bus_id(rsp_sts)); in cleanup_dma()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cavium.c | 191 static int get_bus_id(u64 reg) in get_bus_id() function 210 bus_id = get_bus_id(emm_switch); in do_switch() 431 set_bus_id(&emm_dma, get_bus_id(rsp_sts)); in cleanup_dma()
|
Completed in 9 milliseconds