Searched refs:client_type (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-i2c.c | 121 const char *client_type, in v4l2_i2c_new_subdev() argument 132 strscpy(info.type, client_type, sizeof(info.type)); in v4l2_i2c_new_subdev()
|
| /linux-6.15/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-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | reg.h | 69 enum wmi_reg_6g_client_type client_type; member
|
| H A D | wmi.c | 5209 reg_info->client_type = le32_to_cpu(ev->client_type); in ath12k_pull_reg_chan_list_ext_update_ev() 5231 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 | 4197 __le32 client_type; member
|
| /linux-6.15/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | power_state.h | 174 unsigned long client_type; member
|
| /linux-6.15/include/media/ |
| H A D | v4l2-common.h | 153 struct i2c_adapter *adapter, const char *client_type, 227 struct i2c_adapter *adapter, const char *client_type, in v4l2_i2c_new_subdev() argument
|
| /linux-6.15/include/net/mana/ |
| H A D | mana.h | 200 u32 client_type : 2; member
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 7910 enum wmi_reg_6ghz_client_type client_type; in ath11k_mac_parse_tx_pwr_env() local 7917 client_type = reg_info->client_type; in ath11k_mac_parse_tx_pwr_env() 7920 bss_conf->tpe.max_local[client_type].valid + in ath11k_mac_parse_tx_pwr_env() 7921 bss_conf->tpe.psd_local[client_type].valid; in ath11k_mac_parse_tx_pwr_env() 7923 bss_conf->tpe.max_reg_client[client_type].valid + in ath11k_mac_parse_tx_pwr_env() 7924 bss_conf->tpe.psd_reg_client[client_type].valid; in ath11k_mac_parse_tx_pwr_env() 7929 client_type); in ath11k_mac_parse_tx_pwr_env() 7938 psd = &bss_conf->tpe.psd_local[client_type]; in ath11k_mac_parse_tx_pwr_env() 7941 non_psd = &bss_conf->tpe.max_local[client_type]; in ath11k_mac_parse_tx_pwr_env() 7945 psd = &bss_conf->tpe.psd_reg_client[client_type]; in ath11k_mac_parse_tx_pwr_env() [all …]
|
| H A D | wmi.h | 4438 enum wmi_reg_6ghz_client_type client_type; member 4496 u32 client_type; member
|
| H A D | wmi.c | 5699 reg_info->client_type = ev->client_type; in ath11k_pull_reg_chan_list_ext_update_ev() 5712 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev() 5740 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev()
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | v4l2-subdev.rst | 561 :c:type:`i2c_board_info` structure using the ``client_type`` and the
|
| /linux-6.15/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_en.c | 1438 if (WARN_ON_ONCE(cqe_oob->cqe_hdr.client_type != in mana_poll_tx_cq()
|