Home
last modified time | relevance | path

Searched refs:unique_id (Results 1 - 25 of 216) sorted by relevance

123456789

/kernel/linux/linux-5.10/drivers/soundwire/
H A Dslave.c40 if (id->unique_id == SDW_IGNORED_UNIQUE_ID) { in sdw_slave_add()
49 id->class_id, id->unique_id); in sdw_slave_add()
164 if (id.unique_id != id2.unique_id) { in sdw_acpi_find_slaves()
167 id.unique_id, id2.unique_id, in sdw_acpi_find_slaves()
173 id.unique_id, id2.unique_id, in sdw_acpi_find_slaves()
180 id.unique_id = SDW_IGNORED_UNIQUE_ID; in sdw_acpi_find_slaves()
232 id.unique_id in sdw_of_find_slaves()
[all...]
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dslave.c41 if (id->unique_id == SDW_IGNORED_UNIQUE_ID) { in sdw_slave_add()
50 id->class_id, id->unique_id); in sdw_slave_add()
154 if (cwd->id.unique_id != id.unique_id) { in sdw_acpi_check_duplicate()
157 cwd->id.unique_id, id.unique_id, cwd->id.mfg_id, in sdw_acpi_check_duplicate()
165 cwd->id.unique_id, id.unique_id, cwd->id.mfg_id, cwd->id.part_id); in sdw_acpi_check_duplicate()
189 cwd.id.unique_id = SDW_IGNORED_UNIQUE_ID; in sdw_acpi_find_one()
255 id.unique_id in sdw_of_find_slaves()
[all...]
/kernel/linux/linux-6.6/tools/testing/memblock/linux/
H A Dinit.h23 #define __setup_param(str, unique_id, fn, early) \
24 static const char __setup_str_##unique_id[] __initconst \
26 static struct obs_kernel_param __setup_##unique_id \
29 { __setup_str_##unique_id, fn, early }
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.h341 * @unique_id - tag specified by application that is used to signal ownership
355 uint32_t unique_id; member
361 * @unique_id - tag uniquely identifies the buffer to be unregistered
368 uint32_t unique_id; member
381 * @unique_id - unique id associated with this buffer.
383 * The application will send only buffer_type and unique_id. Driver will
384 * inspect unique_id first, if valid, fill in all the info. If unique_id is
396 uint32_t unique_id; member
402 * @unique_id
410 uint32_t unique_id; global() member
433 uint32_t unique_id; global() member
446 uint32_t unique_id; global() member
[all...]
H A Dmpt3sas_ctl.c1533 * @unique_id: specifies the unique_id for the buffer
1538 _ctl_diag_get_bufftype(struct MPT3SAS_ADAPTER *ioc, u32 unique_id) in _ctl_diag_get_bufftype() argument
1543 if (ioc->unique_id[index] == unique_id) in _ctl_diag_get_bufftype()
1596 if (diag_register->unique_id == 0) { in _ctl_diag_register_2()
1599 diag_register->unique_id, buffer_type); in _ctl_diag_register_2()
1609 __func__, buffer_type, ioc->unique_id[buffer_type]); in _ctl_diag_register_2()
1626 if (ioc->unique_id[buffer_type] == MPT3DIAGBUFFUNIQUEID && in _ctl_diag_register_2()
1635 ioc->unique_id[buffer_typ in _ctl_diag_register_2()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.h337 * @unique_id - tag specified by application that is used to signal ownership
351 uint32_t unique_id; member
357 * @unique_id - tag uniquely identifies the buffer to be unregistered
364 uint32_t unique_id; member
377 * @unique_id - unique id associated with this buffer.
379 * The application will send only buffer_type and unique_id. Driver will
380 * inspect unique_id first, if valid, fill in all the info. If unique_id is
392 uint32_t unique_id; member
398 * @unique_id
406 uint32_t unique_id; global() member
429 uint32_t unique_id; global() member
[all...]
H A Dmpt3sas_ctl.c1519 * @unique_id: specifies the unique_id for the buffer
1524 _ctl_diag_get_bufftype(struct MPT3SAS_ADAPTER *ioc, u32 unique_id) in _ctl_diag_get_bufftype() argument
1529 if (ioc->unique_id[index] == unique_id) in _ctl_diag_get_bufftype()
1582 if (diag_register->unique_id == 0) { in _ctl_diag_register_2()
1585 diag_register->unique_id, buffer_type); in _ctl_diag_register_2()
1595 __func__, buffer_type, ioc->unique_id[buffer_type]); in _ctl_diag_register_2()
1612 if (ioc->unique_id[buffer_type] == MPT3DIAGBUFFUNIQUEID && in _ctl_diag_register_2()
1621 ioc->unique_id[buffer_typ in _ctl_diag_register_2()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dinit.h314 #define __setup_param(str, unique_id, fn, early) \
315 static const char __setup_str_##unique_id[] __initconst \
317 static struct obs_kernel_param __setup_##unique_id \
320 = { __setup_str_##unique_id, fn, early }
357 #define __setup_param(str, unique_id, fn) /* nothing */
H A Dserial_core.h388 #define _OF_EARLYCON_DECLARE(_name, compat, fn, unique_id) \
389 static const struct earlycon_id unique_id \
396 * const __PASTE(__p, unique_id) = &unique_id
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-acpi.c137 unsigned int part_id, link_id, unique_id, mfg_id, version; in snd_soc_acpi_sdw_link_slaves_found() local
181 unique_id = SDW_UNIQUE_ID(adr); in snd_soc_acpi_sdw_link_slaves_found()
183 ids[j].id.unique_id == unique_id) { in snd_soc_acpi_sdw_link_slaves_found()
/kernel/linux/linux-6.6/include/linux/
H A Dinit.h334 #define __setup_param(str, unique_id, fn, early) \
335 static const char __setup_str_##unique_id[] __initconst \
337 static struct obs_kernel_param __setup_##unique_id \
340 = { __setup_str_##unique_id, fn, early }
384 #define __setup_param(str, unique_id, fn) /* nothing */
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_mm.c895 cinfo->uid = hinfo->unique_id; in hinfo_to_cinfo()
922 adapter->unique_id = lld_adp->unique_id; in mraid_mm_register_adp()
1027 * @unique_id : adapter unique identifier
1037 mraid_mm_adapter_app_handle(uint32_t unique_id) in mraid_mm_adapter_app_handle() argument
1045 if (adapter->unique_id == unique_id) { in mraid_mm_adapter_app_handle()
1114 * @unique_id : UID of the adpater
1119 mraid_mm_unregister_adp(uint32_t unique_id) in mraid_mm_unregister_adp() argument
1127 if (adapter->unique_id in mraid_mm_unregister_adp()
[all...]
H A Dmegaraid_ioctl.h190 uint32_t unique_id; member
250 * @unique_id : Any unique id (usually PCI bus+dev+fn)
273 uint32_t unique_id; member
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_mm.c895 cinfo->uid = hinfo->unique_id; in hinfo_to_cinfo()
922 adapter->unique_id = lld_adp->unique_id; in mraid_mm_register_adp()
1027 * @unique_id : adapter unique identifier
1037 mraid_mm_adapter_app_handle(uint32_t unique_id) in mraid_mm_adapter_app_handle() argument
1045 if (adapter->unique_id == unique_id) { in mraid_mm_adapter_app_handle()
1114 * @unique_id : UID of the adpater
1119 mraid_mm_unregister_adp(uint32_t unique_id) in mraid_mm_unregister_adp() argument
1127 if (adapter->unique_id in mraid_mm_unregister_adp()
[all...]
H A Dmegaraid_ioctl.h190 uint32_t unique_id; member
250 * @unique_id : Any unique id (usually PCI bus+dev+fn)
273 uint32_t unique_id; member
/kernel/linux/linux-5.10/fs/openpromfs/
H A Dinode.c211 ino = child->unique_id; in openpromfs_lookup()
224 ino = prop->unique_id; in openpromfs_lookup()
285 dp->parent->unique_id), DT_DIR)) in openpromfs_readdir()
301 child->unique_id, DT_DIR)) in openpromfs_readdir()
316 prop->unique_id, DT_REG)) in openpromfs_readdir()
/kernel/linux/linux-6.6/fs/openpromfs/
H A Dinode.c211 ino = child->unique_id; in openpromfs_lookup()
224 ino = prop->unique_id; in openpromfs_lookup()
289 dp->parent->unique_id), DT_DIR)) in openpromfs_readdir()
305 child->unique_id, DT_DIR)) in openpromfs_readdir()
320 prop->unique_id, DT_REG)) in openpromfs_readdir()
/kernel/linux/linux-5.10/drivers/acpi/x86/
H A Dutils.c168 if (!adev->pnp.unique_id || in acpi_device_override_status()
169 strcmp(adev->pnp.unique_id, override_status_ids[i].uid)) in acpi_device_override_status()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h292 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE
299 __le32 unique_id; member
308 * @unique_id: unique id of the Time Event itself
316 __le32 unique_id; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h234 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE
241 __le32 unique_id; member
250 * @unique_id: unique id of the Time Event itself
258 __le32 unique_id; member
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Ddev-path-parser.c28 if (adev->pnp.unique_id) in match_acpi_dev()
29 return !strcmp(adev->pnp.unique_id, hid_uid.uid); in match_acpi_dev()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c311 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
391 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_aux_roc_te_handle_notif()
403 le32_to_cpu(notif->unique_id), in iwl_mvm_aux_roc_te_handle_notif()
441 le32_to_cpu(notif->unique_id), in iwl_mvm_rx_time_event_notif()
450 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
477 if (le32_to_cpu(resp->unique_id) != te_data->uid) in iwl_mvm_te_notif()
512 te_data->uid = le32_to_cpu(resp->unique_id); in iwl_mvm_time_event_response()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c322 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif()
411 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_aux_roc_te_handle_notif()
423 le32_to_cpu(notif->unique_id), in iwl_mvm_aux_roc_te_handle_notif()
461 le32_to_cpu(notif->unique_id), in iwl_mvm_rx_time_event_notif()
470 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_rx_time_event_notif()
497 if (le32_to_cpu(resp->unique_id) != te_data->uid) in iwl_mvm_te_notif()
532 te_data->uid = le32_to_cpu(resp->unique_id); in iwl_mvm_time_event_response()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda.c1080 unsigned int part_id, link_id, unique_id, mfg_id; in link_slaves_found() local
1099 unique_id = SDW_UNIQUE_ID(adr); in link_slaves_found()
1101 ids[j].id.unique_id == SDW_IGNORED_UNIQUE_ID || in link_slaves_found()
1102 ids[j].id.unique_id == unique_id) { in link_slaves_found()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dwm831x-otp.c55 static DEVICE_ATTR(unique_id, 0444, wm831x_unique_id_show, NULL);

Completed in 23 milliseconds

123456789