Home
last modified time | relevance | path

Searched defs:state (Results 76 – 100 of 5469) sorted by relevance

12345678910>>...219

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dmt352.c46 struct mt352_state* state = fe->demodulator_priv; in mt352_single_write() local
68 static int mt352_read_register(struct mt352_state* state, u8 reg) in mt352_read_register()
99 static void mt352_calc_nominal_rate(struct mt352_state* state, in mt352_calc_nominal_rate()
129 static void mt352_calc_input_freq(struct mt352_state* state, in mt352_calc_input_freq()
158 struct mt352_state* state = fe->demodulator_priv; in mt352_set_parameters() local
304 struct mt352_state* state = fe->demodulator_priv; in mt352_get_parameters() local
409 struct mt352_state* state = fe->demodulator_priv; in mt352_read_status() local
452 struct mt352_state* state = fe->demodulator_priv; in mt352_read_ber() local
463 struct mt352_state* state = fe->demodulator_priv; in mt352_read_signal_strength() local
476 struct mt352_state* state = fe->demodulator_priv; in mt352_read_snr() local
[all …]
H A Dmb86a20s.c212 static int mb86a20s_i2c_writereg(struct mb86a20s_state *state, in mb86a20s_i2c_writereg()
232 static int mb86a20s_i2c_writeregdata(struct mb86a20s_state *state, in mb86a20s_i2c_writeregdata()
246 static int mb86a20s_i2c_readreg(struct mb86a20s_state *state, in mb86a20s_i2c_readreg()
267 #define mb86a20s_readreg(state, reg) \ argument
269 #define mb86a20s_writereg(state, reg, val) \ argument
271 #define mb86a20s_writeregdata(state, regdata) \ argument
283 struct mb86a20s_state *state = fe->demodulator_priv; in mb86a20s_read_status() local
320 struct mb86a20s_state *state = fe->demodulator_priv; in mb86a20s_read_signal_strength() local
376 static int mb86a20s_get_modulation(struct mb86a20s_state *state, in mb86a20s_get_modulation()
408 static int mb86a20s_get_fec(struct mb86a20s_state *state, in mb86a20s_get_fec()
[all …]
H A Ddib9000.c233 static int dib9000_read16_attr(struct dib9000_state *state, u16 reg, u8 *b, u32 len, u16 attribute) in dib9000_read16_attr()
300 static inline u16 dib9000_read_word(struct dib9000_state *state, u16 reg) in dib9000_read_word()
307 static inline u16 dib9000_read_word_attr(struct dib9000_state *state, u16 reg, u16 attribute) in dib9000_read_word_attr()
315 #define dib9000_read16_noinc_attr(state, reg, b, len, attribute) dib9000_read16_attr(state, reg, b,… argument
317 static int dib9000_write16_attr(struct dib9000_state *state, u16 reg, const u8 *buf, u32 len, u16 a… in dib9000_write16_attr()
376 static inline int dib9000_write_word(struct dib9000_state *state, u16 reg, u16 val) in dib9000_write_word()
382 static inline int dib9000_write_word_attr(struct dib9000_state *state, u16 reg, u16 val, u16 attrib… in dib9000_write_word_attr()
388 #define dib9000_write(state, reg, buf, len) dib9000_write16_attr(state, reg, buf, len, 0) argument
389 #define dib9000_write16_noinc(state, reg, buf, len) dib9000_write16_attr(state, reg, buf, len, DATA… argument
390 #define dib9000_write16_noinc_attr(state, reg, buf, len, attribute) dib9000_write16_attr(state, reg… argument
[all …]
H A Ddib0070.c69 static u16 dib0070_read_reg(struct dib0070_state *state, u8 reg) in dib0070_read_reg()
101 static int dib0070_write_reg(struct dib0070_state *state, u8 reg, u16 val) in dib0070_write_reg()
129 #define HARD_RESET(state) do { \ argument
139 struct dib0070_state *state = fe->tuner_priv; in dib0070_set_bandwidth() local
166 static int dib0070_captrim(struct dib0070_state *state, enum frontend_tune_state *tune_state) in dib0070_captrim()
227 struct dib0070_state *state = fe->tuner_priv; in dib0070_set_ctrl_lo5() local
236 struct dib0070_state *state = fe->tuner_priv; in dib0070_ctrl_agc_filter() local
323 struct dib0070_state *state = fe->tuner_priv; in dib0070_tune_digital() local
510 struct dib0070_state *state = fe->tuner_priv; in dib0070_tune() local
528 struct dib0070_state *state = fe->tuner_priv; in dib0070_wakeup() local
[all …]
H A Ddib0090.c200 static u16 dib0090_read_reg(struct dib0090_state *state, u8 reg) in dib0090_read_reg()
232 static int dib0090_write_reg(struct dib0090_state *state, u32 reg, u16 val) in dib0090_write_reg()
261 static u16 dib0090_fw_read_reg(struct dib0090_fw_state *state, u8 reg) in dib0090_fw_read_reg()
288 static int dib0090_fw_write_reg(struct dib0090_fw_state *state, u8 reg, u16 val) in dib0090_fw_write_reg()
315 #define HARD_RESET(state) do { if (cfg->reset) { if (cfg->sleep) cfg->sleep(fe, 0); msleep(10); … argument
320 static void dib0090_write_regs(struct dib0090_state *state, u8 r, const u16 * b, u8 c) in dib0090_write_regs()
329 struct dib0090_state *state = fe->tuner_priv; in dib0090_identify() local
421 struct dib0090_fw_state *state = fe->tuner_priv; in dib0090_fw_identify() local
511 struct dib0090_state *state = fe->tuner_priv; in dib0090_reset_digital() local
578 struct dib0090_fw_state *state = fe->tuner_priv; in dib0090_fw_reset_digital() local
[all …]
H A Ds921.c198 static int s921_i2c_writereg(struct s921_state *state, in s921_i2c_writereg()
217 static int s921_i2c_writeregdata(struct s921_state *state, u8 i2c_addr, in s921_i2c_writeregdata()
230 static int s921_i2c_readreg(struct s921_state *state, u8 i2c_addr, u8 reg) in s921_i2c_readreg()
249 #define s921_readreg(state, reg) \ argument
251 #define s921_writereg(state, reg, val) \ argument
253 #define s921_writeregdata(state, regdata) \ argument
260 struct s921_state *state = fe->demodulator_priv; in s921_pll_tune() local
331 struct s921_state *state = fe->demodulator_priv; in s921_initfe() local
345 struct s921_state *state = fe->demodulator_priv; in s921_read_status() local
385 struct s921_state *state = fe->demodulator_priv; in s921_read_signal_strength() local
[all …]
H A Das102_fe.c56 struct as102_state *state = fe->demodulator_priv; in as102_fe_set_frontend() local
187 struct as102_state *state = fe->demodulator_priv; in as102_fe_get_frontend() local
304 struct as102_state *state = fe->demodulator_priv; in as102_fe_read_status() local
356 struct as102_state *state = fe->demodulator_priv; in as102_fe_read_snr() local
365 struct as102_state *state = fe->demodulator_priv; in as102_fe_read_ber() local
375 struct as102_state *state = fe->demodulator_priv; in as102_fe_read_signal_strength() local
384 struct as102_state *state = fe->demodulator_priv; in as102_fe_read_ucblocks() local
396 struct as102_state *state = fe->demodulator_priv; in as102_fe_ts_bus_ctrl() local
404 struct as102_state *state = fe->demodulator_priv; in as102_fe_release() local
447 struct as102_state *state; in as102_attach() local
H A Dcx24120.c162 static int cx24120_readreg(struct cx24120_state *state, u8 reg) in cx24120_readreg()
192 static int cx24120_writereg(struct cx24120_state *state, u8 reg, u8 data) in cx24120_writereg()
216 static int cx24120_writeregs(struct cx24120_state *state, in cx24120_writeregs()
267 struct cx24120_state *state; in cx24120_attach() local
310 static int cx24120_test_rom(struct cx24120_state *state) in cx24120_test_rom()
336 struct cx24120_state *state = fe->demodulator_priv; in cx24120_read_ber() local
354 static void cx24120_check_cmd(struct cx24120_state *state, u8 id) in cx24120_check_cmd()
372 static int cx24120_message_send(struct cx24120_state *state, in cx24120_message_send()
402 static int cx24120_message_sendrcv(struct cx24120_state *state, in cx24120_message_sendrcv()
439 static int cx24120_msg_mpeg_output_global_config(struct cx24120_state *state, in cx24120_msg_mpeg_output_global_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dadv7842.c389 struct adv7842_state *state = to_state(sd); in avlink_read() local
396 struct adv7842_state *state = to_state(sd); in avlink_write() local
403 struct adv7842_state *state = to_state(sd); in cec_read() local
410 struct adv7842_state *state = to_state(sd); in cec_write() local
422 struct adv7842_state *state = to_state(sd); in infoframe_read() local
429 struct adv7842_state *state = to_state(sd); in infoframe_write() local
436 struct adv7842_state *state = to_state(sd); in sdp_io_read() local
443 struct adv7842_state *state = to_state(sd); in sdp_io_write() local
455 struct adv7842_state *state = to_state(sd); in sdp_read() local
462 struct adv7842_state *state = to_state(sd); in sdp_write() local
[all …]
H A Dtda1997x.c308 struct tda1997x_state *state = to_state(sd); in tda1997x_cec_read() local
322 struct tda1997x_state *state = to_state(sd); in tda1997x_cec_write() local
341 struct tda1997x_state *state = to_state(sd); in tda1997x_setpage() local
360 struct tda1997x_state *state = to_state(sd); in io_read() local
438 struct tda1997x_state *state = to_state(sd); in io_write() local
561 struct tda1997x_state *state = container_of(dwork, in tda1997x_delayed_work_enable_hpd() local
577 struct tda1997x_state *state = to_state(sd); in tda1997x_disable_edid() local
588 struct tda1997x_state *state = to_state(sd); in tda1997x_enable_edid() local
604 tda1997x_setup_format(struct tda1997x_state *state, u32 code) in tda1997x_setup_format()
647 struct tda1997x_state *state = to_state(sd); in tda1997x_configure_csc() local
[all …]
H A Dtc358743.c115 struct tc358743_state *state = to_state(sd); in i2c_rd() local
143 struct tc358743_state *state = to_state(sd); in i2c_wr() local
359 struct tc358743_state *state = container_of(dwork, in tc358743_delayed_work_enable_hotplug() local
392 struct tc358743_state *state = to_state(sd); in tc358743_disable_edid() local
405 struct tc358743_state *state = to_state(sd); in tc358743_enable_edid() local
459 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_detect_tx_5v() local
467 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_audio_sampling_rate() local
475 struct tc358743_state *state = to_state(sd); in tc358743_s_ctrl_audio_present() local
518 struct tc358743_state *state = to_state(sd); in enable_stream() local
546 struct tc358743_state *state = to_state(sd); in tc358743_set_pll() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dplane.c28 struct tegra_plane_state *state; in tegra_plane_reset() local
52 struct tegra_plane_state *state = to_tegra_plane_state(plane->state); in tegra_plane_atomic_duplicate_state() local
80 struct drm_plane_state *state) in tegra_plane_atomic_destroy_state()
111 static int tegra_dc_pin(struct tegra_dc *dc, struct tegra_plane_state *state) in tegra_dc_pin()
176 static void tegra_dc_unpin(struct tegra_dc *dc, struct tegra_plane_state *state) in tegra_dc_unpin()
194 struct drm_plane_state *state) in tegra_plane_prepare_fb()
207 struct drm_plane_state *state) in tegra_plane_cleanup_fb()
216 struct drm_plane_state *state) in tegra_plane_state_add()
427 struct tegra_plane_state *state) in tegra_plane_setup_opacity()
454 struct tegra_plane_state *state) in tegra_plane_check_transparency()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-gpio.c22 static int mxl111sf_set_gpo_state(struct mxl111sf_state *state, u8 pin, u8 val) in mxl111sf_set_gpo_state()
55 static int mxl111sf_get_gpi_state(struct mxl111sf_state *state, u8 pin, u8 *val) in mxl111sf_get_gpi_state()
104 static int mxl111sf_config_gpio_pins(struct mxl111sf_state *state, in mxl111sf_config_gpio_pins()
165 static int mxl111sf_hw_do_set_gpio(struct mxl111sf_state *state, in mxl111sf_hw_do_set_gpio()
201 int mxl111sf_config_pin_mux_modes(struct mxl111sf_state *state, in mxl111sf_config_pin_mux_modes()
548 static int mxl111sf_hw_set_gpio(struct mxl111sf_state *state, int gpio, int val) in mxl111sf_hw_set_gpio()
553 static int mxl111sf_hw_gpio_initialize(struct mxl111sf_state *state) in mxl111sf_hw_gpio_initialize()
570 static int pca9534_set_gpio(struct mxl111sf_state *state, int gpio, int val) in pca9534_set_gpio()
605 static int pca9534_init_port_expander(struct mxl111sf_state *state) in pca9534_init_port_expander()
627 int mxl111sf_set_gpio(struct mxl111sf_state *state, int gpio, int val) in mxl111sf_set_gpio()
[all …]
H A Dmxl111sf.c52 int mxl111sf_ctrl_msg(struct mxl111sf_state *state, in mxl111sf_ctrl_msg()
92 int mxl111sf_read_reg(struct mxl111sf_state *state, u8 addr, u8 *data) in mxl111sf_read_reg()
116 int mxl111sf_write_reg(struct mxl111sf_state *state, u8 addr, u8 data) in mxl111sf_write_reg()
131 int mxl111sf_write_reg_mask(struct mxl111sf_state *state, in mxl111sf_write_reg_mask()
161 int mxl111sf_ctrl_program_regs(struct mxl111sf_state *state, in mxl111sf_ctrl_program_regs()
185 static int mxl1x1sf_get_chip_info(struct mxl111sf_state *state) in mxl1x1sf_get_chip_info()
238 #define get_chip_info(state) \ argument
268 struct mxl111sf_state *state = fe_to_priv(fe); in mxl111sf_adap_fe_init() local
324 struct mxl111sf_state *state = fe_to_priv(fe); in mxl111sf_adap_fe_sleep() local
348 struct mxl111sf_state *state = fe_to_priv(fe); in mxl111sf_ep6_streaming_ctrl() local
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c63 static inline struct uart_port *uart_port_ref(struct uart_state *state) in uart_port_ref()
76 #define uart_port_lock(state, flags) \ argument
93 static inline struct uart_port *uart_port_check(struct uart_state *state) in uart_port_check()
105 struct uart_state *state = port->state; in uart_write_wakeup() local
116 struct uart_state *state = tty->driver_data; in uart_stop() local
128 struct uart_state *state = tty->driver_data; in __uart_start() local
137 struct uart_state *state = tty->driver_data; in uart_start() local
175 static int uart_port_startup(struct tty_struct *tty, struct uart_state *state, in uart_port_startup()
243 static int uart_startup(struct tty_struct *tty, struct uart_state *state, in uart_startup()
266 static void uart_shutdown(struct tty_struct *tty, struct uart_state *state) in uart_shutdown()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_kms.c63 static struct vc4_ctm_state *vc4_get_ctm_state(struct drm_atomic_state *state, in vc4_get_ctm_state()
85 struct vc4_ctm_state *state; in vc4_ctm_duplicate_state() local
97 struct drm_private_state *state) in vc4_ctm_destroy_state()
152 vc4_ctm_commit(struct vc4_dev *vc4, struct drm_atomic_state *state) in vc4_ctm_commit()
186 vc4_hvs_get_global_state(struct drm_atomic_state *state) in vc4_hvs_get_global_state()
199 struct drm_atomic_state *state) in vc4_hvs_pv_muxing_commit()
238 struct drm_atomic_state *state) in vc5_hvs_pv_muxing_commit()
306 vc4_atomic_complete_commit(struct drm_atomic_state *state) in vc4_atomic_complete_commit()
365 struct drm_atomic_state *state = container_of(work, in commit_work() local
385 struct drm_atomic_state *state, in vc4_atomic_commit()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c177 struct nfp_cpp *nfp_nsp_cpp(struct nfp_nsp *state) in nfp_nsp_cpp()
182 bool nfp_nsp_config_modified(struct nfp_nsp *state) in nfp_nsp_config_modified()
187 void nfp_nsp_config_set_modified(struct nfp_nsp *state, bool modified) in nfp_nsp_config_set_modified()
192 void *nfp_nsp_config_entries(struct nfp_nsp *state) in nfp_nsp_config_entries()
197 unsigned int nfp_nsp_config_idx(struct nfp_nsp *state) in nfp_nsp_config_idx()
203 nfp_nsp_config_set_state(struct nfp_nsp *state, void *entries, unsigned int idx) in nfp_nsp_config_set_state()
209 void nfp_nsp_config_clear_state(struct nfp_nsp *state) in nfp_nsp_config_clear_state()
215 static void nfp_nsp_print_extended_error(struct nfp_nsp *state, u32 ret_val) in nfp_nsp_print_extended_error()
227 static int nfp_nsp_check(struct nfp_nsp *state) in nfp_nsp_check()
275 struct nfp_nsp *state; in nfp_nsp_open() local
[all …]
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dmain.c349 static pm_callback_t pm_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_op()
383 pm_message_t state) in pm_late_early_op()
417 static pm_callback_t pm_noirq_op(const struct dev_pm_ops *ops, pm_message_t state) in pm_noirq_op()
443 static void pm_dev_dbg(struct device *dev, pm_message_t state, const char *info) in pm_dev_dbg()
450 static void pm_dev_err(struct device *dev, pm_message_t state, const char *info, in pm_dev_err()
457 static void dpm_show_time(ktime_t starttime, pm_message_t state, int error, in dpm_show_time()
478 pm_message_t state, const char *info) in dpm_run_callback()
594 static int device_resume_noirq(struct device *dev, pm_message_t state, bool async) in device_resume_noirq()
696 static void dpm_noirq_resume_devices(pm_message_t state) in dpm_noirq_resume_devices()
747 void dpm_resume_noirq(pm_message_t state) in dpm_resume_noirq()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddtt200u-fe.c26 struct dtt200u_fe_state *state = fe->demodulator_priv; in dtt200u_fe_read_status() local
58 struct dtt200u_fe_state *state = fe->demodulator_priv; in dtt200u_fe_read_ber() local
74 struct dtt200u_fe_state *state = fe->demodulator_priv; in dtt200u_fe_read_unc_blocks() local
90 struct dtt200u_fe_state *state = fe->demodulator_priv; in dtt200u_fe_read_signal_strength() local
106 struct dtt200u_fe_state *state = fe->demodulator_priv; in dtt200u_fe_read_snr() local
122 struct dtt200u_fe_state *state = fe->demodulator_priv; in dtt200u_fe_init() local
150 struct dtt200u_fe_state *state = fe->demodulator_priv; in dtt200u_fe_set_frontend() local
190 struct dtt200u_fe_state *state = fe->demodulator_priv; in dtt200u_fe_get_frontend() local
198 struct dtt200u_fe_state *state = (struct dtt200u_fe_state*) fe->demodulator_priv; in dtt200u_fe_release() local
206 struct dtt200u_fe_state* state = NULL; in dtt200u_fe_attach() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_atomic.c55 const struct drm_connector_state *state, in intel_digital_connector_atomic_get_property()
88 struct drm_connector_state *state, in intel_digital_connector_atomic_set_property()
123 struct drm_atomic_state *state) in intel_digital_connector_atomic_check()
172 struct intel_digital_connector_state *state; in intel_digital_connector_duplicate_state() local
188 intel_connector_needs_modeset(struct intel_atomic_state *state, in intel_connector_needs_modeset()
203 intel_atomic_get_digital_connector_state(struct intel_atomic_state *state, in intel_atomic_get_digital_connector_state()
293 struct drm_crtc_state *state) in intel_crtc_destroy_state()
456 struct drm_plane_state *state; in intel_atomic_setup_scalers() local
500 struct intel_atomic_state *state = kzalloc(sizeof(*state), GFP_KERNEL); in intel_atomic_state_alloc() local
512 struct intel_atomic_state *state = to_intel_atomic_state(_state); in intel_atomic_state_free() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_du_plane.c69 static unsigned int rcar_du_plane_hwmask(struct rcar_du_plane_state *state) in rcar_du_plane_hwmask()
96 struct rcar_du_plane_state *state, in rcar_du_plane_hwalloc()
129 struct drm_atomic_state *state) in rcar_du_atomic_check_planes()
329 const struct rcar_du_plane_state *state) in rcar_du_plane_setup_scanout()
403 const struct rcar_du_plane_state *state) in rcar_du_plane_setup_mode()
466 const struct rcar_du_plane_state *state) in rcar_du_plane_setup_format_gen2()
506 const struct rcar_du_plane_state *state) in rcar_du_plane_setup_format_gen3()
517 const struct rcar_du_plane_state *state) in rcar_du_plane_setup_format()
543 const struct rcar_du_plane_state *state) in __rcar_du_plane_setup()
566 struct drm_plane_state *state, in __rcar_du_plane_atomic_check()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx7-mipi-csis.c358 static int mipi_csis_dump_regs(struct csi_state *state) in mipi_csis_dump_regs()
410 static void mipi_csis_enable_interrupts(struct csi_state *state, bool on) in mipi_csis_enable_interrupts()
415 static void mipi_csis_sw_reset(struct csi_state *state) in mipi_csis_sw_reset()
424 static int mipi_csis_phy_init(struct csi_state *state) in mipi_csis_phy_init()
434 static void mipi_csis_phy_reset(struct csi_state *state) in mipi_csis_phy_reset()
443 static void mipi_csis_system_enable(struct csi_state *state, int on) in mipi_csis_system_enable()
464 static void __mipi_csis_set_format(struct csi_state *state) in __mipi_csis_set_format()
480 static void mipi_csis_set_hsync_settle(struct csi_state *state, int hs_settle) in mipi_csis_set_hsync_settle()
489 static void mipi_csis_set_params(struct csi_state *state) in mipi_csis_set_params()
530 static int mipi_csis_clk_enable(struct csi_state *state) in mipi_csis_clk_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dqm1d1c0042.c64 static int reg_write(struct qm1d1c0042_state *state, u8 reg, u8 val) in reg_write()
75 static int reg_read(struct qm1d1c0042_state *state, u8 reg, u8 *val) in reg_read()
100 static int qm1d1c0042_set_srch_mode(struct qm1d1c0042_state *state, bool fast) in qm1d1c0042_set_srch_mode()
110 static int qm1d1c0042_wakeup(struct qm1d1c0042_state *state) in qm1d1c0042_wakeup()
131 struct qm1d1c0042_state *state; in qm1d1c0042_set_config() local
181 struct qm1d1c0042_state *state; in qm1d1c0042_set_params() local
301 struct qm1d1c0042_state *state; in qm1d1c0042_sleep() local
319 struct qm1d1c0042_state *state; in qm1d1c0042_init() local
407 struct qm1d1c0042_state *state; in qm1d1c0042_probe() local
429 struct qm1d1c0042_state *state; in qm1d1c0042_remove() local
/OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/
H A Dcx25840-core.c527 struct cx25840_state *state = to_state(sd); in common_s_io_pin_config() local
602 struct cx25840_state *state = container_of(work, struct cx25840_state, fw_work); in cx25840_work_handler() local
608 #define CX25840_VCONFIG_SET_BIT(state, opt_msk, voc, idx, bit, oneval) \ argument
622 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_vconfig_apply() local
696 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_initialize() local
773 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx23885_initialize() local
1033 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx231xx_initialize() local
1114 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in cx25840_std_setup() local
1285 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in input_change() local
1367 struct cx25840_state *state = to_state(i2c_get_clientdata(client)); in set_input() local
[all …]
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_icside.c63 struct pata_icside_state *state; member
88 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqenable_arcin_v5() local
98 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqdisable_arcin_v5() local
115 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqenable_arcin_v6() local
129 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqdisable_arcin_v6() local
140 struct pata_icside_state *state = ec->irq_data; in pata_icside_irqpending_arcin_v6() local
190 struct pata_icside_state *state = ap->host->private_data; in pata_icside_set_dmamode() local
223 struct pata_icside_state *state = ap->host->private_data; in pata_icside_bmdma_setup() local
248 struct pata_icside_state *state = ap->host->private_data; in pata_icside_bmdma_start() local
257 struct pata_icside_state *state = ap->host->private_data; in pata_icside_bmdma_stop() local
[all …]

12345678910>>...219