Home
last modified time | relevance | path

Searched refs:info_type (Results 1 – 25 of 93) sorted by relevance

1234

/OK3568_Linux_fs/kernel/fs/notify/fanotify/
H A Dfanotify_user.c229 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 Dhalbb_interface.h76 #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 Dhalbb_interface.h76 #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 Dhalrf_interface.h83 #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 Dhalrf_interface.h83 #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 Drtw_btc.c61 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 Drtw_btc.c61 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 Dcros_ec_keyb.c329 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 Drxmq.c1174 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 Dhal_api_drv.h97 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 Dhal_api_efuse.c166 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 Dhal_api_rf.c97 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 Dhal_api_drv.h97 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 Dhal_api_efuse.c166 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 Dhal_api_rf.c97 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 Dhal_efuse.c697 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 Dhal_efuse_export.h38 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 Dhal_efuse.c697 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 Dhal_efuse_export.h38 rtw_efuse_get_info(void *efuse, enum rtw_efuse_info info_type, void *value,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_btc.h25 void rtw_btc_disp_btc_info(_adapter *, void* p_msgprn_hdl, u8 info_type);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_btc.h25 void rtw_btc_disp_btc_info(_adapter *, void* p_msgprn_hdl, u8 info_type);
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_ioctl.h51 __u32 info_type; member
H A Dsmb2proto.h198 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 Dfanotify.h129 __u8 info_type; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw.c448 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()

1234