| /linux/sound/usb/ |
| H A D | clock.c | 296 const struct audioformat *fmt, int entity_id, in __uac_clock_find_source() argument 308 entity_id &= 0xff; in __uac_clock_find_source() 310 if (test_and_set_bit(entity_id, visited)) { in __uac_clock_find_source() 313 __func__, entity_id); in __uac_clock_find_source() 318 source = snd_usb_find_clock_source(chip, entity_id, fmt); in __uac_clock_find_source() 320 entity_id = GET_VAL(source, proto, bClockID); in __uac_clock_find_source() 322 entity_id)) { in __uac_clock_find_source() 325 entity_id); in __uac_clock_find_source() 328 return entity_id; in __uac_clock_find_source() 331 selector = snd_usb_find_clock_selector(chip, entity_id, fm in __uac_clock_find_source() [all...] |
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_main.c | 2528 u8 entity_id, len, buf[32]; in qed_nvm_flash_cfg_write() local 2552 entity_id = **data; in qed_nvm_flash_cfg_write() 2572 if (entity_id) in qed_nvm_flash_cfg_write() 2577 entity_id, len); in qed_nvm_flash_cfg_write() 2578 rc = qed_mcp_nvm_set_cfg(hwfn, ptt, cfg_id, entity_id, flags, in qed_nvm_flash_cfg_write() 2617 u32 cmd, u32 entity_id) in qed_nvm_flash_cfg_read() argument 2629 "Read config cmd = %d entity id %d\n", cmd, entity_id); in qed_nvm_flash_cfg_read() 2630 flags = entity_id ? QED_NVM_CFG_GET_PF_FLAGS : QED_NVM_CFG_GET_FLAGS; in qed_nvm_flash_cfg_read() 2631 rc = qed_mcp_nvm_get_cfg(hwfn, ptt, cmd, entity_id, flags, *data, &len); in qed_nvm_flash_cfg_read()
|
| H A D | qed_mcp.h | 1357 u16 option_id, u8 entity_id, u16 flags, u8 *p_buf, 1374 u16 option_id, u8 entity_id, u16 flags, u8 *p_buf,
|
| H A D | qed_mcp.c | 4028 u16 option_id, u8 entity_id, u16 flags, u8 *p_buf, in qed_mcp_nvm_get_cfg() argument 4046 entity_id); in qed_mcp_nvm_get_cfg() 4058 u16 option_id, u8 entity_id, u16 flags, u8 *p_buf, in qed_mcp_nvm_set_cfg() argument 4081 entity_id); in qed_mcp_nvm_set_cfg()
|
| H A D | qed_sriov.c | 25 static u16 qed_vf_from_entity_id(__le16 entity_id) in qed_vf_from_entity_id() argument 27 return le16_to_cpu(entity_id) - MAX_NUM_PFS; in qed_vf_from_entity_id() 4062 (p_data->entity_id)); in qed_sriov_vfpf_malicious()
|
| H A D | qed_dev.c | 2366 le16_to_cpu(data->err_data.entity_id) >= MAX_NUM_PFS) { in qed_fw_err_handler()
|
| /linux/include/uapi/linux/ |
| H A D | media.h | 335 __u32 entity_id; member
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-g-topology.rst | 225 - ``entity_id``
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_asoc.c | 392 int function_id, int entity_id, in sdca_asoc_pde_poll_actual_ps() argument 412 reg = SDW_SDCA_CTL(function_id, entity_id, SDCA_CTL_PDE_ACTUAL_PS, 0); in sdca_asoc_pde_poll_actual_ps()
|
| /linux/drivers/media/mc/ |
| H A D | mc-device.c | 327 kpad.entity_id = pad->entity->graph_obj.id; in media_device_get_topology()
|
| /linux/include/linux/qed/ |
| H A D | qed_if.h | 1179 u32 entity_id);
|