Home
last modified time | relevance | path

Searched defs:sd (Results 1 – 25 of 71) sorted by relevance

123

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmsdh_sdmmc.c145 void sdioh_sdmmc_card_enable_func_f3(sdioh_info_t *sd, struct sdio_func *func) in sdioh_sdmmc_card_enable_func_f3()
157 sdioh_sdmmc_card_enablefuncs(sdioh_info_t *sd) in sdioh_sdmmc_card_enablefuncs()
198 sdioh_info_t *sd = NULL; in sdioh_attach() local
276 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach()
307 sdioh_enable_func_intr(sdioh_info_t *sd) in sdioh_enable_func_intr()
342 sdioh_disable_func_intr(sdioh_info_t *sd) in sdioh_disable_func_intr()
380 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register()
412 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister()
443 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query()
452 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending()
[all …]
Dbcmspibrcm.c135 sdioh_info_t *sd; in sdioh_attach() local
208 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach()
228 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register()
240 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister()
252 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query()
263 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending()
271 sdioh_get_dstatus(sdioh_info_t *sd) in sdioh_get_dstatus()
277 sdioh_chipinfo(sdioh_info_t *sd, uint32 chip, uint32 chiprev) in sdioh_chipinfo()
284 sdioh_dwordmode(sdioh_info_t *sd, bool set) in sdioh_dwordmode()
313 sdioh_query_iofnum(sdioh_info_t *sd) in sdioh_query_iofnum()
[all …]
Dbcmsdspi_linux.c59 sdioh_info_t *sd; member
81 sdioh_info_t *sd; in sdspi_isr() local
179 spi_register_irq(sdioh_info_t *sd, uint irq) in spi_register_irq()
193 spi_free_irq(uint irq, sdioh_info_t *sd) in spi_free_irq()
216 spi_osinit(sdioh_info_t *sd) in spi_osinit()
234 spi_osfree(sdioh_info_t *sd) in spi_osfree()
245 sdioh_interrupt_set(sdioh_info_t *sd, bool enable) in sdioh_interrupt_set()
285 spi_lock(sdioh_info_t *sd) in spi_lock()
312 spi_unlock(sdioh_info_t *sd) in spi_unlock()
335 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits()
[all …]
/device/soc/rockchip/common/vendor/drivers/phy/
Dphy-rockchip-csi2-dphy.c39 static struct v4l2_subdev *get_remote_sensor(struct v4l2_subdev *sd) in get_remote_sensor()
55 static struct csi2_sensor *sd_to_sensor(struct csi2_dphy *dphy, struct v4l2_subdev *sd) in sd_to_sensor()
68 static int csi2_dphy_get_sensor_data_rate(struct v4l2_subdev *sd) in csi2_dphy_get_sensor_data_rate()
101 static int csi2_dphy_update_sensor_mbus(struct v4l2_subdev *sd) in csi2_dphy_update_sensor_mbus()
135 static int csi2_dphy_s_stream_start(struct v4l2_subdev *sd) in csi2_dphy_s_stream_start()
161 static int csi2_dphy_s_stream_stop(struct v4l2_subdev *sd) in csi2_dphy_s_stream_stop()
181 static int csi2_dphy_s_stream(struct v4l2_subdev *sd, int on) in csi2_dphy_s_stream()
199 static int csi2_dphy_g_frame_interval(struct v4l2_subdev *sd, struct v4l2_subdev_frame_interval *fi) in csi2_dphy_g_frame_interval()
210 static int csi2_dphy_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad_id, struct v4l2_mbus_co… in csi2_dphy_g_mbus_config()
226 static int csi2_dphy_s_power(struct v4l2_subdev *sd, int on) in csi2_dphy_s_power()
[all …]
Dphy-rockchip-mipi-rx.c518 struct v4l2_subdev *sd; member
535 struct v4l2_subdev sd; member
661 static struct v4l2_subdev *get_remote_sensor(struct v4l2_subdev *sd) in get_remote_sensor()
677 static struct mipidphy_sensor *sd_to_sensor(struct mipidphy_priv *priv, struct v4l2_subdev *sd) in sd_to_sensor()
690 static int mipidphy_get_sensor_data_rate(struct v4l2_subdev *sd) in mipidphy_get_sensor_data_rate()
723 static int mipidphy_update_sensor_mbus(struct v4l2_subdev *sd) in mipidphy_update_sensor_mbus()
757 static void rk1126_mipidphy_dphy_sel(struct v4l2_subdev *sd) in rk1126_mipidphy_dphy_sel()
791 static int mipidphy_s_stream_start(struct v4l2_subdev *sd) in mipidphy_s_stream_start()
817 static int mipidphy_s_stream_stop(struct v4l2_subdev *sd) in mipidphy_s_stream_stop()
833 static int mipidphy_s_stream(struct v4l2_subdev *sd, int on) in mipidphy_s_stream()
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
Dphy-rockchip-csi2-dphy.c39 static struct v4l2_subdev *get_remote_sensor(struct v4l2_subdev *sd) in get_remote_sensor()
56 struct v4l2_subdev *sd) in sd_to_sensor()
67 static int csi2_dphy_get_sensor_data_rate(struct v4l2_subdev *sd) in csi2_dphy_get_sensor_data_rate()
99 static int csi2_dphy_update_sensor_mbus(struct v4l2_subdev *sd) in csi2_dphy_update_sensor_mbus()
132 static int csi2_dphy_s_stream_start(struct v4l2_subdev *sd) in csi2_dphy_s_stream_start()
155 static int csi2_dphy_s_stream_stop(struct v4l2_subdev *sd) in csi2_dphy_s_stream_stop()
174 static int csi2_dphy_s_stream(struct v4l2_subdev *sd, int on) in csi2_dphy_s_stream()
192 static int csi2_dphy_g_frame_interval(struct v4l2_subdev *sd, in csi2_dphy_g_frame_interval()
203 static int csi2_dphy_g_mbus_config(struct v4l2_subdev *sd, in csi2_dphy_g_mbus_config()
220 static int csi2_dphy_s_power(struct v4l2_subdev *sd, int on) in csi2_dphy_s_power()
[all …]
Dphy-rockchip-mipi-rx.c540 struct v4l2_subdev *sd; member
557 struct v4l2_subdev sd; member
686 static struct v4l2_subdev *get_remote_sensor(struct v4l2_subdev *sd) in get_remote_sensor()
703 struct v4l2_subdev *sd) in sd_to_sensor()
714 static int mipidphy_get_sensor_data_rate(struct v4l2_subdev *sd) in mipidphy_get_sensor_data_rate()
745 static int mipidphy_update_sensor_mbus(struct v4l2_subdev *sd) in mipidphy_update_sensor_mbus()
778 static void rk1126_mipidphy_dphy_sel(struct v4l2_subdev *sd) in rk1126_mipidphy_dphy_sel()
808 static int mipidphy_s_stream_start(struct v4l2_subdev *sd) in mipidphy_s_stream_start()
831 static int mipidphy_s_stream_stop(struct v4l2_subdev *sd) in mipidphy_s_stream_stop()
845 static int mipidphy_s_stream(struct v4l2_subdev *sd, int on) in mipidphy_s_stream()
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/
Dv4l2-async.c54 static bool match_i2c(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_asy… in match_i2c()
65 static bool match_devname(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2… in match_devname()
70 static bool match_fwnode(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_… in match_fwnode()
139 static bool match_custom(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd, struct v4l2_… in match_custom()
153 …2_async_subdev *v4l2_async_find_match(struct v4l2_async_notifier *notifier, struct v4l2_subdev *sd) in v4l2_async_find_match()
212 static struct v4l2_async_notifier *v4l2_async_find_subdev_notifier(struct v4l2_subdev *sd) in v4l2_async_find_subdev_notifier()
236 struct v4l2_subdev *sd; in v4l2_async_notifier_can_complete() local
286 struct v4l2_subdev *sd, struct v4l2_async_subdev *asd) in v4l2_async_match_notify()
332 struct v4l2_subdev *sd; in v4l2_async_notifier_try_all_subdevs() local
366 static void v4l2_async_cleanup(struct v4l2_subdev *sd) in v4l2_async_cleanup()
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
Dispp.c64 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity); in rkispp_subdev_link_setup() local
111 static int rkispp_sd_get_fmt(struct v4l2_subdev *sd, in rkispp_sd_get_fmt()
155 static int rkispp_sd_set_fmt(struct v4l2_subdev *sd, in rkispp_sd_set_fmt()
186 static int rkispp_sd_get_selection(struct v4l2_subdev *sd, in rkispp_sd_get_selection()
226 static int rkispp_sd_set_selection(struct v4l2_subdev *sd, in rkispp_sd_set_selection()
267 static int rkispp_sd_s_stream(struct v4l2_subdev *sd, int on) in rkispp_sd_s_stream()
304 static int rkispp_sd_s_rx_buffer(struct v4l2_subdev *sd, in rkispp_sd_s_rx_buffer()
330 static int rkispp_sd_s_power(struct v4l2_subdev *sd, int on) in rkispp_sd_s_power()
397 static long rkispp_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in rkispp_ioctl()
446 static long rkispp_compat_ioctl32(struct v4l2_subdev *sd, in rkispp_compat_ioctl32()
[all …]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Dbridge.c85 struct v4l2_subdev *sd = v4l2_get_subdev_hostdata(&dev->sd); in init_buf() local
230 static int bridge_start_stream(struct v4l2_subdev *sd) in bridge_start_stream()
296 static int bridge_stop_stream(struct v4l2_subdev *sd) in bridge_stop_stream()
308 static int bridge_get_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in bridge_get_set_fmt()
323 static int bridge_set_selection(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in bridge_set_selection()
349 static int bridge_get_selection(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in bridge_get_selection()
375 static int bridge_s_rx_buffer(struct v4l2_subdev *sd, void *buf, unsigned int *size) in bridge_s_rx_buffer()
393 static int bridge_s_stream(struct v4l2_subdev *sd, int on) in bridge_s_stream()
417 static int bridge_s_power(struct v4l2_subdev *sd, int on) in bridge_s_power()
432 static long bridge_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in bridge_ioctl()
[all …]
Dcsi.c50 static struct v4l2_subdev *get_remote_subdev(struct v4l2_subdev *sd) in get_remote_subdev()
72 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity); in rkisp_csi_link_setup() local
110 static int rkisp_csi_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad_id, struct v4l2_mbus_co… in rkisp_csi_g_mbus_config()
121 static int rkisp_csi_get_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in rkisp_csi_get_set_fmt()
137 static int rkisp_csi_s_stream(struct v4l2_subdev *sd, int on) in rkisp_csi_s_stream()
157 static int rkisp_csi_s_power(struct v4l2_subdev *sd, int on) in rkisp_csi_s_power()
551 struct v4l2_subdev *sd; in rkisp_register_csi_subdev() local
600 struct v4l2_subdev *sd = &dev->csi_dev.sd; in rkisp_unregister_csi_subdev() local
Drkisp.c94 static inline struct rkisp_device *sd_to_isp_dev(struct v4l2_subdev *sd) in sd_to_isp_dev()
144 static struct v4l2_subdev *get_remote_sensor(struct v4l2_subdev *sd) in get_remote_sensor()
177 static struct rkisp_sensor_info *sd_to_sensor(struct rkisp_device *dev, struct v4l2_subdev *sd) in sd_to_sensor()
331 struct v4l2_subdev *sd = &dev->isp_sdev.sd; in rkisp_update_sensor_info() local
1503 struct v4l2_subdev *sd = NULL; in rkisp_config_lvds() local
2177 static int rkisp_isp_sd_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in rkisp_isp_sd_enum_mbus_code()
2198 static int rkisp_isp_sd_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in rkisp_isp_sd_get_fmt()
2238 static int rkisp_isp_sd_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in rkisp_isp_sd_set_fmt()
2301 static void rkisp_isp_sd_try_crop(struct v4l2_subdev *sd, struct v4l2_rect *crop, u32 pad) in rkisp_isp_sd_try_crop()
2322 static int rkisp_isp_sd_get_selection(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in rkisp_isp_sd_get_selection()
[all …]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
Dispp.c62 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity); in rkispp_subdev_link_setup() local
109 static int rkispp_sd_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l… in rkispp_sd_get_fmt()
153 static int rkispp_sd_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l… in rkispp_sd_set_fmt()
185 static int rkispp_sd_get_selection(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in rkispp_sd_get_selection()
226 static int rkispp_sd_set_selection(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in rkispp_sd_set_selection()
267 static int rkispp_sd_s_stream(struct v4l2_subdev *sd, int on) in rkispp_sd_s_stream()
308 static int rkispp_sd_s_rx_buffer(struct v4l2_subdev *sd, void *buf, unsigned int *size) in rkispp_sd_s_rx_buffer()
334 static int rkispp_sd_s_power(struct v4l2_subdev *sd, int on) in rkispp_sd_s_power()
390 static long rkispp_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in rkispp_ioctl()
440 static long rkispp_compat_ioctl32(struct v4l2_subdev *sd, unsigned int cmd, unsigned long arg) in rkispp_compat_ioctl32()
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Dbridge.c87 struct v4l2_subdev *sd = v4l2_get_subdev_hostdata(&dev->sd); in init_buf() local
240 static int bridge_start_stream(struct v4l2_subdev *sd) in bridge_start_stream()
303 static int bridge_stop_stream(struct v4l2_subdev *sd) in bridge_stop_stream()
315 static int bridge_get_set_fmt(struct v4l2_subdev *sd, in bridge_get_set_fmt()
331 static int bridge_set_selection(struct v4l2_subdev *sd, in bridge_set_selection()
358 static int bridge_get_selection(struct v4l2_subdev *sd, in bridge_get_selection()
384 static int bridge_s_rx_buffer(struct v4l2_subdev *sd, in bridge_s_rx_buffer()
403 static int bridge_s_stream(struct v4l2_subdev *sd, int on) in bridge_s_stream()
427 static int bridge_s_power(struct v4l2_subdev *sd, int on) in bridge_s_power()
442 static long bridge_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in bridge_ioctl()
[all …]
Dcsi.c49 static struct v4l2_subdev *get_remote_subdev(struct v4l2_subdev *sd) in get_remote_subdev()
71 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity); in rkisp_csi_link_setup() local
106 static int rkisp_csi_g_mbus_config(struct v4l2_subdev *sd, in rkisp_csi_g_mbus_config()
118 static int rkisp_csi_get_set_fmt(struct v4l2_subdev *sd, in rkisp_csi_get_set_fmt()
133 static int rkisp_csi_s_stream(struct v4l2_subdev *sd, int on) in rkisp_csi_s_stream()
151 static int rkisp_csi_s_power(struct v4l2_subdev *sd, int on) in rkisp_csi_s_power()
582 struct v4l2_subdev *sd; in rkisp_register_csi_subdev() local
633 struct v4l2_subdev *sd = &dev->csi_dev.sd; in rkisp_unregister_csi_subdev() local
Drkisp.c94 static inline struct rkisp_device *sd_to_isp_dev(struct v4l2_subdev *sd) in sd_to_isp_dev()
144 static struct v4l2_subdev *get_remote_sensor(struct v4l2_subdev *sd) in get_remote_sensor()
174 struct v4l2_subdev *sd) in sd_to_sensor()
349 struct v4l2_subdev *sd = &dev->isp_sdev.sd; in rkisp_update_sensor_info() local
1541 struct v4l2_subdev *sd = NULL; in rkisp_config_lvds() local
2191 static int rkisp_isp_sd_enum_mbus_code(struct v4l2_subdev *sd, in rkisp_isp_sd_enum_mbus_code()
2211 static int rkisp_isp_sd_get_fmt(struct v4l2_subdev *sd, in rkisp_isp_sd_get_fmt()
2250 static int rkisp_isp_sd_set_fmt(struct v4l2_subdev *sd, in rkisp_isp_sd_set_fmt()
2311 static void rkisp_isp_sd_try_crop(struct v4l2_subdev *sd, in rkisp_isp_sd_try_crop()
2336 static int rkisp_isp_sd_get_selection(struct v4l2_subdev *sd, in rkisp_isp_sd_get_selection()
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
Dmipi-csi2.c45 struct v4l2_subdev *sd) in sd_to_sensor()
56 static struct v4l2_subdev *get_remote_sensor(struct v4l2_subdev *sd) in get_remote_sensor()
234 static int csi2_s_stream(struct v4l2_subdev *sd, int enable) in csi2_s_stream()
275 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity); in csi2_link_setup() local
311 static int csi2_media_init(struct v4l2_subdev *sd) in csi2_media_init()
342 static int csi2_get_set_fmt(struct v4l2_subdev *sd, in csi2_get_set_fmt()
371 static int csi2_get_selection(struct v4l2_subdev *sd, in csi2_get_selection()
431 static int csi2_set_selection(struct v4l2_subdev *sd, in csi2_set_selection()
447 static int csi2_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad_id, in csi2_g_mbus_config()
495 static int rkcif_csi2_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, in rkcif_csi2_subscribe_event()
[all …]
Dsubdev-itf.c54 static int sditf_g_frame_interval(struct v4l2_subdev *sd, in sditf_g_frame_interval()
72 static int sditf_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad_id, in sditf_g_mbus_config()
90 static int sditf_get_set_fmt(struct v4l2_subdev *sd, in sditf_get_set_fmt()
175 static int sditf_get_selection(struct v4l2_subdev *sd, in sditf_get_selection()
203 static long sditf_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in sditf_ioctl()
242 static long sditf_compat_ioctl32(struct v4l2_subdev *sd, in sditf_compat_ioctl32()
439 static int sditf_s_stream(struct v4l2_subdev *sd, int on) in sditf_s_stream()
462 static int sditf_s_power(struct v4l2_subdev *sd, int on) in sditf_s_power()
562 struct v4l2_subdev *sd; in rkcif_subdev_probe() local
591 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(me); in rkcif_subdev_remove() local
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
Dmipi-csi2.c50 static struct csi2_sensor *sd_to_sensor(struct csi2_dev *csi2, struct v4l2_subdev *sd) in sd_to_sensor()
63 static struct v4l2_subdev *get_remote_sensor(struct v4l2_subdev *sd) in get_remote_sensor()
239 static int csi2_s_stream(struct v4l2_subdev *sd, int enable) in csi2_s_stream()
281 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(entity); in csi2_link_setup() local
317 static int csi2_media_init(struct v4l2_subdev *sd) in csi2_media_init()
345 static int csi2_get_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2… in csi2_get_set_fmt()
373 static int csi2_get_selection(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in csi2_get_selection()
431 static int csi2_set_selection(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in csi2_set_selection()
446 static int csi2_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad_id, struct v4l2_mbus_config … in csi2_g_mbus_config()
494 static int rkcif_csi2_subscribe_event(struct v4l2_subdev *sd, struct v4l2_fh *fh, struct v4l2_event… in rkcif_csi2_subscribe_event()
[all …]
Dsubdev-itf.c53 static int sditf_g_frame_interval(struct v4l2_subdev *sd, struct v4l2_subdev_frame_interval *fi) in sditf_g_frame_interval()
71 static int sditf_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad_id, struct v4l2_mbus_config… in sditf_g_mbus_config()
89 static int sditf_get_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l… in sditf_get_set_fmt()
169 static int sditf_get_selection(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in sditf_get_selection()
195 static long sditf_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in sditf_ioctl()
235 static long sditf_compat_ioctl32(struct v4l2_subdev *sd, unsigned int cmd, unsigned long arg) in sditf_compat_ioctl32()
436 static int sditf_s_stream(struct v4l2_subdev *sd, int on) in sditf_s_stream()
458 static int sditf_s_power(struct v4l2_subdev *sd, int on) in sditf_s_power()
559 struct v4l2_subdev *sd; in rkcif_subdev_probe() local
590 struct v4l2_subdev *sd = media_entity_to_v4l2_subdev(me); in rkcif_subdev_remove() local
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dtopology.c42 static int sched_domain_debug_one(struct sched_domain *sd, int cpu, int level, struct cpumask *grou… in sched_domain_debug_one()
130 static void sched_domain_debug(struct sched_domain *sd, int cpu) in sched_domain_debug()
159 #define sched_domain_debug(sd, cpu) … argument
175 static int sd_degenerate(struct sched_domain *sd) in sd_degenerate()
194 static int sd_parent_degenerate(struct sched_domain *sd, struct sched_domain *parent) in sd_parent_degenerate()
627 static void destroy_sched_domain(struct sched_domain *sd) in destroy_sched_domain()
644 struct sched_domain *sd = container_of(rcu, struct sched_domain, rcu); in destroy_sched_domains_rcu() local
653 static void destroy_sched_domains(struct sched_domain *sd) in destroy_sched_domains()
681 struct sched_domain *sd; in update_top_cache_domain() local
711 static void cpu_attach_domain(struct sched_domain *sd, struct root_domain *rd, int cpu) in cpu_attach_domain()
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
Dov13855.c147 #define to_ov13855(sd) container_of(sd, struct ov13855, subdev) argument
1186 static int ov13855_set_fmt(struct v4l2_subdev *sd, in ov13855_set_fmt()
1232 static int ov13855_get_fmt(struct v4l2_subdev *sd, in ov13855_get_fmt()
1258 static int ov13855_enum_mbus_code(struct v4l2_subdev *sd, in ov13855_enum_mbus_code()
1269 static int ov13855_enum_frame_sizes(struct v4l2_subdev *sd, in ov13855_enum_frame_sizes()
1302 static int ov13855_g_frame_interval(struct v4l2_subdev *sd, in ov13855_g_frame_interval()
1325 static long ov13855_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in ov13855_ioctl()
1359 static long ov13855_compat_ioctl32(struct v4l2_subdev *sd, in ov13855_compat_ioctl32()
1443 static int ov13855_s_stream(struct v4l2_subdev *sd, int on) in ov13855_s_stream()
1480 static int ov13855_s_power(struct v4l2_subdev *sd, int on) in ov13855_s_power()
[all …]
Ddw9763.c47 struct v4l2_subdev sd; member
314 static int dw9763_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in dw9763_open()
333 static int dw9763_close(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in dw9763_close()
345 static long dw9763_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in dw9763_ioctl()
376 static long dw9763_compat_ioctl32(struct v4l2_subdev *sd, in dw9763_compat_ioctl32()
461 struct v4l2_subdev *sd; in dw9763_probe() local
628 struct v4l2_subdev *sd = i2c_get_clientdata(client); in dw9763_remove() local
/device/soc/rockchip/common/vendor/drivers/media/i2c/
Dgc2093.c100 #define to_gc2093(sd) container_of(sd, struct gc2093, subdev) argument
768 static long gc2093_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in gc2093_ioctl()
919 static long gc2093_compat_ioctl32(struct v4l2_subdev *sd, unsigned int cmd, unsigned long arg) in gc2093_compat_ioctl32()
1007 static int gc2093_s_stream(struct v4l2_subdev *sd, int on) in gc2093_s_stream()
1055 static int gc2093_g_frame_interval(struct v4l2_subdev *sd, struct v4l2_subdev_frame_interval *fi) in gc2093_g_frame_interval()
1067 int gc2093_g_mbus_config(struct v4l2_subdev *sd, unsigned int pad, struct v4l2_mbus_config *config) in gc2093_g_mbus_config()
1078 static int gc2093_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in gc2093_enum_mbus_code()
1088 static int gc2093_enum_frame_sizes(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in gc2093_enum_frame_sizes()
1108 static int gc2093_enum_frame_interval(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, in gc2093_enum_frame_interval()
1125 static int gc2093_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_s… in gc2093_set_fmt()
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmsdh_sdmmc.h42 #define sd_sync_dma(sd, read, nbytes) argument
43 #define sd_init_dma(sd) argument
44 #define sd_ack_intr(sd) argument
45 #define sd_wakeup(sd); argument
125 sdioh_info_t *sd; member

123