/drivers/soc/qcom/ |
D | spm.c | 213 const struct of_device_id *match_id; in qcom_cpuidle_init() local 236 match_id = of_match_node(qcom_idle_state_match, state_node); in qcom_cpuidle_init() 237 if (!match_id) in qcom_cpuidle_init() 240 idle_fns[state_count] = match_id->data; in qcom_cpuidle_init() 243 if (match_id->data == qcom_cpu_spc) in qcom_cpuidle_init() 329 const struct of_device_id *match_id; in spm_dev_probe() local 342 match_id = of_match_node(spm_match_table, pdev->dev.of_node); in spm_dev_probe() 343 if (!match_id) in spm_dev_probe() 346 drv->reg_data = match_id->data; in spm_dev_probe()
|
/drivers/staging/lustre/lnet/lnet/ |
D | lib-me.c | 73 lnet_process_id_t match_id, in LNetMEAttach() argument 87 mtable = lnet_mt_of_attach(portal, match_id, in LNetMEAttach() 99 me->me_match_id = match_id; in LNetMEAttach() 110 head = lnet_mt_match_head(mtable, match_id, match_bits); in LNetMEAttach() 144 lnet_process_id_t match_id, in LNetMEInsert() argument 187 new_me->me_match_id = match_id; in LNetMEInsert()
|
D | lib-ptl.c | 42 lnet_ptl_match_type(unsigned int index, lnet_process_id_t match_id, in lnet_ptl_match_type() argument 49 match_id.nid != LNET_NID_ANY && in lnet_ptl_match_type() 50 match_id.pid != LNET_PID_ANY; in lnet_ptl_match_type()
|
/drivers/cpuidle/ |
D | dt_idle_states.c | 29 const struct of_device_id *match_id; in init_state_node() local 32 match_id = of_match_node(matches, state_node); in init_state_node() 33 if (!match_id) in init_state_node() 40 idle_state->enter = match_id->data; in init_state_node()
|
/drivers/s390/cio/ |
D | cio.c | 885 struct sch_match_id *match_id = data; in __reipl_subchannel_match() local 890 (schib.pmcw.dev == match_id->devid.devno) && in __reipl_subchannel_match() 891 (schid.ssid == match_id->devid.ssid)) { in __reipl_subchannel_match() 892 match_id->schid = schid; in __reipl_subchannel_match() 893 match_id->rc = 0; in __reipl_subchannel_match() 902 struct sch_match_id match_id; in reipl_find_schid() local 904 match_id.devid = *devid; in reipl_find_schid() 905 match_id.rc = -ENODEV; in reipl_find_schid() 906 for_each_subchannel(__reipl_subchannel_match, &match_id); in reipl_find_schid() 907 if (match_id.rc == 0) in reipl_find_schid() [all …]
|
/drivers/ps3/ |
D | ps3stor_lib.c | 46 if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) in ps3stor_open_hv_device() 49 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK) in ps3stor_open_hv_device() 59 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK in ps3stor_close_hv_device() 71 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK) in ps3stor_close_hv_device() 74 if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) { in ps3stor_close_hv_device() 93 if (dev->sbd.match_id == PS3_MATCH_ID_STOR_ROM) { in ps3stor_probe_access()
|
D | ps3-vuart.c | 1128 dev->match_id); in ps3_vuart_remove() 1179 dev->match_id); in ps3_vuart_shutdown() 1242 BUG_ON(!drv->core.match_id); in ps3_vuart_port_driver_register()
|
D | ps3-sys-manager.c | 745 .core.match_id = PS3_MATCH_ID_SYSTEM_MANAGER,
|
D | ps3-lpm.c | 1227 .match_id = PS3_MATCH_ID_LPM,
|
D | ps3av.c | 1039 .core.match_id = PS3_MATCH_ID_AV_SETTINGS,
|
/drivers/base/ |
D | platform.c | 1337 int match_id; in early_platform_driver_probe_id() local 1347 match_id = epdrv->requested_id; in early_platform_driver_probe_id() 1351 match_id = id; in early_platform_driver_probe_id() 1361 match_id = EARLY_PLATFORM_ID_UNSET; in early_platform_driver_probe_id() 1365 switch (match_id) { in early_platform_driver_probe_id() 1374 match = early_platform_match(epdrv, match_id); in early_platform_driver_probe_id()
|
/drivers/usb/host/ |
D | ohci-ps3.c | 247 .match_id = PS3_MATCH_ID_OHCI,
|
D | ehci-ps3.c | 262 .match_id = PS3_MATCH_ID_EHCI,
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 693 static lnet_process_id_t match_id = {LNET_NID_ANY, LNET_PID_ANY}; in ptlrpc_register_rqbd() local 709 match_id, 0, ~0, LNET_UNLINK, in ptlrpc_register_rqbd()
|
/drivers/scsi/ |
D | ps3rom.c | 432 .match_id = PS3_MATCH_ID_STOR_ROM,
|
/drivers/char/ |
D | ps3flash.c | 433 .match_id = PS3_MATCH_ID_STOR_FLASH,
|
/drivers/block/ |
D | ps3disk.c | 542 .match_id = PS3_MATCH_ID_STOR_DISK,
|
D | ps3vram.c | 836 .match_id = PS3_MATCH_ID_GPU,
|
/drivers/video/fbdev/ |
D | ps3fb.c | 1248 .match_id = PS3_MATCH_ID_GPU,
|
/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1870 .match_id = PS3_MATCH_ID_GELIC,
|