Searched refs:client_type (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-i2c.c | 122 const char *client_type, in v4l2_i2c_new_subdev() argument 133 strscpy(info.type, client_type, sizeof(info.type)); in v4l2_i2c_new_subdev()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hnae3.c | 58 static bool hnae3_client_match(enum hnae3_client_type client_type) in hnae3_client_match() argument 60 if (client_type == HNAE3_CLIENT_KNIC || in hnae3_client_match() 61 client_type == HNAE3_CLIENT_ROCE) in hnae3_client_match()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | power_state.h | 174 unsigned long client_type; member
|
| /linux/include/media/ |
| H A D | v4l2-common.h | 154 struct i2c_adapter *adapter, const char *client_type, 228 struct i2c_adapter *adapter, const char *client_type, in v4l2_i2c_new_subdev() argument
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | reg.h | 71 enum wmi_reg_6g_client_type client_type; member
|
| H A D | mac.c | 11978 enum wmi_reg_6g_client_type client_type; in ath12k_mac_parse_tx_pwr_env() local 11985 client_type = reg_info->client_type; in ath12k_mac_parse_tx_pwr_env() 11987 local_psd = &tpe->psd_local[client_type]; in ath12k_mac_parse_tx_pwr_env() 11988 reg_psd = &tpe->psd_reg_client[client_type]; in ath12k_mac_parse_tx_pwr_env() 11989 local_non_psd = &tpe->max_local[client_type]; in ath12k_mac_parse_tx_pwr_env() 11990 reg_non_psd = &tpe->max_reg_client[client_type]; in ath12k_mac_parse_tx_pwr_env() 11998 client_type); in ath12k_mac_parse_tx_pwr_env()
|
| H A D | wmi.c | 6073 reg_info->client_type = le32_to_cpu(ev->client_type); in ath12k_pull_reg_chan_list_ext_update_ev() 6095 reg_info->client_type, reg_info->domain_code_6g_super_id); in ath12k_pull_reg_chan_list_ext_update_ev()
|
| H A D | wmi.h | 4346 __le32 client_type; member
|
| /linux/include/net/mana/ |
| H A D | mana.h | 203 u32 client_type : 2; member
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 8321 enum wmi_reg_6ghz_client_type client_type; in ath11k_mac_parse_tx_pwr_env() local 8328 client_type = reg_info->client_type; in ath11k_mac_parse_tx_pwr_env() 8331 bss_conf->tpe.max_local[client_type].valid + in ath11k_mac_parse_tx_pwr_env() 8332 bss_conf->tpe.psd_local[client_type].valid; in ath11k_mac_parse_tx_pwr_env() 8334 bss_conf->tpe.max_reg_client[client_type].valid + in ath11k_mac_parse_tx_pwr_env() 8335 bss_conf->tpe.psd_reg_client[client_type].valid; in ath11k_mac_parse_tx_pwr_env() 8340 client_type); in ath11k_mac_parse_tx_pwr_env() 8349 psd = &bss_conf->tpe.psd_local[client_type]; in ath11k_mac_parse_tx_pwr_env() 8352 non_psd = &bss_conf->tpe.max_local[client_type]; in ath11k_mac_parse_tx_pwr_env() 8356 psd = &bss_conf->tpe.psd_reg_client[client_type]; in ath11k_mac_parse_tx_pwr_env() [all …]
|
| H A D | wmi.h | 4515 enum wmi_reg_6ghz_client_type client_type; member 4573 u32 client_type; member
|
| H A D | wmi.c | 5756 reg_info->client_type = ev->client_type; in ath11k_pull_reg_chan_list_ext_update_ev() 5769 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev() 5797 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev()
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-subdev.rst | 561 :c:type:`i2c_board_info` structure using the ``client_type`` and the
|