Home
last modified time | relevance | path

Searched refs:client_type (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-i2c.c121 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.6.21/drivers/net/ethernet/hisilicon/hns3/
Dhnae3.c40 static bool hnae3_client_match(enum hnae3_client_type client_type) in hnae3_client_match() argument
42 if (client_type == HNAE3_CLIENT_KNIC || in hnae3_client_match()
43 client_type == HNAE3_CLIENT_ROCE) in hnae3_client_match()
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dreg.h66 enum wmi_reg_6g_client_type client_type; member
Dwmi.c4683 reg_info->client_type = le32_to_cpu(ev->client_type); in ath12k_pull_reg_chan_list_ext_update_ev()
4705 reg_info->client_type, reg_info->domain_code_6g_super_id); in ath12k_pull_reg_chan_list_ext_update_ev()
Dwmi.h3979 __le32 client_type; member
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/inc/
Dpower_state.h174 unsigned long client_type; member
/linux-6.6.21/include/media/
Dv4l2-common.h153 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.6.21/include/net/mana/
Dmana.h186 u32 client_type : 2; member
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dwmi.h4409 enum wmi_reg_6ghz_client_type client_type; member
4467 u32 client_type; member
Dwmi.c5579 reg_info->client_type = ev->client_type; in ath11k_pull_reg_chan_list_ext_update_ev()
5592 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev()
5620 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev()
/linux-6.6.21/Documentation/driver-api/media/
Dv4l2-subdev.rst554 :c:type:`i2c_board_info` structure using the ``client_type`` and the
/linux-6.6.21/drivers/net/ethernet/microsoft/mana/
Dmana_en.c1380 if (WARN_ON_ONCE(cqe_oob->cqe_hdr.client_type != in mana_poll_tx_cq()