| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 512 info.hdr.info_type = FAN_EVENT_INFO_TYPE_MNT; in copy_mnt_info_to_user() 532 info.hdr.info_type = FAN_EVENT_INFO_TYPE_ERROR; in copy_error_info_to_user() 548 int info_type, const char *name, in copy_fid_info_to_user() argument 569 switch (info_type) { in copy_fid_info_to_user() 585 info.hdr.info_type = info_type; in copy_fid_info_to_user() 657 info.hdr.info_type = FAN_EVENT_INFO_TYPE_PIDFD; in copy_pidfd_info_to_user() 680 info.hdr.info_type = FAN_EVENT_INFO_TYPE_RANGE; in copy_range_info_to_user() 696 int ret, total_bytes = 0, info_type = 0; in copy_info_records_to_user() local 707 info_type = info->name_len ? FAN_EVENT_INFO_TYPE_DFID_NAME : in copy_info_records_to_user() 712 info_type = FAN_EVENT_INFO_TYPE_OLD_DFID_NAME; in copy_info_records_to_user() [all …]
|
| /linux/samples/fanotify/ |
| H A D | fs-monitor.c | 87 switch (info->info_type) { in handle_notifications() 111 info->info_type, info->len); in handle_notifications()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rxmq.c | 978 enum iwl_rx_phy_info_type info_type; member 1132 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1177 if (phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB && in iwl_mvm_decode_he_phy_data() 1178 phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB_EXT) { in iwl_mvm_decode_he_phy_data() 1205 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1219 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1542 u8 info_type = phy_data->info_type; in iwl_mvm_decode_eht_phy_data() local 1545 if (info_type < IWL_RX_PHY_INFO_TYPE_EHT_MU || in iwl_mvm_decode_eht_phy_data() 1546 info_type > IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT) in iwl_mvm_decode_eht_phy_data() 1640 if (info_type == IWL_RX_PHY_INFO_TYPE_EHT_TB_EXT || in iwl_mvm_decode_eht_phy_data() [all …]
|
| /linux/drivers/input/keyboard/ |
| H A D | cros_ec_keyb.c | 344 * @info_type: Either EC_MKBP_INFO_SUPPORTED or EC_MKBP_INFO_CURRENT. 355 enum ec_mkbp_info_type info_type, in cros_ec_keyb_info() 374 params->info_type = info_type; in cros_ec_keyb_info() 384 (int)info_type, (int)event_type, ret); in cros_ec_keyb_info() 387 (int)info_type, (int)event_type, in cros_ec_keyb_info() 354 cros_ec_keyb_info(struct cros_ec_device * ec_dev,enum ec_mkbp_info_type info_type,enum ec_mkbp_event event_type,union ec_response_get_next_data * result,size_t result_size) cros_ec_keyb_info() argument
|
| /linux/fs/smb/client/ |
| H A D | cifs_ioctl.h | 46 __u32 info_type; member
|
| H A D | smb2proto.h | 176 u8 info_type, u32 additional_info, size_t output_len, 204 u64 volatile_fid, u32 pid, u8 info_class, u8 info_type,
|
| H A D | smb2pdu.c | 3830 u8 info_class, u8 info_type, u32 additional_info, in SMB2_query_info_init() argument 3848 req->InfoType = info_type; in SMB2_query_info_init() 3877 u64 persistent_fid, u64 volatile_fid, u8 info_class, u8 info_type, in query_info() argument 3917 info_class, info_type, additional_info, in query_info() 3923 ses->Suid, info_class, (__u32)info_type); in query_info() 3939 ses->Suid, info_class, (__u32)info_type, rc); in query_info() 3944 ses->Suid, info_class, (__u32)info_type); in query_info() 5749 u8 info_class, u8 info_type, u32 additional_info, in SMB2_set_info_init() argument 5763 req->InfoType = info_type; in SMB2_set_info_init() 5798 u8 info_type, u32 additional_info, unsigned int num, in send_set_info() argument [all …]
|
| H A D | smb2ops.c | 1648 switch (qi.info_type & FSCTL_DEVICE_ACCESS_MASK) { in smb2_ioctl_query_info() 1685 qi.info_type, buffer, qi.output_buffer_length, in smb2_ioctl_query_info() 1717 qi.info_type, qi.additional_information, in smb2_ioctl_query_info()
|
| /linux/include/uapi/linux/ |
| H A D | fanotify.h | 164 __u8 info_type; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | fanotify.h | 164 __u8 info_type; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw.c | 499 u8 info_type, u16 data_size, void *mcqi_data) in mlx5_reg_mcqi_query() argument 508 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query()
|
| /linux/drivers/iio/proximity/ |
| H A D | cros_ec_mkbp_proximity.c | 75 params->info_type = EC_MKBP_INFO_CURRENT; in cros_ec_mkbp_proximity_query()
|
| /linux/Documentation/admin-guide/ |
| H A D | filesystem-monitoring.rst | 55 identified by ``struct fanotify_event_info_header.info_type`` being set
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | tulip.h | 390 int info_type; member
|
| /linux/drivers/hid/ |
| H A D | hid-google-hammer.c | 71 params->info_type = get_state ? in cbas_ec_query_base()
|
| /linux/sound/soc/sof/ |
| H A D | sof-audio.h | 381 int info_type; 376 int info_type; global() member
|
| H A D | ipc4-control.c | 951 switch (scontrol->info_type) {
|
| H A D | topology.c | 988 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 | 3015 switch (scontrol->info_type) { in sof_ipc4_control_setup()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | atioctl.h | 980 u8 info_type; member
|
| /linux/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 3287 uint8_t info_type; member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | reg.h | 10458 MLXSW_ITEM32(reg, mcqi, info_type, 0x08, 0, 5);
|
| /linux/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 11561 u8 info_type[0x5]; member
|