| /linux-6.15/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 454 int info_type, const char *name, in copy_fid_info_to_user() argument 475 switch (info_type) { in copy_fid_info_to_user() 491 info.hdr.info_type = info_type; in copy_fid_info_to_user() 602 int ret, total_bytes = 0, info_type = 0; in copy_info_records_to_user() local 622 info_type, in copy_info_records_to_user() 638 info_type, in copy_info_records_to_user() 658 info_type = FAN_EVENT_INFO_TYPE_FID; in copy_info_records_to_user() 666 info_type = FAN_EVENT_INFO_TYPE_DFID_NAME; in copy_info_records_to_user() 676 info_type = FAN_EVENT_INFO_TYPE_DFID; in copy_info_records_to_user() 684 info_type = FAN_EVENT_INFO_TYPE_FID; in copy_info_records_to_user() [all …]
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | rx.c | 21 enum iwl_rx_phy_info_type info_type; member 308 switch (phy_data->info_type) { in iwl_mld_decode_he_phy_data() 381 switch (phy_data->info_type) { in iwl_mld_decode_he_phy_data() 395 switch (phy_data->info_type) { in iwl_mld_decode_he_phy_data() 570 switch (phy_data->info_type) { in iwl_mld_decode_lsig() 892 u8 info_type = phy_data->info_type; in iwl_mld_decode_eht_phy_data() local 895 if (info_type < IWL_RX_PHY_INFO_TYPE_EHT_MU || in iwl_mld_decode_eht_phy_data() 896 info_type > IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT) in iwl_mld_decode_eht_phy_data() 988 info_type == IWL_RX_PHY_INFO_TYPE_EHT_TB) in iwl_mld_decode_eht_phy_data() 992 info_type == IWL_RX_PHY_INFO_TYPE_EHT_MU) in iwl_mld_decode_eht_phy_data() [all …]
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rxmq.c | 917 enum iwl_rx_phy_info_type info_type; member 1071 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1144 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1158 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1481 u8 info_type = phy_data->info_type; in iwl_mvm_decode_eht_phy_data() local 1484 if (info_type < IWL_RX_PHY_INFO_TYPE_EHT_MU || in iwl_mvm_decode_eht_phy_data() 1485 info_type > IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT) in iwl_mvm_decode_eht_phy_data() 1580 info_type == IWL_RX_PHY_INFO_TYPE_EHT_TB) in iwl_mvm_decode_eht_phy_data() 1584 info_type == IWL_RX_PHY_INFO_TYPE_EHT_MU) in iwl_mvm_decode_eht_phy_data() 1864 switch (phy_data->info_type) { in iwl_mvm_decode_lsig() [all …]
|
| /linux-6.15/drivers/input/keyboard/ |
| H A D | cros_ec_keyb.c | 348 enum ec_mkbp_info_type info_type, in cros_ec_keyb_info() argument 367 params->info_type = info_type; in cros_ec_keyb_info() 377 (int)info_type, (int)event_type, ret); in cros_ec_keyb_info() 380 (int)info_type, (int)event_type, in cros_ec_keyb_info()
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifs_ioctl.h | 46 __u32 info_type; member
|
| H A D | smb2proto.h | 210 u8 info_class, u8 info_type, 243 u8 info_class, u8 info_type, u32 additional_info,
|
| H A D | smb2pdu.c | 3734 u8 info_class, u8 info_type, u32 additional_info, in SMB2_query_info_init() argument 3752 req->InfoType = info_type; in SMB2_query_info_init() 3821 info_class, info_type, additional_info, in query_info() 3827 ses->Suid, info_class, (__u32)info_type); in query_info() 3839 ses->Suid, info_class, (__u32)info_type, rc); in query_info() 3844 ses->Suid, info_class, (__u32)info_type); in query_info() 5561 u8 info_class, u8 info_type, u32 additional_info, in SMB2_set_info_init() argument 5575 req->InfoType = info_type; in SMB2_set_info_init() 5610 u8 info_type, u32 additional_info, unsigned int num, in send_set_info() argument 5648 info_class, info_type, additional_info, in send_set_info() [all …]
|
| H A D | smb2ops.c | 1626 switch (qi.info_type & FSCTL_DEVICE_ACCESS_MASK) { in smb2_ioctl_query_info() 1663 qi.info_type, buffer, qi.output_buffer_length, in smb2_ioctl_query_info() 1695 qi.info_type, qi.additional_information, in smb2_ioctl_query_info()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | fanotify.h | 164 __u8 info_type; member
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw.c | 493 u8 info_type, u16 data_size, void *mcqi_data) in mlx5_reg_mcqi_query() argument 502 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query()
|
| /linux-6.15/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()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | filesystem-monitoring.rst | 55 identified by ``struct fanotify_event_info_header.info_type`` being set
|
| /linux-6.15/drivers/net/ethernet/dec/tulip/ |
| H A D | tulip.h | 390 int info_type; member
|
| /linux-6.15/sound/soc/sof/ |
| H A D | sof-audio.h | 376 int info_type; member
|
| H A D | ipc4-control.c | 799 switch (scontrol->info_type) { in sof_ipc4_widget_kcontrol_setup()
|
| H A D | topology.c | 980 scontrol->info_type = le32_to_cpu(hdr->ops.info); in sof_control_load()
|
| H A D | ipc3-topology.c | 1873 switch (scontrol->info_type) { in sof_ipc3_control_setup()
|
| H A D | ipc4-topology.c | 2705 switch (scontrol->info_type) { in sof_ipc4_control_setup()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-google-hammer.c | 72 params->info_type = get_state ? in cbas_ec_query_base()
|
| /linux-6.15/drivers/scsi/esas2r/ |
| H A D | atioctl.h | 980 u8 info_type; member
|
| /linux-6.15/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 3208 uint8_t info_type; member
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | reg.h | 10458 MLXSW_ITEM32(reg, mcqi, info_type, 0x08, 0, 5);
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 11328 u8 info_type[0x5]; member
|