Home
last modified time | relevance | path

Searched refs:match_id (Results 1 – 25 of 39) sorted by relevance

12

/linux/crypto/asymmetric_keys/
A Dasymmetric_type.c201 if (!kids || !match_id) in asymmetric_match_key_ids()
204 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids()
214 match_id->len = hexlen; in __asymmetric_key_hex_to_key_id()
224 struct asymmetric_key_id *match_id; in asymmetric_key_hex_to_key_id() local
236 if (!match_id) in asymmetric_key_hex_to_key_id()
240 kfree(match_id); in asymmetric_key_hex_to_key_id()
243 return match_id; in asymmetric_key_hex_to_key_id()
287 struct asymmetric_key_id *match_id; in asymmetric_key_match_preparse() local
309 if (IS_ERR(match_id)) in asymmetric_key_match_preparse()
310 return PTR_ERR(match_id); in asymmetric_key_match_preparse()
[all …]
A Dasymmetric_keys.h13 struct asymmetric_key_id *match_id,
/linux/drivers/cpuidle/
A Ddt_idle_states.c22 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()
A Dcpuidle-big_little.c166 const struct of_device_id *match_id; in bl_idle_init() local
174 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init()
178 if (!match_id) in bl_idle_init()
/linux/arch/powerpc/platforms/ps3/
A Dsystem-bus.c68 __func__, __LINE__, dev->match_id, dev->match_sub_id, in ps3_open_hv_device_sb()
159 switch (dev->match_id) { in ps3_open_hv_device()
175 __LINE__, dev->match_id); in ps3_open_hv_device()
186 dev->match_id); in ps3_open_hv_device()
197 switch (dev->match_id) { in ps3_close_hv_device()
213 __LINE__, dev->match_id); in ps3_close_hv_device()
224 dev->match_id); in ps3_close_hv_device()
343 result = dev->match_id == drv->match_id; in ps3_system_bus_match()
346 dev->match_id == drv->match_id; in ps3_system_bus_match()
352 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match()
[all …]
A Ddevice-init.c37 dev->match_id = PS3_MATCH_ID_LPM; in ps3_register_lpm_devices()
135 p->dev.match_id = PS3_MATCH_ID_GELIC; in ps3_setup_gelic_device()
206 p->dev.match_id = match_id; in ps3_setup_uhc_device()
285 static int __init ps3_setup_vuart_device(enum ps3_match_id match_id, in ps3_setup_vuart_device() argument
294 match_id, port_number); in ps3_setup_vuart_device()
301 p->dev.match_id = match_id; in ps3_setup_vuart_device()
322 enum ps3_match_id match_id) in ps3_setup_storage_dev() argument
352 p->sbd.match_id = match_id; in ps3_setup_storage_dev()
453 p->dev.match_id = PS3_MATCH_ID_SOUND; in ps3_register_sound_devices()
488 p->dev.match_id = PS3_MATCH_ID_GPU; in ps3_register_graphics_devices()
[all …]
A Dos-area.c396 struct os_area_db_id match_id; member
419 const struct os_area_db_id *match_id, struct db_iterator *i) in db_for_each_64() argument
424 i->match_id = match_id ? *match_id : os_area_db_id_any; in db_for_each_64()
439 if (i->match_id.owner != OS_AREA_DB_OWNER_ANY in db_for_each_64()
440 && i->match_id.owner != (int)i->idx->owner) in db_for_each_64()
442 if (i->match_id.key != OS_AREA_DB_KEY_ANY in db_for_each_64()
443 && i->match_id.key != (int)i->idx->key) in db_for_each_64()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
A Dhclgevf_mbx.c25 hdev->mbx_resp.match_id++; in hclgevf_reset_mbx_resp_status()
27 if (hdev->mbx_resp.match_id == 0) in hclgevf_reset_mbx_resp_status()
28 hdev->mbx_resp.match_id = HCLGEVF_MBX_MATCH_ID_START; in hclgevf_reset_mbx_resp_status()
124 req->match_id = hdev->mbx_resp.match_id; in hclgevf_send_mbx_msg()
176 if (req->match_id) { in hclgevf_handle_mbx_response()
182 if (req->match_id == resp->match_id) in hclgevf_handle_mbx_response()
/linux/arch/sh/drivers/
A Dplatform_early.c217 int match_id; in sh_early_platform_driver_probe_id() local
227 match_id = epdrv->requested_id; in sh_early_platform_driver_probe_id()
231 match_id = id; in sh_early_platform_driver_probe_id()
241 match_id = EARLY_PLATFORM_ID_UNSET; in sh_early_platform_driver_probe_id()
245 switch (match_id) { in sh_early_platform_driver_probe_id()
254 match = sh_early_platform_match(epdrv, match_id); in sh_early_platform_driver_probe_id()
/linux/drivers/ps3/
A Dps3stor_lib.c34 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()
A Dps3-vuart.c1115 dev->match_id); in ps3_vuart_remove()
1165 dev->match_id); in ps3_vuart_shutdown()
1227 BUG_ON(!drv->core.match_id); in ps3_vuart_port_driver_register()
/linux/drivers/gpu/drm/panfrost/
A Dpanfrost_device.h152 s32 match_id = pfdev->features.id; in panfrost_model_cmp() local
154 if (match_id & 0xf000) in panfrost_model_cmp()
155 match_id &= 0xf00f; in panfrost_model_cmp()
156 return match_id - id; in panfrost_model_cmp()
/linux/drivers/soc/qcom/
A Dspm.c216 const struct of_device_id *match_id; in spm_dev_probe() local
230 match_id = of_match_node(spm_match_table, pdev->dev.of_node); in spm_dev_probe()
231 if (!match_id) in spm_dev_probe()
234 drv->reg_data = match_id->data; in spm_dev_probe()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhclge_mbx.h101 u16 match_id; member
148 u16 match_id; member
159 u16 match_id; member
/linux/arch/x86/kernel/
A Dprobe_roms.c81 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() function
105 if (device && match_id(pdev, vendor, device)) in probe_list()
137 if (match_id(pdev, vendor, device)) { in find_oprom()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Dnpc.h369 u64 match_id :16; member
377 u64 match_id :16;
411 u64 match_id :16; member
419 u64 match_id :16;
A Drvu_npc_fs.c954 action.match_id = req->match_id; in npc_update_rx_entry()
994 action.match_id = req->match_id; in npc_update_tx_entry()
1146 if (is_npc_intf_rx(req->intf) && req->match_id && in npc_install_flow()
1149 req->index, req->match_id); in npc_install_flow()
A Drvu.h306 u16 *match_id; member
747 u16 rq_idx, u16 match_id);
A Drvu_nix.c4927 ipolicer->match_id = devm_kcalloc(rvu->dev, in nix_setup_ipolicers()
4930 if (!ipolicer->match_id) in nix_setup_ipolicers()
5100 ipolicer->match_id[prof_idx]) in nix_free_all_bandprof()
5104 ipolicer->match_id[prof_idx] = 0; in nix_free_all_bandprof()
5148 ipolicer->match_id[prof_idx]) in rvu_mbox_handler_nix_bandprof_free()
5152 ipolicer->match_id[prof_idx] = 0; in rvu_mbox_handler_nix_bandprof_free()
5201 u16 rq_idx, u16 match_id) in rvu_nix_setup_ratelimit_aggr() argument
5234 ipolicer->match_id[leaf_prof] = match_id; in rvu_nix_setup_ratelimit_aggr()
5240 if (ipolicer->match_id[idx] != match_id) in rvu_nix_setup_ratelimit_aggr()
/linux/arch/powerpc/include/asm/
A Dps3.h350 enum ps3_match_id match_id; member
379 enum ps3_match_id match_id; member
/linux/sound/ppc/
A Dsnd_ps3.c1050 pr_info("%s:start id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1072 pr_info("%s:end id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1076 .match_id = PS3_MATCH_ID_SOUND,
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_struct.h130 u64 match_id : 16; member
/linux/drivers/usb/host/
A Dehci-ps3.c250 .match_id = PS3_MATCH_ID_EHCI,
A Dohci-ps3.c235 .match_id = PS3_MATCH_ID_OHCI,
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_mbx.c57 resp_pf_to_vf->match_id = vf_to_pf_req->match_id; in hclge_gen_resp_to_vf()

Completed in 49 milliseconds

12