| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 229 int info_type, const char *name, size_t name_len, in copy_info_to_user() argument 252 switch (info_type) { in copy_info_to_user() 266 info.hdr.info_type = info_type; in copy_info_to_user() 333 int info_type = 0; in copy_event_to_user() local 371 info_type = info->name_len ? FAN_EVENT_INFO_TYPE_DFID_NAME : in copy_event_to_user() 375 info_type, fanotify_info_name(info), in copy_event_to_user() 388 if (fid_mode == FAN_REPORT_FID || info_type) { in copy_event_to_user() 393 info_type = FAN_EVENT_INFO_TYPE_FID; in copy_event_to_user() 401 info_type = FAN_EVENT_INFO_TYPE_DFID_NAME; in copy_event_to_user() 411 info_type = FAN_EVENT_INFO_TYPE_DFID; in copy_event_to_user() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_interface.h | 76 #define halbb_efuse_get_info(bb, info_type, value, size) rtw_hal_efuse_get_info(bb->hal_com, info_t… argument 78 #define halbb_efuse_get_info(bb, info_type, value, size) rtw_hal_flash_get_info(bb->hal_com, info_t… argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_interface.h | 76 #define halbb_efuse_get_info(bb, info_type, value, size) rtw_hal_efuse_get_info(bb->hal_com, info_t… argument 78 #define halbb_efuse_get_info(bb, info_type, value, size) rtw_hal_flash_get_info(bb->hal_com, info_t… argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/ |
| H A D | halrf_interface.h | 83 #define halrf_efuse_get_info(rf, info_type, value, size) rtw_hal_efuse_get_info((rf)->hal_com, info… argument 85 #define halrf_efuse_get_info(rf, info_type, value, size) rtw_hal_flash_get_info((rf)->hal_com, info… argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf_interface.h | 83 #define halrf_efuse_get_info(rf, info_type, value, size) rtw_hal_efuse_get_info((rf)->hal_com, info… argument 85 #define halrf_efuse_get_info(rf, info_type, value, size) rtw_hal_flash_get_info((rf)->hal_com, info… argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_btc.c | 61 void rtw_btc_disp_btc_info(_adapter *padapter, void* p_msgprn_hdl, u8 info_type) in rtw_btc_disp_btc_info() argument 68 pcinfo->query_type = info_type; in rtw_btc_disp_btc_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_btc.c | 61 void rtw_btc_disp_btc_info(_adapter *padapter, void* p_msgprn_hdl, u8 info_type) in rtw_btc_disp_btc_info() argument 68 pcinfo->query_type = info_type; in rtw_btc_disp_btc_info()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | cros_ec_keyb.c | 329 enum ec_mkbp_info_type info_type, in cros_ec_keyb_info() argument 348 params->info_type = info_type; in cros_ec_keyb_info() 358 (int)info_type, (int)event_type, ret); in cros_ec_keyb_info() 361 (int)info_type, (int)event_type, in cros_ec_keyb_info()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rxmq.c | 1174 enum iwl_rx_phy_info_type info_type; member 1319 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1360 if (phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB && in iwl_mvm_decode_he_phy_data() 1361 phy_data->info_type != IWL_RX_PHY_INFO_TYPE_HE_TB_EXT) { in iwl_mvm_decode_he_phy_data() 1388 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1402 switch (phy_data->info_type) { in iwl_mvm_decode_he_phy_data() 1474 if (phy_data->info_type == IWL_RX_PHY_INFO_TYPE_HE_MU || in iwl_mvm_rx_he() 1475 phy_data->info_type == IWL_RX_PHY_INFO_TYPE_HE_MU_EXT) { in iwl_mvm_rx_he() 1593 switch (phy_data->info_type) { in iwl_mvm_decode_lsig() 1643 .info_type = IWL_RX_PHY_INFO_TYPE_NONE, in iwl_mvm_rx_mpdu_mq() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_drv.h | 97 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, 122 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, 127 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, 156 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, 160 enum rtw_efuse_info info_type, void *value, u8 size);
|
| H A D | hal_api_efuse.c | 166 enum rtw_efuse_info info_type, in rtw_hal_efuse_get_info() argument 173 status = rtw_efuse_get_info(hal_info->efuse, info_type, value, size); in rtw_hal_efuse_get_info() 181 enum rtw_efuse_info info_type, in rtw_hal_get_efuse_info() argument 188 status = rtw_efuse_get_info(hal_info->efuse, info_type, value, size); in rtw_hal_get_efuse_info()
|
| H A D | hal_api_rf.c | 97 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, in rtw_hal_rf_get_efuse_info() argument 104 if(halrf_get_efuse_info(hal_info->rf, efuse_map, info_type, value, size, in rtw_hal_rf_get_efuse_info() 886 enum rtw_efuse_info info_type, void *value, in rtw_hal_rf_get_efuse_info() argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_drv.h | 97 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, 122 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, 127 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, 156 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, 160 enum rtw_efuse_info info_type, void *value, u8 size);
|
| H A D | hal_api_efuse.c | 166 enum rtw_efuse_info info_type, in rtw_hal_efuse_get_info() argument 173 status = rtw_efuse_get_info(hal_info->efuse, info_type, value, size); in rtw_hal_efuse_get_info() 181 enum rtw_efuse_info info_type, in rtw_hal_get_efuse_info() argument 188 status = rtw_efuse_get_info(hal_info->efuse, info_type, value, size); in rtw_hal_get_efuse_info()
|
| H A D | hal_api_rf.c | 97 u8 *efuse_map, enum rtw_efuse_info info_type, void *value, in rtw_hal_rf_get_efuse_info() argument 104 if(halrf_get_efuse_info(hal_info->rf, efuse_map, info_type, value, size, in rtw_hal_rf_get_efuse_info() 886 enum rtw_efuse_info info_type, void *value, in rtw_hal_rf_get_efuse_info() argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/efuse/ |
| H A D | hal_efuse.c | 697 enum rtw_efuse_info info_type, in rtw_efuse_get_info() argument 708 if(info_type <= EFUSE_INFO_MAC_MAX) in rtw_efuse_get_info() 711 info_type, in rtw_efuse_get_info() 715 else if (info_type <= EFUSE_INFO_BB_MAX) in rtw_efuse_get_info() 718 info_type, in rtw_efuse_get_info() 722 else if (info_type <= EFUSE_INFO_RF_MAX) in rtw_efuse_get_info() 725 info_type, in rtw_efuse_get_info() 732 info_type, in rtw_efuse_get_info()
|
| H A D | hal_efuse_export.h | 38 rtw_efuse_get_info(void *efuse, enum rtw_efuse_info info_type, void *value,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/efuse/ |
| H A D | hal_efuse.c | 697 enum rtw_efuse_info info_type, in rtw_efuse_get_info() argument 708 if(info_type <= EFUSE_INFO_MAC_MAX) in rtw_efuse_get_info() 711 info_type, in rtw_efuse_get_info() 715 else if (info_type <= EFUSE_INFO_BB_MAX) in rtw_efuse_get_info() 718 info_type, in rtw_efuse_get_info() 722 else if (info_type <= EFUSE_INFO_RF_MAX) in rtw_efuse_get_info() 725 info_type, in rtw_efuse_get_info() 732 info_type, in rtw_efuse_get_info()
|
| H A D | hal_efuse_export.h | 38 rtw_efuse_get_info(void *efuse, enum rtw_efuse_info info_type, void *value,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_btc.h | 25 void rtw_btc_disp_btc_info(_adapter *, void* p_msgprn_hdl, u8 info_type);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_btc.h | 25 void rtw_btc_disp_btc_info(_adapter *, void* p_msgprn_hdl, u8 info_type);
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_ioctl.h | 51 __u32 info_type; member
|
| H A D | smb2proto.h | 198 u8 info_class, u8 info_type, 232 u8 info_class, u8 info_type, u32 additional_info,
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fanotify.h | 129 __u8 info_type; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fw.c | 448 u8 info_type, u16 data_size, void *mcqi_data) in mlx5_reg_mcqi_query() argument 457 MLX5_SET(mcqi_reg, in, info_type, info_type); in mlx5_reg_mcqi_query()
|