/drivers/cpuidle/ |
D | dt_idle_states.c | 22 const struct of_device_id *match_id, in init_state_node() argument 33 idle_state->enter = match_id->data; in init_state_node() 39 idle_state->enter_s2idle = match_id->data; in init_state_node() 155 const struct of_device_id *match_id; in dt_init_idle_driver() local 176 match_id = of_match_node(matches, state_node); in dt_init_idle_driver() 177 if (!match_id) { in dt_init_idle_driver() 200 err = init_state_node(idle_state, match_id, state_node); in dt_init_idle_driver()
|
D | cpuidle-big_little.c | 167 const struct of_device_id *match_id; in bl_idle_init() local 175 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init() 179 if (!match_id) in bl_idle_init()
|
D | cpuidle-qcom-spm.c | 275 const struct of_device_id *match_id; in spm_dev_probe() local 292 match_id = of_match_node(spm_match_table, pdev->dev.of_node); in spm_dev_probe() 293 if (!match_id) in spm_dev_probe() 296 drv->reg_data = match_id->data; in spm_dev_probe()
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_device.h | 149 s32 match_id = pfdev->features.id; in panfrost_model_cmp() local 151 if (match_id & 0xf000) in panfrost_model_cmp() 152 match_id &= 0xf00f; in panfrost_model_cmp() 153 return match_id - id; in panfrost_model_cmp()
|
/drivers/ps3/ |
D | ps3stor_lib.c | 34 if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) in ps3stor_open_hv_device() 37 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK) in ps3stor_open_hv_device() 47 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK in ps3stor_close_hv_device() 59 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK) in ps3stor_close_hv_device() 62 if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) { in ps3stor_close_hv_device() 81 if (dev->sbd.match_id == PS3_MATCH_ID_STOR_ROM) { in ps3stor_probe_access()
|
D | ps3-vuart.c | 1115 dev->match_id); in ps3_vuart_remove() 1166 dev->match_id); in ps3_vuart_shutdown() 1229 BUG_ON(!drv->core.match_id); in ps3_vuart_port_driver_register()
|
D | ps3-sys-manager.c | 734 .core.match_id = PS3_MATCH_ID_SYSTEM_MANAGER,
|
D | ps3-lpm.c | 1213 .match_id = PS3_MATCH_ID_LPM,
|
D | ps3av.c | 1020 .core.match_id = PS3_MATCH_ID_AV_SETTINGS,
|
/drivers/net/ethernet/hisilicon/hns3/ |
D | hclge_mbx.h | 138 u16 match_id; member 149 u16 match_id; member
|
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | npc.h | 295 u64 match_id :16; member 303 u64 match_id :16;
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_struct.h | 133 u64 match_id : 16; member
|
/drivers/usb/host/ |
D | ohci-ps3.c | 237 .match_id = PS3_MATCH_ID_OHCI,
|
D | ehci-ps3.c | 252 .match_id = PS3_MATCH_ID_EHCI,
|
/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_mbx.c | 57 resp_pf_to_vf->match_id = vf_to_pf_req->match_id; in hclge_gen_resp_to_vf()
|
/drivers/scsi/ |
D | ps3rom.c | 419 .match_id = PS3_MATCH_ID_STOR_ROM,
|
/drivers/perf/ |
D | xgene_pmu.c | 1540 const struct acpi_device_id *match_id = NULL; in xgene_pmu_acpi_match_type() local 1545 match_id = id; in xgene_pmu_acpi_match_type() 1546 else if (match_id) in xgene_pmu_acpi_match_type() 1550 return match_id; in xgene_pmu_acpi_match_type()
|
/drivers/char/ |
D | ps3flash.c | 421 .match_id = PS3_MATCH_ID_STOR_FLASH,
|
/drivers/block/ |
D | ps3disk.c | 533 .match_id = PS3_MATCH_ID_STOR_DISK,
|
D | ps3vram.c | 824 .match_id = PS3_MATCH_ID_GPU,
|
/drivers/video/fbdev/ |
D | ps3fb.c | 1249 .match_id = PS3_MATCH_ID_GPU,
|
/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1850 .match_id = PS3_MATCH_ID_GELIC,
|