/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-i2c.c | 121 const char *client_type, in v4l2_i2c_new_subdev() 132 strscpy(info.type, client_type, sizeof(info.type)); in v4l2_i2c_new_subdev() 119 v4l2_i2c_new_subdev(struct v4l2_device *v4l2_dev, struct i2c_adapter *adapter, const char *client_type, u8 addr, const unsigned short *probe_addrs) v4l2_i2c_new_subdev() argument
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-i2c.c | 121 const char *client_type, in v4l2_i2c_new_subdev() 132 strscpy(info.type, client_type, sizeof(info.type)); in v4l2_i2c_new_subdev() 119 v4l2_i2c_new_subdev(struct v4l2_device *v4l2_dev, struct i2c_adapter *adapter, const char *client_type, u8 addr, const unsigned short *probe_addrs) v4l2_i2c_new_subdev() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.c | 40 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.c | 40 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | reg.h | 66 enum wmi_reg_6g_client_type client_type; member
|
H A D | wmi.c | 4683 reg_info->client_type = le32_to_cpu(ev->client_type); in ath12k_pull_reg_chan_list_ext_update_ev() 4704 ath12k_dbg(ab, ATH12K_DBG_WMI, "6g client_type: %d domain_code_6g_super_id: %d", 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()
|
H A D | wmi.h | 3979 __le32 client_type; member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-common.h | 145 * @client_type: name of the chip that's on the adapter. 153 struct i2c_adapter *adapter, const char *client_type, 227 struct i2c_adapter *adapter, const char *client_type, in v4l2_i2c_new_subdev() 226 v4l2_i2c_new_subdev(struct v4l2_device *v4l2_dev, struct i2c_adapter *adapter, const char *client_type, u8 addr, const unsigned short *probe_addrs) v4l2_i2c_new_subdev() argument
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-common.h | 145 * @client_type: name of the chip that's on the adapter. 153 struct i2c_adapter *adapter, const char *client_type, 227 struct i2c_adapter *adapter, const char *client_type, in v4l2_i2c_new_subdev() 226 v4l2_i2c_new_subdev(struct v4l2_device *v4l2_dev, struct i2c_adapter *adapter, const char *client_type, u8 addr, const unsigned short *probe_addrs) v4l2_i2c_new_subdev() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | power_state.h | 173 unsigned long client_type; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | power_state.h | 174 unsigned long client_type; member
|
/kernel/linux/linux-6.6/include/net/mana/ |
H A D | mana.h | 186 u32 client_type : 2; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 4409 enum wmi_reg_6ghz_client_type client_type; member 4467 u32 client_type; member
|
H A D | wmi.c | 5579 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() 5619 "6 GHz client_type %s 6 GHz super domain %s", 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_en.c | 1380 if (WARN_ON_ONCE(cqe_oob->cqe_hdr.client_type != in mana_poll_tx_cq()
|