/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_loadimage.c | 169 (struct efi_file_handle *this, const efi_guid_t *info_type, 173 (struct efi_file_handle *this, const efi_guid_t *info_type, 321 (struct efi_file_handle *this, const efi_guid_t *info_type, in getinfo() argument 325 if (efi_st_memcmp(info_type, &guid_file_info, in getinfo() 336 if (efi_st_memcmp(info_type, &guid_file_system_info, in getinfo() 353 (struct efi_file_handle *this, const efi_guid_t *info_type, in setinfo() argument
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify_user.c | 391 info.hdr.info_type = FAN_EVENT_INFO_TYPE_ERROR; in copy_error_info_to_user() 407 int info_type, const char *name, in copy_fid_info_to_user() argument 428 switch (info_type) { in copy_fid_info_to_user() 444 info.hdr.info_type = info_type; in copy_fid_info_to_user() 516 info.hdr.info_type = FAN_EVENT_INFO_TYPE_PIDFD; in copy_pidfd_info_to_user() 531 int ret, total_bytes = 0, info_type = 0; in copy_info_records_to_user() local 542 info_type = info->name_len ? FAN_EVENT_INFO_TYPE_DFID_NAME : in copy_info_records_to_user() 547 info_type = FAN_EVENT_INFO_TYPE_OLD_DFID_NAME; in copy_info_records_to_user() 551 info_type, in copy_info_records_to_user() 564 info_type = FAN_EVENT_INFO_TYPE_NEW_DFID_NAME; in copy_info_records_to_user() [all …]
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_file.c | 528 const efi_guid_t *info_type, in efi_file_getinfo() argument 535 EFI_ENTRY("%p, %pUl, %p, %p", file, info_type, buffer_size, buffer); in efi_file_getinfo() 537 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_getinfo() 571 } else if (!guidcmp(info_type, &efi_file_system_info_guid)) { in efi_file_getinfo() 615 const efi_guid_t *info_type, in efi_file_setinfo() argument 619 EFI_ENTRY("%p, %p, %zu, %p", file, info_type, buffer_size, buffer); in efi_file_setinfo()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | rxmq.c | 1197 enum iwl_rx_phy_info_type info_type; member 1351 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1396 if (phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB && in iwl_mvm_decode_he_phy_data() 1397 phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB_EXT) { in iwl_mvm_decode_he_phy_data() 1424 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1438 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1761 u8 info_type = phy_data->info_type; in iwl_mvm_decode_eht_phy_data() local 1764 if (info_type < IWL_RX_PHY_INFO_TYPE_EHT_MU || in iwl_mvm_decode_eht_phy_data() 1765 info_type > IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT) in iwl_mvm_decode_eht_phy_data() 1859 if (info_type == IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT || in iwl_mvm_decode_eht_phy_data() [all …]
|
/openbmc/linux/samples/fanotify/ |
H A D | fs-monitor.c | 84 switch (info->info_type) { in handle_notifications() 104 info->info_type, info->len); in handle_notifications()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | cros_ec_keyb.c | 350 enum ec_mkbp_info_type info_type, in cros_ec_keyb_info() argument 369 params->info_type = info_type; in cros_ec_keyb_info() 379 (int)info_type, (int)event_type, ret); in cros_ec_keyb_info() 382 (int)info_type, (int)event_type, in cros_ec_keyb_info()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_ioctl.h | 46 __u32 info_type; member
|
H A D | smb2proto.h | 209 u8 info_class, u8 info_type, 243 u8 info_class, u8 info_type, u32 additional_info,
|
H A D | smb2pdu.c | 3753 u8 info_class, u8 info_type, u32 additional_info, in SMB2_query_info_init() argument 3771 req->InfoType = info_type; in SMB2_query_info_init() 3800 u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, in query_info() argument 3840 info_class, info_type, additional_info, in query_info() 3846 ses->Suid, info_class, (__u32)info_type); in query_info() 3858 ses->Suid, info_class, (__u32)info_type, rc); in query_info() 3863 ses->Suid, info_class, (__u32)info_type); in query_info() 5487 u8 info_class, u8 info_type, u32 additional_info, in SMB2_set_info_init() argument 5501 req->InfoType = info_type; in SMB2_set_info_init() 5536 u8 info_type, u3 in send_set_info() argument [all...] |
H A D | smb2ops.c | 1581 switch (qi.info_type & FSCTL_DEVICE_ACCESS_MASK) { in smb2_ioctl_query_info() 1618 qi.info_type, buffer, qi.output_buffer_length, in smb2_ioctl_query_info() 1650 qi.info_type, qi.additional_information, in smb2_ioctl_query_info()
|
/openbmc/linux/include/uapi/linux/ |
H A D | fanotify.h | 155 __u8 info_type; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fw.c | 479 u8 info_type, u16 data_size, void *mcqi_data) in mlx5_reg_mcqi_query() argument 488 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query()
|
/openbmc/linux/drivers/iio/proximity/ |
H A D | cros_ec_mkbp_proximity.c | 80 params->info_type = EC_MKBP_INFO_CURRENT; in cros_ec_mkbp_proximity_query()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | palinfo.c | 427 static const char * const info_type[] = { in register_info() local 437 seq_printf(m, "%-32s : ", info_type[info]); in register_info()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | filesystem-monitoring.rst | 55 identified by ``struct fanotify_event_info_header.info_type`` being set
|
/openbmc/linux/drivers/net/ethernet/dec/tulip/ |
H A D | tulip.h | 390 int info_type; member
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-audio.h | 361 int info_type; member
|
H A D | ipc4-control.c | 612 switch (scontrol->info_type) { in sof_ipc4_widget_kcontrol_setup()
|
H A D | topology.c | 974 scontrol->info_type = le32_to_cpu(hdr->ops.info); in sof_control_load()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-google-hammer.c | 73 params->info_type = get_state ? in cbas_ec_query_base()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pal.h | 1224 ia64_pal_mc_dynamic_state (u64 info_type, u64 dy_buffer, u64 *size) in ia64_pal_mc_dynamic_state() argument 1227 PAL_CALL(iprv, PAL_MC_DYNAMIC_STATE, info_type, dy_buffer, 0); in ia64_pal_mc_dynamic_state()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 1345 const efi_guid_t *info_type, efi_uintn_t *buffer_size, 1348 const efi_guid_t *info_type, efi_uintn_t buffer_size,
|
H A D | ec_commands.h | 2768 uint8_t info_type; member
|
/openbmc/linux/drivers/scsi/esas2r/ |
H A D | atioctl.h | 980 u8 info_type; member
|
/openbmc/linux/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 3176 uint8_t info_type; member
|