Home
last modified time | relevance | path

Searched refs:get_chip_info (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dmac_ax.c111 static u32 get_chip_info(struct mac_ax_adapter *adapter, in get_chip_info() function
189 ret = get_chip_info(drv_adapter, NULL, intf, &chip_id, &cv); in mac_ax_ops_init_v1()
246 static u32 get_chip_info(void *drv_adapter, struct mac_ax_pltfm_cb *pltfm_cb, in get_chip_info() function
326 ret = get_chip_info(drv_adapter, pltfm_cb, intf, &chip_id, &cv); in mac_ax_ops_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dmac_ax.c111 static u32 get_chip_info(struct mac_ax_adapter *adapter, in get_chip_info() function
189 ret = get_chip_info(drv_adapter, NULL, intf, &chip_id, &cv); in mac_ax_ops_init_v1()
246 static u32 get_chip_info(void *drv_adapter, struct mac_ax_pltfm_cb *pltfm_cb, in get_chip_info() function
326 ret = get_chip_info(drv_adapter, pltfm_cb, intf, &chip_id, &cv); in mac_ax_ops_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/
H A Dhalmac_api.c84 get_chip_info(void *drv_adapter, struct halmac_platform_api *pltfm_api,
166 if (get_chip_info(drv_adapter, pltfm_api, intf, adapter) in halmac_init_adapter()
493 get_chip_info(void *drv_adapter, struct halmac_platform_api *pltfm_api, in get_chip_info() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/
H A Dhalmac_api.c83 get_chip_info(void *drv_adapter, struct halmac_platform_api *pltfm_api,
165 if (get_chip_info(drv_adapter, pltfm_api, intf, adapter) in halmac_init_adapter()
493 get_chip_info(void *drv_adapter, struct halmac_platform_api *pltfm_api, in get_chip_info() function
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/
H A Dhalmac_api.c83 get_chip_info(void *drv_adapter, struct halmac_platform_api *pltfm_api,
165 if (get_chip_info(drv_adapter, pltfm_api, intf, adapter) in halmac_init_adapter()
492 get_chip_info(void *drv_adapter, struct halmac_platform_api *pltfm_api, in get_chip_info() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/
H A Dhalmac_api.c83 get_chip_info(void *drv_adapter, struct halmac_platform_api *pltfm_api,
165 if (get_chip_info(drv_adapter, pltfm_api, intf, adapter) in halmac_init_adapter()
492 get_chip_info(void *drv_adapter, struct halmac_platform_api *pltfm_api, in get_chip_info() function
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf.c238 #define get_chip_info(state) \ macro
543 ret = get_chip_info(state); in mxl111sf_lg2160_frontend_attach()
628 ret = get_chip_info(state); in mxl111sf_lg2161_frontend_attach()
715 ret = get_chip_info(state); in mxl111sf_lg2161_ep6_frontend_attach()
934 ret = get_chip_info(state); in mxl111sf_init()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dgspca.h126 cam_chip_info_op get_chip_info; member
H A Dgspca.c974 if (gspca_dev->sd_desc->get_chip_info) in vidioc_g_chip_info()
975 return gspca_dev->sd_desc->get_chip_info(gspca_dev, chip); in vidioc_g_chip_info()
H A Dsn9c20x.c2317 .get_chip_info = sd_chip_info,
/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda.c43 *get_chip_info(struct snd_sof_pdata *pdata) in get_chip_info() function
762 chip = get_chip_info(sdev->pdata); in hda_dsp_probe()