| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tc358743.c | 73 struct v4l2_subdev sd; member 106 static inline struct tc358743_state *to_state(struct v4l2_subdev *sd) in to_state() 113 static void i2c_rd(struct v4l2_subdev *sd, u16 reg, u8 *values, u32 n) in i2c_rd() 141 static void i2c_wr(struct v4l2_subdev *sd, u16 reg, u8 *values, u32 n) in i2c_wr() 195 static noinline u32 i2c_rdreg(struct v4l2_subdev *sd, u16 reg, u32 n) in i2c_rdreg() 204 static noinline void i2c_wrreg(struct v4l2_subdev *sd, u16 reg, u32 val, u32 n) in i2c_wrreg() 211 static u8 i2c_rd8(struct v4l2_subdev *sd, u16 reg) in i2c_rd8() 216 static void i2c_wr8(struct v4l2_subdev *sd, u16 reg, u8 val) in i2c_wr8() 221 static void i2c_wr8_and_or(struct v4l2_subdev *sd, u16 reg, in i2c_wr8_and_or() 227 static u16 i2c_rd16(struct v4l2_subdev *sd, u16 reg) in i2c_rd16() [all …]
|
| H A D | tc35874x.c | 192 struct v4l2_subdev sd; member 234 static inline struct tc35874x_state *to_state(struct v4l2_subdev *sd) in to_state() 241 static void i2c_rd(struct v4l2_subdev *sd, u16 reg, u8 *values, u32 n) in i2c_rd() 269 static void i2c_wr(struct v4l2_subdev *sd, u16 reg, u8 *values, u32 n) in i2c_wr() 323 static noinline u32 i2c_rdreg(struct v4l2_subdev *sd, u16 reg, u32 n) in i2c_rdreg() 332 static noinline void i2c_wrreg(struct v4l2_subdev *sd, u16 reg, u32 val, u32 n) in i2c_wrreg() 339 static u8 i2c_rd8(struct v4l2_subdev *sd, u16 reg) in i2c_rd8() 344 static void i2c_wr8(struct v4l2_subdev *sd, u16 reg, u8 val) in i2c_wr8() 349 static void i2c_wr8_and_or(struct v4l2_subdev *sd, u16 reg, in i2c_wr8_and_or() 355 static u16 i2c_rd16(struct v4l2_subdev *sd, u16 reg) in i2c_rd16() [all …]
|
| H A D | ad9389b.c | 69 struct v4l2_subdev sd; member 98 static inline struct ad9389b_state *get_ad9389b_state(struct v4l2_subdev *sd) in get_ad9389b_state() 110 static int ad9389b_rd(struct v4l2_subdev *sd, u8 reg) in ad9389b_rd() 117 static int ad9389b_wr(struct v4l2_subdev *sd, u8 reg, u8 val) in ad9389b_wr() 134 static inline void ad9389b_wr_and_or(struct v4l2_subdev *sd, u8 reg, in ad9389b_wr_and_or() 140 static void ad9389b_edid_rd(struct v4l2_subdev *sd, u16 len, u8 *buf) in ad9389b_edid_rd() 151 static inline bool ad9389b_have_hotplug(struct v4l2_subdev *sd) in ad9389b_have_hotplug() 156 static inline bool ad9389b_have_rx_sense(struct v4l2_subdev *sd) in ad9389b_have_rx_sense() 161 static void ad9389b_csc_conversion_mode(struct v4l2_subdev *sd, u8 mode) in ad9389b_csc_conversion_mode() 167 static void ad9389b_csc_coeff(struct v4l2_subdev *sd, in ad9389b_csc_coeff() [all …]
|
| H A D | adv7842.c | 90 struct v4l2_subdev sd; member 247 static inline struct adv7842_state *to_state(struct v4l2_subdev *sd) in to_state() 362 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() 369 static inline int io_write(struct v4l2_subdev *sd, u8 reg, u8 val) in io_write() 376 static inline int io_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in io_write_and_or() 381 static inline int io_write_clr_set(struct v4l2_subdev *sd, in io_write_clr_set() 387 static inline int avlink_read(struct v4l2_subdev *sd, u8 reg) in avlink_read() 394 static inline int avlink_write(struct v4l2_subdev *sd, u8 reg, u8 val) in avlink_write() 401 static inline int cec_read(struct v4l2_subdev *sd, u8 reg) in cec_read() 408 static inline int cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in cec_write() [all …]
|
| H A D | ths8200.c | 41 struct v4l2_subdev sd; member 56 static inline struct ths8200_state *to_state(struct v4l2_subdev *sd) in to_state() 71 static int ths8200_read(struct v4l2_subdev *sd, u8 reg) in ths8200_read() 78 static int ths8200_write(struct v4l2_subdev *sd, u8 reg, u8 val) in ths8200_write() 97 ths8200_write_and_or(struct v4l2_subdev *sd, u8 reg, in ths8200_write_and_or() 105 static int ths8200_g_register(struct v4l2_subdev *sd, in ths8200_g_register() 114 static int ths8200_s_register(struct v4l2_subdev *sd, in ths8200_s_register() 123 static int ths8200_log_status(struct v4l2_subdev *sd) in ths8200_log_status() 145 static int ths8200_s_power(struct v4l2_subdev *sd, int on) in ths8200_s_power() 172 static int ths8200_s_stream(struct v4l2_subdev *sd, int enable) in ths8200_s_stream() [all …]
|
| H A D | adv7183.c | 25 struct v4l2_subdev sd; member 63 static inline struct adv7183 *to_adv7183(struct v4l2_subdev *sd) in to_adv7183() 72 static inline int adv7183_read(struct v4l2_subdev *sd, unsigned char reg) in adv7183_read() 79 static inline int adv7183_write(struct v4l2_subdev *sd, unsigned char reg, in adv7183_write() 87 static int adv7183_writeregs(struct v4l2_subdev *sd, in adv7183_writeregs() 108 static int adv7183_log_status(struct v4l2_subdev *sd) in adv7183_log_status() 189 static int adv7183_g_std(struct v4l2_subdev *sd, v4l2_std_id *std) in adv7183_g_std() 197 static int adv7183_s_std(struct v4l2_subdev *sd, v4l2_std_id std) in adv7183_s_std() 228 static int adv7183_reset(struct v4l2_subdev *sd, u32 val) in adv7183_reset() 239 static int adv7183_s_routing(struct v4l2_subdev *sd, in adv7183_s_routing() [all …]
|
| H A D | adv7604.c | 167 struct v4l2_subdev sd; member 320 static inline struct adv76xx_state *to_state(struct v4l2_subdev *sd) in to_state() 374 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() 381 static inline int io_write(struct v4l2_subdev *sd, u8 reg, u8 val) in io_write() 388 static inline int io_write_clr_set(struct v4l2_subdev *sd, u8 reg, u8 mask, in io_write_clr_set() 394 static inline int avlink_read(struct v4l2_subdev *sd, u8 reg) in avlink_read() 401 static inline int avlink_write(struct v4l2_subdev *sd, u8 reg, u8 val) in avlink_write() 408 static inline int cec_read(struct v4l2_subdev *sd, u8 reg) in cec_read() 415 static inline int cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in cec_write() 422 static inline int cec_write_clr_set(struct v4l2_subdev *sd, u8 reg, u8 mask, in cec_write_clr_set() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | sn9c20x.c | 55 struct sd { struct 56 struct gspca_dev gspca_dev; 58 struct { /* color control cluster */ 64 struct { /* blue/red balance control cluster */ 68 struct { /* h/vflip control cluster */ 72 struct v4l2_ctrl *gamma; 73 struct { /* autogain and exposure or gain control cluster */ 78 struct v4l2_ctrl *jpegqual; 80 struct work_struct work; 82 u32 pktsz; /* (used by pkt_scan) */ [all …]
|
| H A D | sonixj.c | 22 struct sd { struct 23 struct gspca_dev gspca_dev; /* !! must be the first item */ 25 atomic_t avg_lum; 26 struct v4l2_ctrl *brightness; 27 struct v4l2_ctrl *contrast; 28 struct v4l2_ctrl *saturation; 29 struct { /* red/blue balance control cluster */ 33 struct { /* hflip/vflip control cluster */ 37 struct v4l2_ctrl *gamma; 38 struct v4l2_ctrl *illum; [all …]
|
| H A D | ov519.c | 50 struct sd { struct 51 struct gspca_dev gspca_dev; /* !! must be the first item */ 53 struct v4l2_ctrl *jpegqual; 54 struct v4l2_ctrl *freq; 55 struct { /* h/vflip control cluster */ 59 struct { /* autobrightness/brightness control cluster */ 64 u8 revision; 66 u8 packet_nr; 68 char bridge; 78 char invert_led; [all …]
|
| H A D | w996Xcf.c | 56 static void w9968cf_write_fsb(struct sd *sd, u16* data) in w9968cf_write_fsb() 83 static void w9968cf_write_sb(struct sd *sd, u16 value) in w9968cf_write_sb() 113 static int w9968cf_read_sb(struct sd *sd) in w9968cf_read_sb() 153 static void w9968cf_upload_quantizationtables(struct sd *sd) in w9968cf_upload_quantizationtables() 177 static void w9968cf_smbus_start(struct sd *sd) in w9968cf_smbus_start() 183 static void w9968cf_smbus_stop(struct sd *sd) in w9968cf_smbus_stop() 190 static void w9968cf_smbus_write_byte(struct sd *sd, u8 v) in w9968cf_smbus_write_byte() 207 static void w9968cf_smbus_read_byte(struct sd *sd, u8 *v) in w9968cf_smbus_read_byte() 224 static void w9968cf_smbus_write_nack(struct sd *sd) in w9968cf_smbus_write_nack() 232 static void w9968cf_smbus_read_ack(struct sd *sd) in w9968cf_smbus_read_ack() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmsdstd.c | 171 #define SD3_TUNING_REQD(sd, sd_uhsimode) ((sd_uhsimode != SD3CLKMODE_DISABLED) && \ argument 272 sdstd_rreg16(sdioh_info_t *sd, uint reg) in sdstd_rreg16() 283 sdstd_wreg16(sdioh_info_t *sd, uint reg, uint16 data) in sdstd_wreg16() 290 sdstd_or_reg16(sdioh_info_t *sd, uint reg, uint16 val) in sdstd_or_reg16() 299 sdstd_mod_reg16(sdioh_info_t *sd, uint reg, int16 mask, uint16 val) in sdstd_mod_reg16() 311 sdstd_rreg(sdioh_info_t *sd, uint reg) in sdstd_rreg() 318 sdstd_wreg(sdioh_info_t *sd, uint reg, uint32 data) in sdstd_wreg() 327 sdstd_or_reg(sdioh_info_t *sd, uint reg, uint32 val) in sdstd_or_reg() 334 sdstd_mod_reg(sdioh_info_t *sd, uint reg, uint32 mask, uint32 val) in sdstd_mod_reg() 346 sdstd_wreg8(sdioh_info_t *sd, uint reg, uint8 data) in sdstd_wreg8() [all …]
|
| H A D | bcmsdh_sdmmc.c | 144 void sdioh_sdmmc_card_enable_func_f3(sdioh_info_t *sd, struct sdio_func *func) in sdioh_sdmmc_card_enable_func_f3() 156 sdioh_sdmmc_card_enablefuncs(sdioh_info_t *sd) in sdioh_sdmmc_card_enablefuncs() 197 sdioh_info_t *sd = NULL; in sdioh_attach() local 281 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach() 312 sdioh_enable_func_intr(sdioh_info_t *sd) in sdioh_enable_func_intr() 347 sdioh_disable_func_intr(sdioh_info_t *sd) in sdioh_disable_func_intr() 385 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register() 417 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister() 448 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query() 457 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmsdstd.c | 171 #define SD3_TUNING_REQD(sd, sd_uhsimode) ((sd_uhsimode != SD3CLKMODE_DISABLED) && \ argument 272 sdstd_rreg16(sdioh_info_t *sd, uint reg) in sdstd_rreg16() 283 sdstd_wreg16(sdioh_info_t *sd, uint reg, uint16 data) in sdstd_wreg16() 290 sdstd_or_reg16(sdioh_info_t *sd, uint reg, uint16 val) in sdstd_or_reg16() 299 sdstd_mod_reg16(sdioh_info_t *sd, uint reg, int16 mask, uint16 val) in sdstd_mod_reg16() 311 sdstd_rreg(sdioh_info_t *sd, uint reg) in sdstd_rreg() 318 sdstd_wreg(sdioh_info_t *sd, uint reg, uint32 data) in sdstd_wreg() 327 sdstd_or_reg(sdioh_info_t *sd, uint reg, uint32 val) in sdstd_or_reg() 334 sdstd_mod_reg(sdioh_info_t *sd, uint reg, uint32 mask, uint32 val) in sdstd_mod_reg() 346 sdstd_wreg8(sdioh_info_t *sd, uint reg, uint8 data) in sdstd_wreg8() [all …]
|
| H A D | bcmsdh_sdmmc.c | 156 void sdioh_sdmmc_card_enable_func_f3(sdioh_info_t *sd, struct sdio_func *func) in sdioh_sdmmc_card_enable_func_f3() 168 sdioh_sdmmc_card_enablefuncs(sdioh_info_t *sd) in sdioh_sdmmc_card_enablefuncs() 209 sdioh_info_t *sd = NULL; in sdioh_attach() local 304 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach() 338 sdioh_enable_func_intr(sdioh_info_t *sd) in sdioh_enable_func_intr() 373 sdioh_disable_func_intr(sdioh_info_t *sd) in sdioh_disable_func_intr() 411 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register() 443 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister() 474 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query() 483 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmsdstd.c | 169 #define SD3_TUNING_REQD(sd, sd_uhsimode) ((sd_uhsimode != SD3CLKMODE_DISABLED) && \ argument 252 sdstd_rreg16(sdioh_info_t *sd, uint reg) in sdstd_rreg16() 262 sdstd_wreg16(sdioh_info_t *sd, uint reg, uint16 data) in sdstd_wreg16() 269 sdstd_or_reg16(sdioh_info_t *sd, uint reg, uint16 val) in sdstd_or_reg16() 278 sdstd_mod_reg16(sdioh_info_t *sd, uint reg, int16 mask, uint16 val) in sdstd_mod_reg16() 290 sdstd_rreg(sdioh_info_t *sd, uint reg) in sdstd_rreg() 297 sdstd_wreg(sdioh_info_t *sd, uint reg, uint32 data) in sdstd_wreg() 306 sdstd_wreg8(sdioh_info_t *sd, uint reg, uint8 data) in sdstd_wreg8() 312 sdstd_rreg8(sdioh_info_t *sd, uint reg) in sdstd_rreg8() 331 sdioh_info_t *sd; in sdioh_attach() local [all …]
|
| H A D | bcmspibrcm.c | 137 sdioh_info_t *sd; in sdioh_attach() local 210 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach() 230 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register() 242 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister() 254 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query() 265 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending() 273 sdioh_get_dstatus(sdioh_info_t *sd) in sdioh_get_dstatus() 279 sdioh_chipinfo(sdioh_info_t *sd, uint32 chip, uint32 chiprev) in sdioh_chipinfo() 286 sdioh_dwordmode(sdioh_info_t *sd, bool set) in sdioh_dwordmode() 315 sdioh_query_iofnum(sdioh_info_t *sd) in sdioh_query_iofnum() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmsdstd.c | 169 #define SD3_TUNING_REQD(sd, sd_uhsimode) ((sd_uhsimode != SD3CLKMODE_DISABLED) && \ argument 252 sdstd_rreg16(sdioh_info_t *sd, uint reg) in sdstd_rreg16() 262 sdstd_wreg16(sdioh_info_t *sd, uint reg, uint16 data) in sdstd_wreg16() 269 sdstd_or_reg16(sdioh_info_t *sd, uint reg, uint16 val) in sdstd_or_reg16() 278 sdstd_mod_reg16(sdioh_info_t *sd, uint reg, int16 mask, uint16 val) in sdstd_mod_reg16() 290 sdstd_rreg(sdioh_info_t *sd, uint reg) in sdstd_rreg() 297 sdstd_wreg(sdioh_info_t *sd, uint reg, uint32 data) in sdstd_wreg() 306 sdstd_wreg8(sdioh_info_t *sd, uint reg, uint8 data) in sdstd_wreg8() 312 sdstd_rreg8(sdioh_info_t *sd, uint reg) in sdstd_rreg8() 331 sdioh_info_t *sd; in sdioh_attach() local [all …]
|
| H A D | bcmspibrcm.c | 137 sdioh_info_t *sd; in sdioh_attach() local 210 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach() 230 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register() 242 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister() 254 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query() 265 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending() 273 sdioh_get_dstatus(sdioh_info_t *sd) in sdioh_get_dstatus() 279 sdioh_chipinfo(sdioh_info_t *sd, uint32 chip, uint32 chiprev) in sdioh_chipinfo() 286 sdioh_dwordmode(sdioh_info_t *sd, bool set) in sdioh_dwordmode() 315 sdioh_query_iofnum(sdioh_info_t *sd) in sdioh_query_iofnum() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmsdstd.c | 169 #define SD3_TUNING_REQD(sd, sd_uhsimode) ((sd_uhsimode != SD3CLKMODE_DISABLED) && \ argument 252 sdstd_rreg16(sdioh_info_t *sd, uint reg) in sdstd_rreg16() 262 sdstd_wreg16(sdioh_info_t *sd, uint reg, uint16 data) in sdstd_wreg16() 269 sdstd_or_reg16(sdioh_info_t *sd, uint reg, uint16 val) in sdstd_or_reg16() 278 sdstd_mod_reg16(sdioh_info_t *sd, uint reg, int16 mask, uint16 val) in sdstd_mod_reg16() 290 sdstd_rreg(sdioh_info_t *sd, uint reg) in sdstd_rreg() 297 sdstd_wreg(sdioh_info_t *sd, uint reg, uint32 data) in sdstd_wreg() 306 sdstd_wreg8(sdioh_info_t *sd, uint reg, uint8 data) in sdstd_wreg8() 312 sdstd_rreg8(sdioh_info_t *sd, uint reg) in sdstd_rreg8() 331 sdioh_info_t *sd; in sdioh_attach() local [all …]
|
| H A D | bcmspibrcm.c | 137 sdioh_info_t *sd; in sdioh_attach() local 210 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach() 230 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register() 242 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister() 254 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query() 265 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending() 273 sdioh_get_dstatus(sdioh_info_t *sd) in sdioh_get_dstatus() 279 sdioh_chipinfo(sdioh_info_t *sd, uint32 chip, uint32 chiprev) in sdioh_chipinfo() 286 sdioh_dwordmode(sdioh_info_t *sd, bool set) in sdioh_dwordmode() 315 sdioh_query_iofnum(sdioh_info_t *sd) in sdioh_query_iofnum() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/davinci/ |
| H A D | vpbe_osd.c | 48 static inline u32 osd_read(struct osd_state *sd, u32 offset) in osd_read() 55 static inline u32 osd_write(struct osd_state *sd, u32 val, u32 offset) in osd_write() 64 static inline u32 osd_set(struct osd_state *sd, u32 mask, u32 offset) in osd_set() 76 static inline u32 osd_clear(struct osd_state *sd, u32 mask, u32 offset) in osd_clear() 88 static inline u32 osd_modify(struct osd_state *sd, u32 mask, u32 val, in osd_modify() 127 static int _osd_dm6446_vid0_pingpong(struct osd_state *sd, in _osd_dm6446_vid0_pingpong() 163 static void _osd_set_field_inversion(struct osd_state *sd, int enable) in _osd_set_field_inversion() 173 static void _osd_set_blink_attribute(struct osd_state *sd, int enable, in _osd_set_blink_attribute() 187 static void _osd_set_rom_clut(struct osd_state *sd, in _osd_set_rom_clut() 196 static void _osd_set_palette_map(struct osd_state *sd, in _osd_set_palette_map() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmspibrcm.c | 126 sdioh_info_t *sd; in sdioh_attach() local 186 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach() 201 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register() 213 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister() 225 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query() 234 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending() 242 sdioh_get_dstatus(sdioh_info_t *sd) in sdioh_get_dstatus() 248 sdioh_chipinfo(sdioh_info_t *sd, uint32 chip, uint32 chiprev) in sdioh_chipinfo() 255 sdioh_dwordmode(sdioh_info_t *sd, bool set) in sdioh_dwordmode() 285 sdioh_query_iofnum(sdioh_info_t *sd) in sdioh_query_iofnum() [all …]
|
| H A D | bcmsdh_sdmmc.c | 140 void sdioh_sdmmc_card_enable_func_f3(sdioh_info_t *sd, struct sdio_func *func) in sdioh_sdmmc_card_enable_func_f3() 148 sdioh_sdmmc_card_enablefuncs(sdioh_info_t *sd) in sdioh_sdmmc_card_enablefuncs() 189 sdioh_info_t *sd = NULL; in sdioh_attach() local 268 sdioh_detach(osl_t *osh, sdioh_info_t *sd) in sdioh_detach() 299 sdioh_enable_func_intr(sdioh_info_t *sd) in sdioh_enable_func_intr() 334 sdioh_disable_func_intr(sdioh_info_t *sd) in sdioh_disable_func_intr() 372 sdioh_interrupt_register(sdioh_info_t *sd, sdioh_cb_fn_t fn, void *argh) in sdioh_interrupt_register() 404 sdioh_interrupt_deregister(sdioh_info_t *sd) in sdioh_interrupt_deregister() 435 sdioh_interrupt_query(sdioh_info_t *sd, bool *onoff) in sdioh_interrupt_query() 444 sdioh_interrupt_pending(sdioh_info_t *sd) in sdioh_interrupt_pending() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 30 static int subdev_fh_init(struct v4l2_subdev_fh *fh, struct v4l2_subdev *sd) in subdev_fh_init() 50 struct v4l2_subdev *sd = vdev_to_v4l2_subdev(vdev); in subdev_open() local 101 struct v4l2_subdev *sd = vdev_to_v4l2_subdev(vdev); in subdev_close() local 137 static inline int check_pad(struct v4l2_subdev *sd, u32 pad) in check_pad() 160 static inline int check_format(struct v4l2_subdev *sd, in check_format() 171 static int call_get_fmt(struct v4l2_subdev *sd, in call_get_fmt() 179 static int call_set_fmt(struct v4l2_subdev *sd, in call_set_fmt() 187 static int call_enum_mbus_code(struct v4l2_subdev *sd, in call_enum_mbus_code() 199 static int call_enum_frame_size(struct v4l2_subdev *sd, in call_enum_frame_size() 211 static inline int check_frame_interval(struct v4l2_subdev *sd, in check_frame_interval() [all …]
|