/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 193 const struct asymmetric_key_id *match_id, in asymmetric_match_key_ids() argument 199 if (!kids || !match_id) in asymmetric_match_key_ids() 202 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids() 209 struct asymmetric_key_id *match_id, in __asymmetric_key_hex_to_key_id() argument 212 match_id->len = hexlen; in __asymmetric_key_hex_to_key_id() 213 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id() 222 struct asymmetric_key_id *match_id; in asymmetric_key_hex_to_key_id() local 232 match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2, in asymmetric_key_hex_to_key_id() 234 if (!match_id) in asymmetric_key_hex_to_key_id() 236 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,
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 156 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_open_hv_device() 158 switch (dev->match_id) { in ps3_open_hv_device() 174 __LINE__, dev->match_id); in ps3_open_hv_device() 185 dev->match_id); in ps3_open_hv_device() 194 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_close_hv_device() 196 switch (dev->match_id) { in ps3_close_hv_device() 212 __LINE__, dev->match_id); in ps3_close_hv_device() 223 dev->match_id); in ps3_close_hv_device() 342 result = dev->match_id == drv->match_id; in ps3_system_bus_match() 345 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 | 396 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | probe_roms.c | 81 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hclge_mbx.h | 138 u16 match_id; member 149 u16 match_id; member
|
/kernel/linux/linux-5.10/sound/ppc/ |
D | snd_ps3.c | 901 if (WARN_ON(dev->match_id != PS3_MATCH_ID_SOUND)) in snd_ps3_driver_probe() 1055 pr_info("%s:start id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove() 1056 if (dev->match_id != PS3_MATCH_ID_SOUND) in snd_ps3_driver_remove() 1079 pr_info("%s:end id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove() 1084 .match_id = PS3_MATCH_ID_SOUND,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | npc.h | 295 u64 match_id :16; member 303 u64 match_id :16;
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | ps3.h | 350 enum ps3_match_id match_id; member 379 enum ps3_match_id match_id; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_struct.h | 133 u64 match_id : 16; member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-ps3.c | 252 .match_id = PS3_MATCH_ID_EHCI,
|
D | ohci-ps3.c | 237 .match_id = PS3_MATCH_ID_OHCI,
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | ps3rom.c | 419 .match_id = PS3_MATCH_ID_STOR_ROM,
|
/kernel/linux/linux-5.10/drivers/char/ |
D | ps3flash.c | 421 .match_id = PS3_MATCH_ID_STOR_FLASH,
|
/kernel/linux/linux-5.10/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()
|