Home
last modified time | relevance | path

Searched defs:state (Results 51 – 75 of 5215) sorted by relevance

12345678910>>...209

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dves1820.c47 static int ves1820_writereg(struct ves1820_state *state, u8 reg, u8 data) in ves1820_writereg()
62 static u8 ves1820_readreg(struct ves1820_state *state, u8 reg) in ves1820_readreg()
81 static int ves1820_setup_reg0(struct ves1820_state *state, in ves1820_setup_reg0()
102 static int ves1820_set_symbolrate(struct ves1820_state *state, u32 symbolrate) in ves1820_set_symbolrate()
182 struct ves1820_state* state = fe->demodulator_priv; in ves1820_init() local
200 struct ves1820_state* state = fe->demodulator_priv; in ves1820_set_parameters() local
232 struct ves1820_state* state = fe->demodulator_priv; in ves1820_read_status() local
258 struct ves1820_state* state = fe->demodulator_priv; in ves1820_read_ber() local
270 struct ves1820_state* state = fe->demodulator_priv; in ves1820_read_signal_strength() local
280 struct ves1820_state* state = fe->demodulator_priv; in ves1820_read_snr() local
[all …]
H A Dlgdt3305.c101 static int lgdt3305_write_reg(struct lgdt3305_state *state, u16 reg, u8 val) in lgdt3305_write_reg()
125 static int lgdt3305_read_reg(struct lgdt3305_state *state, u16 reg, u8 *val) in lgdt3305_read_reg()
151 #define read_reg(state, reg) \ argument
160 static int lgdt3305_set_reg_bit(struct lgdt3305_state *state, in lgdt3305_set_reg_bit()
185 static int lgdt3305_write_regs(struct lgdt3305_state *state, in lgdt3305_write_regs()
202 static int lgdt3305_soft_reset(struct lgdt3305_state *state) in lgdt3305_soft_reset()
218 static inline int lgdt3305_mpeg_mode(struct lgdt3305_state *state, in lgdt3305_mpeg_mode()
225 static int lgdt3305_mpeg_mode_polarity(struct lgdt3305_state *state) in lgdt3305_mpeg_mode_polarity()
257 static int lgdt3305_set_modulation(struct lgdt3305_state *state, in lgdt3305_set_modulation()
289 static int lgdt3305_set_filter_extension(struct lgdt3305_state *state, in lgdt3305_set_filter_extension()
[all …]
H A Dtda1004x.c115 static int tda1004x_write_byteI(struct tda1004x_state *state, int reg, int data) in tda1004x_write_byteI()
135 static int tda1004x_read_byte(struct tda1004x_state *state, int reg) in tda1004x_read_byte()
160 static int tda1004x_write_mask(struct tda1004x_state *state, int reg, int mask, int data) in tda1004x_write_mask()
179 static int tda1004x_write_buf(struct tda1004x_state *state, int reg, unsigned char *buf, int len) in tda1004x_write_buf()
196 static int tda1004x_enable_tuner_i2c(struct tda1004x_state *state) in tda1004x_enable_tuner_i2c()
206 static int tda1004x_disable_tuner_i2c(struct tda1004x_state *state) in tda1004x_disable_tuner_i2c()
213 static int tda10045h_set_bandwidth(struct tda1004x_state *state, in tda10045h_set_bandwidth()
242 static int tda10046h_set_bandwidth(struct tda1004x_state *state, in tda10046h_set_bandwidth()
306 static int tda1004x_do_upload(struct tda1004x_state *state, in tda1004x_do_upload()
347 static int tda1004x_check_upload_ok(struct tda1004x_state *state) in tda1004x_check_upload_ok()
[all …]
H A Ddib3000mb.c51 static int dib3000_read_reg(struct dib3000_state *state, u16 reg) in dib3000_read_reg()
69 static int dib3000_write_reg(struct dib3000_state *state, u16 reg, u16 val) in dib3000_write_reg()
118 struct dib3000_state* state = fe->demodulator_priv; in dib3000mb_set_frontend() local
366 struct dib3000_state* state = fe->demodulator_priv; in dib3000mb_fe_init() local
444 struct dib3000_state* state = fe->demodulator_priv; in dib3000mb_get_frontend() local
605 struct dib3000_state* state = fe->demodulator_priv; in dib3000mb_read_status() local
637 struct dib3000_state* state = fe->demodulator_priv; in dib3000mb_read_ber() local
646 struct dib3000_state* state = fe->demodulator_priv; in dib3000mb_read_signal_strength() local
654 struct dib3000_state* state = fe->demodulator_priv; in dib3000mb_read_snr() local
664 struct dib3000_state* state = fe->demodulator_priv; in dib3000mb_read_unc_blocks() local
[all …]
H A Dtda10023.c52 static u8 tda10023_readreg (struct tda10023_state* state, u8 reg) in tda10023_readreg()
69 static int tda10023_writereg (struct tda10023_state* state, u8 reg, u8 data) in tda10023_writereg()
85 static int tda10023_writebit (struct tda10023_state* state, u8 reg, u8 mask,u8 data) in tda10023_writebit()
98 static void tda10023_writetab(struct tda10023_state* state, u8* tab) in tda10023_writetab()
117 static int lock_tuner(struct tda10023_state* state) in lock_tuner()
131 static int unlock_tuner(struct tda10023_state* state) in unlock_tuner()
144 static int tda10023_setup_reg0 (struct tda10023_state* state, u8 reg0) in tda10023_setup_reg0()
155 static int tda10023_set_symbolrate (struct tda10023_state* state, u32 sr) in tda10023_set_symbolrate()
219 struct tda10023_state* state = fe->demodulator_priv; in tda10023_init() local
297 struct tda10023_state* state = fe->demodulator_priv; in tda10023_set_parameters() local
[all …]
H A Ddrxd_hard.c225 static int Read16(struct drxd_state *state, u32 reg, u16 *data, u8 flags) in Read16()
239 static int Read32(struct drxd_state *state, u32 reg, u32 *data, u8 flags) in Read32()
255 static int Write16(struct drxd_state *state, u32 reg, u16 data, u8 flags) in Write16()
268 static int Write32(struct drxd_state *state, u32 reg, u32 data, u8 flags) in Write32()
282 static int write_chunk(struct drxd_state *state, in write_chunk()
300 static int WriteBlock(struct drxd_state *state, in WriteBlock()
315 static int WriteTable(struct drxd_state *state, u8 * pTable) in WriteTable()
345 static int ResetCEFR(struct drxd_state *state) in ResetCEFR()
350 static int InitCP(struct drxd_state *state) in InitCP()
355 static int InitCE(struct drxd_state *state) in InitCE()
[all …]
H A Ds5h1409.c301 static int s5h1409_writereg(struct s5h1409_state *state, u8 reg, u16 data) in s5h1409_writereg()
318 static u16 s5h1409_readreg(struct s5h1409_state *state, u8 reg) in s5h1409_readreg()
339 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_softreset() local
355 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_set_if_freq() local
380 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_set_spectralinversion() local
393 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_enable_modulation() local
426 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_i2c_gate_ctrl() local
438 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_set_gpio() local
452 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_sleep() local
461 struct s5h1409_state *state = fe->demodulator_priv; in s5h1409_register_reset() local
[all …]
H A Dau8522_common.c30 int au8522_writereg(struct au8522_state *state, u16 reg, u8 data) in au8522_writereg()
48 u8 au8522_readreg(struct au8522_state *state, u16 reg) in au8522_readreg()
71 struct au8522_state *state = fe->demodulator_priv; in au8522_i2c_gate_ctrl() local
92 struct au8522_state *state = fe->demodulator_priv; in au8522_analog_i2c_gate_ctrl() local
105 int au8522_get_state(struct au8522_state **state, struct i2c_adapter *i2c, in au8522_get_state()
120 void au8522_release_state(struct au8522_state *state) in au8522_release_state()
129 static int au8522_led_gpio_enable(struct au8522_state *state, int onoff) in au8522_led_gpio_enable()
159 int au8522_led_ctrl(struct au8522_state *state, int led) in au8522_led_ctrl()
216 struct au8522_state *state = fe->demodulator_priv; in au8522_init() local
237 struct au8522_state *state = fe->demodulator_priv; in au8522_sleep() local
H A Dstb0899_algo.c66 static u32 stb0899_set_srate(struct stb0899_state *state, u32 master_clk, u32 srate) in stb0899_set_srate()
120 long stb0899_carr_width(struct stb0899_state *state) in stb0899_carr_width()
131 static void stb0899_first_subrange(struct stb0899_state *state) in stb0899_first_subrange()
162 static enum stb0899_status stb0899_check_tmg(struct stb0899_state *state) in stb0899_check_tmg()
195 static enum stb0899_status stb0899_search_tmg(struct stb0899_state *state) in stb0899_search_tmg()
238 static enum stb0899_status stb0899_check_carrier(struct stb0899_state *state) in stb0899_check_carrier()
266 static enum stb0899_status stb0899_search_carrier(struct stb0899_state *state) in stb0899_search_carrier()
322 static enum stb0899_status stb0899_check_data(struct stb0899_state *state) in stb0899_check_data()
377 static enum stb0899_status stb0899_search_data(struct stb0899_state *state) in stb0899_search_data()
436 static enum stb0899_status stb0899_check_range(struct stb0899_state *state) in stb0899_check_range()
[all …]
H A Dzl10353.c41 struct zl10353_state *state = fe->demodulator_priv; in zl10353_single_write() local
63 static int zl10353_read_register(struct zl10353_state *state, u8 reg) in zl10353_read_register()
88 struct zl10353_state *state = fe->demodulator_priv; in zl10353_dump_regs() local
114 struct zl10353_state *state = fe->demodulator_priv; in zl10353_calc_nominal_rate() local
133 struct zl10353_state *state = fe->demodulator_priv; in zl10353_calc_input_freq() local
169 struct zl10353_state *state = fe->demodulator_priv; in zl10353_set_parameters() local
362 struct zl10353_state *state = fe->demodulator_priv; in zl10353_get_parameters() local
452 struct zl10353_state *state = fe->demodulator_priv; in zl10353_read_status() local
483 struct zl10353_state *state = fe->demodulator_priv; in zl10353_read_ber() local
494 struct zl10353_state *state = fe->demodulator_priv; in zl10353_read_signal_strength() local
[all …]
H A Ds5h1411.c330 static int s5h1411_writereg(struct s5h1411_state *state, in s5h1411_writereg()
347 static u16 s5h1411_readreg(struct s5h1411_state *state, u8 addr, u8 reg) in s5h1411_readreg()
367 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_softreset() local
378 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_if_freq() local
417 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_mpeg_timing() local
447 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_spectralinversion() local
462 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_serialmode() local
477 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_enable_modulation() local
519 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_i2c_gate_ctrl() local
531 struct s5h1411_state *state = fe->demodulator_priv; in s5h1411_set_gpio() local
[all …]
H A Dmxl5xx.c147 static int i2cread(struct mxl *state, u8 *data, int len) in i2cread()
152 static int i2cwrite(struct mxl *state, u8 *data, int len) in i2cwrite()
157 static int read_register_unlocked(struct mxl *state, u32 reg, u32 *val) in read_register_unlocked()
182 static int send_command(struct mxl *state, u32 size, u8 *buf) in send_command()
210 static int write_register(struct mxl *state, u32 reg, u32 val) in write_register()
226 static int write_firmware_block(struct mxl *state, in write_firmware_block()
249 static int read_register(struct mxl *state, u32 reg, u32 *val) in read_register()
273 static int read_register_block(struct mxl *state, u32 reg, u32 size, u8 *data) in read_register_block()
296 static int read_by_mnemonic(struct mxl *state, in read_by_mnemonic()
313 static int update_by_mnemonic(struct mxl *state, in update_by_mnemonic()
[all …]
H A Dlgs8gl5.c60 lgs8gl5_write_reg(struct lgs8gl5_state *state, u8 reg, u8 data) in lgs8gl5_write_reg()
81 lgs8gl5_read_reg(struct lgs8gl5_state *state, u8 reg) in lgs8gl5_read_reg()
110 lgs8gl5_update_reg(struct lgs8gl5_state *state, u8 reg, u8 data) in lgs8gl5_update_reg()
121 lgs8gl5_update_alt_reg(struct lgs8gl5_state *state, u8 reg, u8 data) in lgs8gl5_update_alt_reg()
154 lgs8gl5_soft_reset(struct lgs8gl5_state *state) in lgs8gl5_soft_reset()
169 lgs8gl5_start_demod(struct lgs8gl5_state *state) in lgs8gl5_start_demod()
222 struct lgs8gl5_state *state = fe->demodulator_priv; in lgs8gl5_init() local
242 struct lgs8gl5_state *state = fe->demodulator_priv; in lgs8gl5_read_status() local
273 struct lgs8gl5_state *state = fe->demodulator_priv; in lgs8gl5_read_signal_strength() local
284 struct lgs8gl5_state *state = fe->demodulator_priv; in lgs8gl5_read_snr() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dadv7604.c209 static bool adv76xx_has_afe(struct adv76xx_state *state) in adv76xx_has_afe()
337 static int adv76xx_read_check(struct adv76xx_state *state, in adv76xx_read_check()
360 static int adv76xx_write_block(struct adv76xx_state *state, int client_page, in adv76xx_write_block()
376 struct adv76xx_state *state = to_state(sd); in io_read() local
383 struct adv76xx_state *state = to_state(sd); in io_write() local
396 struct adv76xx_state *state = to_state(sd); in avlink_read() local
403 struct adv76xx_state *state = to_state(sd); in avlink_write() local
410 struct adv76xx_state *state = to_state(sd); in cec_read() local
417 struct adv76xx_state *state = to_state(sd); in cec_write() local
430 struct adv76xx_state *state = to_state(sd); in infoframe_read() local
[all …]
H A Dadv7180.c224 static int adv7180_select_page(struct adv7180_state *state, unsigned int page) in adv7180_select_page()
235 static int adv7180_write(struct adv7180_state *state, unsigned int reg, in adv7180_write()
243 static int adv7180_read(struct adv7180_state *state, unsigned int reg) in adv7180_read()
250 static int adv7180_csi_write(struct adv7180_state *state, unsigned int reg, in adv7180_csi_write()
256 static int adv7180_set_video_standard(struct adv7180_state *state, in adv7180_set_video_standard()
262 static int adv7180_vpp_write(struct adv7180_state *state, unsigned int reg, in adv7180_vpp_write()
327 static int __adv7180_status(struct adv7180_state *state, u32 *status, in __adv7180_status()
350 struct adv7180_state *state = to_state(sd); in adv7180_querystd() local
382 struct adv7180_state *state = to_state(sd); in adv7180_s_routing() local
404 struct adv7180_state *state = to_state(sd); in adv7180_g_input_status() local
[all …]
H A Ds5k5baf.c418 static u16 s5k5baf_i2c_read(struct s5k5baf *state, u16 addr) in s5k5baf_i2c_read()
447 static void s5k5baf_i2c_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_i2c_write()
465 static u16 s5k5baf_read(struct s5k5baf *state, u16 addr) in s5k5baf_read()
471 static void s5k5baf_write(struct s5k5baf *state, u16 addr, u16 val) in s5k5baf_write()
477 static void s5k5baf_write_arr_seq(struct s5k5baf *state, u16 addr, in s5k5baf_write_arr_seq()
511 #define s5k5baf_write_seq(state, addr, seq...) \ argument
526 static void s5k5baf_write_nseq(struct s5k5baf *state, const u16 *nseq) in s5k5baf_write_nseq()
539 static void s5k5baf_synchronize(struct s5k5baf *state, int timeout, u16 addr) in s5k5baf_synchronize()
556 static u16 *s5k5baf_fw_get_seq(struct s5k5baf *state, u16 seq_id) in s5k5baf_fw_get_seq()
575 static void s5k5baf_hw_patch(struct s5k5baf *state) in s5k5baf_hw_patch()
[all …]
H A Dmsp3400-kthreads.c177 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp_set_source() local
204 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_set_mode() local
245 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_set_audmode() local
374 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_print_mode() local
403 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_detect_stereo() local
481 struct msp_state *state = to_state(i2c_get_clientdata(client)); in watch_stereo() local
493 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3400c_thread() local
685 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp3410d_thread() local
853 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp34xxg_modus() local
880 struct msp_state *state = to_state(i2c_get_clientdata(client)); in msp34xxg_set_source() local
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutstate.c28 union acpi_generic_state *state) in acpi_ut_push_generic_state()
54 union acpi_generic_state *state; in acpi_ut_pop_generic_state() local
86 union acpi_generic_state *state; in acpi_ut_create_generic_state() local
115 union acpi_generic_state *state; in acpi_ut_create_thread_state() local
159 union acpi_generic_state *state; in acpi_ut_create_update_state() local
195 union acpi_generic_state *state; in acpi_ut_create_pkg_state() local
232 union acpi_generic_state *state; in acpi_ut_create_control_state() local
264 void acpi_ut_delete_generic_state(union acpi_generic_state *state) in acpi_ut_delete_generic_state()
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Dscd30_core.c51 static int scd30_command_write(struct scd30_state *state, enum scd30_cmd cmd, u16 arg) in scd30_command_write()
56 static int scd30_command_read(struct scd30_state *state, enum scd30_cmd cmd, u16 *val) in scd30_command_read()
67 static int scd30_reset(struct scd30_state *state) in scd30_reset()
115 static int scd30_read_meas(struct scd30_state *state) in scd30_read_meas()
138 static int scd30_wait_meas_irq(struct scd30_state *state) in scd30_wait_meas_irq()
156 static int scd30_wait_meas_poll(struct scd30_state *state) in scd30_wait_meas_poll()
178 static int scd30_read_poll(struct scd30_state *state) in scd30_read_poll()
189 static int scd30_read(struct scd30_state *state) in scd30_read()
200 struct scd30_state *state = iio_priv(indio_dev); in scd30_read_raw() local
259 struct scd30_state *state = iio_priv(indio_dev); in scd30_write_raw() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c275 struct dib0700_adapter_state *state = adap->priv; in stk7700P2_frontend_attach() local
308 struct dib0700_adapter_state *state = adap->priv; in stk7700d_frontend_attach() local
343 struct dib0700_adapter_state *state = adap->priv; in stk7700d_tuner_attach() local
423 struct dib0700_adapter_state *state = adap->priv; in stk7700ph_xc3028_callback() local
457 struct dib0700_adapter_state *state = adap->priv; in stk7700ph_frontend_attach() local
495 struct dib0700_adapter_state *state = adap->priv; in stk7700ph_tuner_attach() local
704 struct dib0700_adapter_state *state = adap->priv; in stk7700p_frontend_attach() local
745 struct dib0700_adapter_state *state = adap->priv; in stk7700p_tuner_attach() local
799 struct dib0700_adapter_state *state = adap->priv; in dib7070_tuner_reset() local
808 struct dib0700_adapter_state *state = adap->priv; in dib7070_tuner_sleep() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-i2c.c22 static int mxl111sf_i2c_bitbang_sendbyte(struct mxl111sf_state *state, in mxl111sf_i2c_bitbang_sendbyte()
84 static int mxl111sf_i2c_bitbang_recvbyte(struct mxl111sf_state *state, in mxl111sf_i2c_bitbang_recvbyte()
124 static int mxl111sf_i2c_start(struct mxl111sf_state *state) in mxl111sf_i2c_start()
147 static int mxl111sf_i2c_stop(struct mxl111sf_state *state) in mxl111sf_i2c_stop()
175 static int mxl111sf_i2c_ack(struct mxl111sf_state *state) in mxl111sf_i2c_ack()
204 static int mxl111sf_i2c_nack(struct mxl111sf_state *state) in mxl111sf_i2c_nack()
225 static int mxl111sf_i2c_sw_xfer_msg(struct mxl111sf_state *state, in mxl111sf_i2c_sw_xfer_msg()
307 static int mxl111sf_i2c_send_data(struct mxl111sf_state *state, in mxl111sf_i2c_send_data()
317 static int mxl111sf_i2c_get_data(struct mxl111sf_state *state, in mxl111sf_i2c_get_data()
327 static u8 mxl111sf_i2c_check_status(struct mxl111sf_state *state) in mxl111sf_i2c_check_status()
[all …]
H A Daf9015.c21 struct af9015_state *state = d_to_priv(d); in af9015_ctrl_msg() local
115 struct af9015_state *state = d_to_priv(d); in af9015_write_reg_i2c() local
128 struct af9015_state *state = d_to_priv(d); in af9015_read_reg_i2c() local
142 struct af9015_state *state = d_to_priv(d); in af9015_i2c_xfer() local
291 struct af9015_state *state = d_to_priv(d); in af9015_download_firmware() local
340 struct af9015_state *state = d_to_priv(d); in af9015_eeprom_hash() local
373 struct af9015_state *state = d_to_priv(d); in af9015_read_config() local
554 struct af9015_state *state = d_to_priv(d); in af9015_streaming_ctrl() local
660 struct af9015_state *state = d_to_priv(d); in af9015_get_adapter_count() local
669 struct af9015_state *state = fe_to_priv(fe); in af9015_af9013_set_frontend() local
[all …]
/OK3568_Linux_fs/kernel/security/selinux/include/
H A Dsecurity.h115 static inline bool selinux_initialized(const struct selinux_state *state) in selinux_initialized()
121 static inline void selinux_mark_initialized(struct selinux_state *state) in selinux_mark_initialized()
128 static inline bool enforcing_enabled(struct selinux_state *state) in enforcing_enabled()
133 static inline void enforcing_set(struct selinux_state *state, bool value) in enforcing_set()
138 static inline bool enforcing_enabled(struct selinux_state *state) in enforcing_enabled()
143 static inline void enforcing_set(struct selinux_state *state, bool value) in enforcing_set()
148 static inline bool checkreqprot_get(const struct selinux_state *state) in checkreqprot_get()
153 static inline void checkreqprot_set(struct selinux_state *state, bool value) in checkreqprot_set()
159 static inline bool selinux_disabled(struct selinux_state *state) in selinux_disabled()
164 static inline void selinux_mark_disabled(struct selinux_state *state) in selinux_mark_disabled()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dmxl5007t.c201 static void mxl5007t_set_mode_bits(struct mxl5007t_state *state, in mxl5007t_set_mode_bits()
227 static void mxl5007t_set_if_freq_bits(struct mxl5007t_state *state, in mxl5007t_set_if_freq_bits()
281 static void mxl5007t_set_xtal_freq_bits(struct mxl5007t_state *state, in mxl5007t_set_xtal_freq_bits()
350 static struct reg_pair_t *mxl5007t_calc_init_regs(struct mxl5007t_state *state, in mxl5007t_calc_init_regs()
380 static void mxl5007t_set_bw_bits(struct mxl5007t_state *state, in mxl5007t_set_bw_bits()
406 reg_pair_t *mxl5007t_calc_rf_tune_regs(struct mxl5007t_state *state, in mxl5007t_calc_rf_tune_regs()
448 static int mxl5007t_write_reg(struct mxl5007t_state *state, u8 reg, u8 val) in mxl5007t_write_reg()
463 static int mxl5007t_write_regs(struct mxl5007t_state *state, in mxl5007t_write_regs()
477 static int mxl5007t_read_reg(struct mxl5007t_state *state, u8 reg, u8 *val) in mxl5007t_read_reg()
496 static int mxl5007t_soft_reset(struct mxl5007t_state *state) in mxl5007t_soft_reset()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_damage_helper.c12 static void set_plane_src(struct drm_plane_state *state, int x1, int y1, int x2, in set_plane_src()
37 static void set_plane_damage(struct drm_plane_state *state, in set_plane_damage()
43 static bool check_damage_clip(struct drm_plane_state *state, struct drm_rect *r, in check_damage_clip()
85 struct drm_plane_state state = { in igt_damage_iter_no_damage() local
116 struct drm_plane_state state = { in igt_damage_iter_no_damage_fractional_src() local
149 struct drm_plane_state state = { in igt_damage_iter_no_damage_src_moved() local
181 struct drm_plane_state state = { in igt_damage_iter_no_damage_fractional_src_moved() local
214 struct drm_plane_state state = { in igt_damage_iter_no_damage_not_visible() local
243 struct drm_plane_state state = { in igt_damage_iter_no_damage_no_crtc() local
266 struct drm_plane_state state = { in igt_damage_iter_no_damage_no_fb() local
[all …]

12345678910>>...209