/Linux-v6.6/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 207 const struct asymmetric_key_id *match_id, in asymmetric_match_key_ids() argument 213 if (!kids || !match_id) in asymmetric_match_key_ids() 216 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids() 223 struct asymmetric_key_id *match_id, in __asymmetric_key_hex_to_key_id() argument 226 match_id->len = hexlen; in __asymmetric_key_hex_to_key_id() 227 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id() 236 struct asymmetric_key_id *match_id; in asymmetric_key_hex_to_key_id() local 246 match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2, in asymmetric_key_hex_to_key_id() 248 if (!match_id) in asymmetric_key_hex_to_key_id() 250 ret = __asymmetric_key_hex_to_key_id(id, match_id, asciihexlen / 2); in asymmetric_key_hex_to_key_id() [all …]
|
D | asymmetric_keys.h | 13 struct asymmetric_key_id *match_id,
|
/Linux-v6.6/drivers/cpuidle/ |
D | dt_idle_states.c | 21 const struct of_device_id *match_id, in init_state_node() argument 32 idle_state->enter = match_id->data; in init_state_node() 38 idle_state->enter_s2idle = match_id->data; in init_state_node() 154 const struct of_device_id *match_id; in dt_init_idle_driver() local 175 match_id = of_match_node(matches, state_node); in dt_init_idle_driver() 176 if (!match_id) { in dt_init_idle_driver() 199 err = init_state_node(idle_state, match_id, state_node); in dt_init_idle_driver()
|
D | cpuidle-big_little.c | 170 const struct of_device_id *match_id; in bl_idle_init() local 178 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init() 182 if (!match_id) in bl_idle_init()
|
/Linux-v6.6/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 68 __func__, __LINE__, dev->match_id, dev->match_sub_id, in ps3_open_hv_device_sb() 157 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_open_hv_device() 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() 195 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_close_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() [all …]
|
D | device-init.c | 37 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() 182 const struct ps3_repository_device *repo, enum ps3_match_id match_id, in ps3_setup_uhc_device() argument 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 329 pr_debug(" -> %s:%u: match_id %u\n", __func__, __LINE__, match_id); in ps3_setup_storage_dev() 352 p->sbd.match_id = match_id; in ps3_setup_storage_dev() [all …]
|
D | os-area.c | 394 struct os_area_db_id match_id; member 417 const struct os_area_db_id *match_id, struct db_iterator *i) in db_for_each_64() argument 422 i->match_id = match_id ? *match_id : os_area_db_id_any; in db_for_each_64() 437 if (i->match_id.owner != OS_AREA_DB_OWNER_ANY in db_for_each_64() 438 && i->match_id.owner != (int)i->idx->owner) in db_for_each_64() 440 if (i->match_id.key != OS_AREA_DB_KEY_ANY in db_for_each_64() 441 && i->match_id.key != (int)i->idx->key) in db_for_each_64()
|
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_mbx.c | 25 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() 127 req->match_id = cpu_to_le16(hdev->mbx_resp.match_id); in hclgevf_send_mbx_msg() 169 u16 match_id = le16_to_cpu(req->match_id); in hclgevf_handle_mbx_response() local 181 if (match_id) { in hclgevf_handle_mbx_response() 187 if (match_id == resp->match_id) in hclgevf_handle_mbx_response()
|
/Linux-v6.6/arch/sh/drivers/ |
D | platform_early.c | 217 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-v6.6/drivers/gpu/drm/panfrost/ |
D | panfrost_device.h | 153 s32 match_id = pfdev->features.id; in panfrost_model_cmp() local 155 if (match_id & 0xf000) in panfrost_model_cmp() 156 match_id &= 0xf00f; in panfrost_model_cmp() 157 return match_id - id; in panfrost_model_cmp()
|
/Linux-v6.6/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() 1165 dev->match_id); in ps3_vuart_shutdown() 1227 BUG_ON(!drv->core.match_id); in ps3_vuart_port_driver_register()
|
/Linux-v6.6/drivers/soc/qcom/ |
D | spm.c | 274 const struct of_device_id *match_id; in spm_dev_probe() local 286 match_id = of_match_node(spm_match_table, pdev->dev.of_node); in spm_dev_probe() 287 if (!match_id) in spm_dev_probe() 290 drv->reg_data = match_id->data; in spm_dev_probe()
|
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/ |
D | hclge_mbx.h | 105 u16 match_id; member 161 __le16 match_id; member 172 __le16 match_id; member
|
/Linux-v6.6/arch/x86/kernel/ |
D | probe_roms.c | 82 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() function 106 if (device && match_id(pdev, vendor, device)) in probe_list() 138 if (match_id(pdev, vendor, device)) { in find_oprom()
|
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
D | npc.h | 384 u64 match_id :16; member 392 u64 match_id :16; 442 u64 match_id :16; member 450 u64 match_id :16;
|
D | rvu_npc_fs.c | 1065 action.match_id = req->match_id; in npc_update_rx_entry() 1117 action.match_id = req->match_id; in npc_update_tx_entry() 1276 if (is_npc_intf_rx(req->intf) && req->match_id && in npc_install_flow() 1279 req->index, req->match_id); in npc_install_flow()
|
D | rvu_nix.c | 5292 ipolicer->match_id = devm_kcalloc(rvu->dev, in nix_setup_ipolicers() 5295 if (!ipolicer->match_id) in nix_setup_ipolicers() 5467 ipolicer->match_id[prof_idx]) in nix_free_all_bandprof() 5471 ipolicer->match_id[prof_idx] = 0; in nix_free_all_bandprof() 5515 ipolicer->match_id[prof_idx]) in rvu_mbox_handler_nix_bandprof_free() 5519 ipolicer->match_id[prof_idx] = 0; in rvu_mbox_handler_nix_bandprof_free() 5568 u16 rq_idx, u16 match_id) in rvu_nix_setup_ratelimit_aggr() argument 5601 ipolicer->match_id[leaf_prof] = match_id; in rvu_nix_setup_ratelimit_aggr() 5607 if (ipolicer->match_id[idx] != match_id) in rvu_nix_setup_ratelimit_aggr()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | ps3.h | 350 enum ps3_match_id match_id; member 379 enum ps3_match_id match_id; member
|
/Linux-v6.6/sound/ppc/ |
D | snd_ps3.c | 1049 pr_info("%s:start id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove() 1069 pr_info("%s:end id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove() 1073 .match_id = PS3_MATCH_ID_SOUND,
|
/Linux-v6.6/drivers/usb/host/ |
D | ohci-ps3.c | 235 .match_id = PS3_MATCH_ID_OHCI,
|
D | ehci-ps3.c | 250 .match_id = PS3_MATCH_ID_EHCI,
|
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_struct.h | 130 u64 match_id : 16; member
|
/Linux-v6.6/drivers/scsi/ |
D | ps3rom.c | 413 .match_id = PS3_MATCH_ID_STOR_ROM,
|
/Linux-v6.6/drivers/char/ |
D | ps3flash.c | 420 .match_id = PS3_MATCH_ID_STOR_FLASH,
|