Searched refs:state (Results 126 - 150 of 7060) sorted by relevance

1234567891011>>

/linux-master/include/crypto/internal/
H A Dpoly1305.h23 static inline void poly1305_core_init(struct poly1305_state *state) argument
25 *state = (struct poly1305_state){};
28 void poly1305_core_blocks(struct poly1305_state *state,
31 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4],
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu9_baco.h29 extern int smu9_baco_get_state(struct pp_hwmgr *hwmgr, enum BACO_STATE *state);
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.c49 const struct drm_display_mode *mode = &crtc->crtc.state->adjusted_mode;
69 struct rzg2l_du_crtc_state *state; local
71 state = to_rzg2l_crtc_state(crtc->crtc.state);
122 struct rzg2l_du_vsp_plane_state *state = local
123 to_rzg2l_vsp_plane_state(plane->plane.state);
124 struct rzg2l_du_crtc *crtc = to_rzg2l_crtc(state->state.crtc);
125 struct drm_framebuffer *fb = plane->plane.state->fb;
130 .alpha = state
178 __rzg2l_du_vsp_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state, const struct rzg2l_du_format_info **format) argument
217 rzg2l_du_vsp_plane_atomic_check(struct drm_plane *plane, struct drm_atomic_state *state) argument
227 rzg2l_du_vsp_plane_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) argument
264 rzg2l_du_vsp_plane_atomic_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) argument
273 struct rzg2l_du_vsp_plane_state *state; local
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dcx24123.c232 static int cx24123_i2c_writereg(struct cx24123_state *state, argument
243 err = i2c_transfer(state->i2c, &msg, 1);
253 static int cx24123_i2c_readreg(struct cx24123_state *state, u8 i2c_addr, u8 reg) argument
262 ret = i2c_transfer(state->i2c, msg, 2);
274 #define cx24123_readreg(state, reg) \
275 cx24123_i2c_readreg(state, state->config->demod_address, reg)
276 #define cx24123_writereg(state, reg, val) \
277 cx24123_i2c_writereg(state, state
279 cx24123_set_inversion(struct cx24123_state *state, enum fe_spectral_inversion inversion) argument
307 cx24123_get_inversion(struct cx24123_state *state, enum fe_spectral_inversion *inversion) argument
325 cx24123_set_fec(struct cx24123_state *state, enum fe_code_rate fec) argument
387 cx24123_get_fec(struct cx24123_state *state, enum fe_code_rate *fec) argument
441 cx24123_set_symbolrate(struct cx24123_state *state, u32 srate) argument
505 struct cx24123_state *state = fe->demodulator_priv; local
579 struct cx24123_state *state = fe->demodulator_priv; local
637 struct cx24123_state *state = fe->demodulator_priv; local
676 cx24123_repeater_mode(struct cx24123_state *state, u8 mode, u8 start) argument
688 struct cx24123_state *state = fe->demodulator_priv; local
712 struct cx24123_state *state = fe->demodulator_priv; local
735 cx24123_wait_for_diseqc(struct cx24123_state *state) argument
751 struct cx24123_state *state = fe->demodulator_priv; local
787 struct cx24123_state *state = fe->demodulator_priv; local
823 struct cx24123_state *state = fe->demodulator_priv; local
860 struct cx24123_state *state = fe->demodulator_priv; local
876 struct cx24123_state *state = fe->demodulator_priv; local
888 struct cx24123_state *state = fe->demodulator_priv; local
902 struct cx24123_state *state = fe->demodulator_priv; local
938 struct cx24123_state *state = fe->demodulator_priv; local
958 struct cx24123_state *state = fe->demodulator_priv; local
1006 struct cx24123_state *state = fe->demodulator_priv; local
1015 struct cx24123_state *state = i2c_get_adapdata(i2c_adap); local
1034 struct cx24123_state *state = fe->demodulator_priv; local
1045 struct cx24123_state *state = local
[all...]
H A Dlgdt3306a.c118 static void lgdt3306a_DumpAllRegs(struct lgdt3306a_state *state);
119 static void lgdt3306a_DumpRegs(struct lgdt3306a_state *state);
123 static int lgdt3306a_write_reg(struct lgdt3306a_state *state, u16 reg, u8 val) argument
128 .addr = state->cfg->i2c_addr, .flags = 0,
134 ret = i2c_transfer(state->i2c_adap, &msg, 1);
147 static int lgdt3306a_read_reg(struct lgdt3306a_state *state, u16 reg, u8 *val) argument
152 { .addr = state->cfg->i2c_addr,
154 { .addr = state->cfg->i2c_addr,
158 ret = i2c_transfer(state->i2c_adap, msg, 2);
162 state
182 lgdt3306a_set_reg_bit(struct lgdt3306a_state *state, u16 reg, int bit, int onoff) argument
205 lgdt3306a_soft_reset(struct lgdt3306a_state *state) argument
223 lgdt3306a_mpeg_mode(struct lgdt3306a_state *state, enum lgdt3306a_mpeg_mode mode) argument
260 lgdt3306a_mpeg_mode_polarity(struct lgdt3306a_state *state, enum lgdt3306a_tp_clock_edge edge, enum lgdt3306a_tp_valid_polarity valid) argument
287 lgdt3306a_mpeg_tristate(struct lgdt3306a_state *state, int mode) argument
335 struct lgdt3306a_state *state = fe->demodulator_priv; local
343 lgdt3306a_power(struct lgdt3306a_state *state, int mode) argument
381 lgdt3306a_set_vsb(struct lgdt3306a_state *state) argument
541 lgdt3306a_set_qam(struct lgdt3306a_state *state, int modulation) argument
640 lgdt3306a_set_modulation(struct lgdt3306a_state *state, struct dtv_frontend_properties *p) argument
670 lgdt3306a_agc_setup(struct lgdt3306a_state *state, struct dtv_frontend_properties *p) argument
691 lgdt3306a_set_inversion(struct lgdt3306a_state *state, int inversion) argument
702 lgdt3306a_set_inversion_auto(struct lgdt3306a_state *state, int enabled) argument
714 lgdt3306a_set_if(struct lgdt3306a_state *state, struct dtv_frontend_properties *p) argument
776 struct lgdt3306a_state *state = fe->demodulator_priv; local
788 lgdt3306a_sleep(struct lgdt3306a_state *state) argument
808 struct lgdt3306a_state *state = fe->demodulator_priv; local
815 struct lgdt3306a_state *state = fe->demodulator_priv; local
978 struct lgdt3306a_state *state = fe->demodulator_priv; local
1049 struct lgdt3306a_state *state = fe->demodulator_priv; local
1069 lgdt3306a_monitor_vsb(struct lgdt3306a_state *state) argument
1144 lgdt3306a_check_oper_mode(struct lgdt3306a_state *state) argument
1175 lgdt3306a_check_lock_status(struct lgdt3306a_state *state, enum lgdt3306a_lock_check whatLock) argument
1261 lgdt3306a_check_neverlock_status(struct lgdt3306a_state *state) argument
1277 lgdt3306a_pre_monitoring(struct lgdt3306a_state *state) argument
1361 lgdt3306a_sync_lock_poll(struct lgdt3306a_state *state) argument
1382 lgdt3306a_fec_lock_poll(struct lgdt3306a_state *state) argument
1403 lgdt3306a_neverlock_poll(struct lgdt3306a_state *state) argument
1422 lgdt3306a_get_packet_error(struct lgdt3306a_state *state) argument
1486 lgdt3306a_calculate_snr_x100(struct lgdt3306a_state *state) argument
1507 lgdt3306a_vsb_lock_poll(struct lgdt3306a_state *state) argument
1538 lgdt3306a_qam_lock_poll(struct lgdt3306a_state *state) argument
1567 struct lgdt3306a_state *state = fe->demodulator_priv; local
1625 struct lgdt3306a_state *state = fe->demodulator_priv; local
1640 struct lgdt3306a_state *state = fe->demodulator_priv; local
1697 struct lgdt3306a_state *state = fe->demodulator_priv; local
1716 struct lgdt3306a_state *state = fe->demodulator_priv; local
1734 struct lgdt3306a_state *state = fe->demodulator_priv; local
1786 struct lgdt3306a_state *state = fe->demodulator_priv; local
1797 struct lgdt3306a_state *state = NULL; local
2098 lgdt3306a_DumpAllRegs(struct lgdt3306a_state *state) argument
2104 lgdt3306a_DumpRegs(struct lgdt3306a_state *state) argument
2159 struct lgdt3306a_state *state = i2c_get_clientdata(client); local
2167 struct lgdt3306a_state *state = i2c_get_clientdata(client); local
2175 struct lgdt3306a_state *state; local
2230 struct lgdt3306a_state *state = i2c_get_clientdata(client); local
[all...]
H A Dor51211.c58 static int i2c_writebytes (struct or51211_state* state, u8 reg, const u8 *buf, argument
68 if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) {
76 static int i2c_readbytes(struct or51211_state *state, u8 reg, u8 *buf, int len) argument
85 if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) {
96 struct or51211_state* state = fe->demodulator_priv; local
104 if (i2c_writebytes(state,0x50,tudata,1)) {
108 if (i2c_readbytes(state,0x50,&tudata[145],192)) {
120 state->config->reset(fe);
122 if (i2c_writebytes(state,state
154 struct or51211_state* state = fe->demodulator_priv; local
208 struct or51211_state* state = fe->demodulator_priv; local
228 struct or51211_state* state = fe->demodulator_priv; local
283 struct or51211_state* state = fe->demodulator_priv; local
315 struct or51211_state* state = (struct or51211_state*)fe->demodulator_priv; local
351 struct or51211_state* state = fe->demodulator_priv; local
491 struct or51211_state* state = fe->demodulator_priv; local
501 struct or51211_state* state = NULL; local
[all...]
H A Dcx24117.c257 static int cx24117_writereg(struct cx24117_state *state, u8 reg, u8 data) argument
260 struct i2c_msg msg = { .addr = state->priv->demod_address,
264 dev_dbg(&state->priv->i2c->dev,
266 __func__, state->demod, reg, data);
268 ret = i2c_transfer(state->priv->i2c, &msg, 1);
270 dev_warn(&state->priv->i2c->dev,
272 KBUILD_MODNAME, state->demod, ret, reg, data);
278 static int cx24117_writecmd(struct cx24117_state *state, argument
285 dev_dbg(&state->priv->i2c->dev,
287 __func__, state
306 cx24117_readreg(struct cx24117_state *state, u8 reg) argument
331 cx24117_readregN(struct cx24117_state *state, u8 reg, u8 *buf, int len) argument
352 cx24117_set_inversion(struct cx24117_state *state, enum fe_spectral_inversion inversion) argument
377 cx24117_lookup_fecmod(struct cx24117_state *state, enum fe_delivery_system d, enum fe_modulation m, enum fe_code_rate f) argument
398 cx24117_set_fec(struct cx24117_state *state, enum fe_delivery_system delsys, enum fe_modulation mod, enum fe_code_rate fec) argument
423 cx24117_set_symbolrate(struct cx24117_state *state, u32 rate) argument
442 struct cx24117_state *state = fe->demodulator_priv; local
497 struct cx24117_state *state = fe->demodulator_priv; local
529 struct cx24117_state *state = fe->demodulator_priv; local
542 struct cx24117_state *state = fe->demodulator_priv; local
734 struct cx24117_state *state = fe->demodulator_priv; local
761 struct cx24117_state *state = fe->demodulator_priv; local
784 struct cx24117_state *state = fe->demodulator_priv; local
816 struct cx24117_state *state = fe->demodulator_priv; local
837 struct cx24117_state *state = fe->demodulator_priv; local
869 struct cx24117_state *state = fe->demodulator_priv; local
876 struct cx24117_state *state = fe->demodulator_priv; local
901 struct cx24117_state *state = fe->demodulator_priv; local
953 struct cx24117_state *state = fe->demodulator_priv; local
996 struct cx24117_state *state = fe->demodulator_priv; local
1027 struct cx24117_state *state = fe->demodulator_priv; local
1109 struct cx24117_state *state = fe->demodulator_priv; local
1150 struct cx24117_state *state = fe->demodulator_priv; local
1162 struct cx24117_state *state = NULL; local
1218 struct cx24117_state *state = fe->demodulator_priv; local
1278 struct cx24117_state *state = fe->demodulator_priv; local
1297 struct cx24117_state *state = fe->demodulator_priv; local
1533 struct cx24117_state *state = fe->demodulator_priv; local
1555 struct cx24117_state *state = fe->demodulator_priv; local
[all...]
H A Dmt312.c50 static int mt312_read(struct mt312_state *state, const enum mt312_reg_addr reg, argument
57 msg[0].addr = state->config->demod_address;
61 msg[1].addr = state->config->demod_address;
66 ret = i2c_transfer(state->i2c, msg, 2);
84 static int mt312_write(struct mt312_state *state, const enum mt312_reg_addr reg, argument
108 msg.addr = state->config->demod_address;
113 ret = i2c_transfer(state->i2c, &msg, 1);
123 static inline int mt312_readreg(struct mt312_state *state, argument
126 return mt312_read(state, reg, val, 1);
129 static inline int mt312_writereg(struct mt312_state *state, argument
138 mt312_reset(struct mt312_state *state, const u8 full) argument
143 mt312_get_inversion(struct mt312_state *state, enum fe_spectral_inversion *i) argument
159 mt312_get_symbol_rate(struct mt312_state *state, u32 *sr) argument
213 mt312_get_code_rate(struct mt312_state *state, enum fe_code_rate *cr) argument
233 struct mt312_state *state = fe->demodulator_priv; local
334 struct mt312_state *state = fe->demodulator_priv; local
371 struct mt312_state *state = fe->demodulator_priv; local
395 struct mt312_state *state = fe->demodulator_priv; local
419 struct mt312_state *state = fe->demodulator_priv; local
435 struct mt312_state *state = fe->demodulator_priv; local
464 struct mt312_state *state = fe->demodulator_priv; local
480 struct mt312_state *state = fe->demodulator_priv; local
502 struct mt312_state *state = fe->demodulator_priv; local
517 struct mt312_state *state = fe->demodulator_priv; local
533 struct mt312_state *state = fe->demodulator_priv; local
640 struct mt312_state *state = fe->demodulator_priv; local
660 struct mt312_state *state = fe->demodulator_priv; local
689 struct mt312_state *state = fe->demodulator_priv; local
733 struct mt312_state *state = fe->demodulator_priv; local
780 struct mt312_state *state = NULL; local
[all...]
H A Dcx22702.c73 static int cx22702_writereg(struct cx22702_state *state, u8 reg, u8 data) argument
78 .addr = state->config->demod_address, .flags = 0,
81 ret = i2c_transfer(state->i2c, &msg, 1);
93 static u8 cx22702_readreg(struct cx22702_state *state, u8 reg) argument
99 { .addr = state->config->demod_address, .flags = 0,
101 { .addr = state->config->demod_address, .flags = I2C_M_RD,
104 ret = i2c_transfer(state->i2c, msg, 2);
115 static int cx22702_set_inversion(struct cx22702_state *state, int inversion) argument
119 val = cx22702_readreg(state, 0x0C);
132 return cx22702_writereg(state,
136 cx22702_get_tps(struct cx22702_state *state, struct dtv_frontend_properties *p) argument
238 struct cx22702_state *state = fe->demodulator_priv; local
255 struct cx22702_state *state = fe->demodulator_priv; local
426 struct cx22702_state *state = fe->demodulator_priv; local
445 struct cx22702_state *state = fe->demodulator_priv; local
474 struct cx22702_state *state = fe->demodulator_priv; local
492 struct cx22702_state *state = fe->demodulator_priv; local
519 struct cx22702_state *state = fe->demodulator_priv; local
538 struct cx22702_state *state = fe->demodulator_priv; local
556 struct cx22702_state *state = fe->demodulator_priv; local
573 struct cx22702_state *state = fe->demodulator_priv; local
582 struct cx22702_state *state = NULL; local
[all...]
/linux-master/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_ci.c55 struct netup_ci_state *state = en50221->data; local
56 struct netup_unidvb_dev *dev = state->dev;
57 u16 shift = (state->nr == 1) ? CAM1_SHIFT : 0;
73 struct netup_ci_state *state = en50221->data; local
74 struct netup_unidvb_dev *dev = state->dev;
83 struct netup_ci_state *state = en50221->data; local
84 struct netup_unidvb_dev *dev = state->dev;
86 u16 shift = (state->nr == 1) ? CAM1_SHIFT : 0;
117 struct netup_ci_state *state = en50221->data; local
118 struct netup_unidvb_dev *dev = state
139 struct netup_ci_state *state = en50221->data; local
151 struct netup_ci_state *state = en50221->data; local
163 struct netup_ci_state *state = en50221->data; local
175 struct netup_ci_state *state = en50221->data; local
188 struct netup_ci_state *state; local
228 struct netup_ci_state *state; local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtrace_dummy_st_ops.c11 __u64 state; local
14 bpf_probe_read_kernel(&state, sizeof(__u64), (void *)st_ops_ctx);
15 /* Read state->val */
16 bpf_probe_read_kernel(&val, sizeof(__u32), (void *)state);
/linux-master/arch/arm/mach-pxa/
H A Dpm.h12 int (*valid)(suspend_state_t state);
13 void (*enter)(suspend_state_t state);
24 extern int pxa_pm_enter(suspend_state_t state);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_pch_display.h23 void ilk_pch_pre_enable(struct intel_atomic_state *state,
25 void ilk_pch_enable(struct intel_atomic_state *state,
27 void ilk_pch_disable(struct intel_atomic_state *state,
29 void ilk_pch_post_disable(struct intel_atomic_state *state,
33 void lpt_pch_enable(struct intel_atomic_state *state,
35 void lpt_pch_disable(struct intel_atomic_state *state,
55 static inline void ilk_pch_pre_enable(struct intel_atomic_state *state, argument
59 static inline void ilk_pch_enable(struct intel_atomic_state *state, argument
63 static inline void ilk_pch_disable(struct intel_atomic_state *state, argument
67 static inline void ilk_pch_post_disable(struct intel_atomic_state *state, argument
74 lpt_pch_enable(struct intel_atomic_state *state, struct intel_crtc *crtc) argument
78 lpt_pch_disable(struct intel_atomic_state *state, struct intel_crtc *crtc) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/css_2401_system/host/
H A Disys_irq_private.h33 isys_irqc_state_t *state)
35 state->edge = isys_irqc_reg_load(isys_irqc_id, ISYS_IRQ_EDGE_REG_IDX);
36 state->mask = isys_irqc_reg_load(isys_irqc_id, ISYS_IRQ_MASK_REG_IDX);
37 state->status = isys_irqc_reg_load(isys_irqc_id, ISYS_IRQ_STATUS_REG_IDX);
38 state->enable = isys_irqc_reg_load(isys_irqc_id, ISYS_IRQ_ENABLE_REG_IDX);
39 state->level_no = isys_irqc_reg_load(isys_irqc_id, ISYS_IRQ_LEVEL_NO_REG_IDX);
42 ** state->clear = isys_irqc_reg_load(isys_irqc_id, ISYS_IRQ_CLEAR_REG_IDX);
52 const isys_irqc_state_t *state)
57 state->status, state
31 isys_irqc_state_get( const isys_irq_ID_t isys_irqc_id, isys_irqc_state_t *state) argument
50 isys_irqc_state_dump( const isys_irq_ID_t isys_irqc_id, const isys_irqc_state_t *state) argument
[all...]
H A Disys_stream2mmio_private.h40 * @brief Get the stream2mmio-controller state.
45 stream2mmio_state_t *state)
54 stream2mmio_get_sid_state(ID, i, &state->sid_state[i]);
59 * @brief Get the state of the stream2mmio-controller sidess.
65 stream2mmio_sid_state_t *state)
67 state->rcv_ack =
70 state->pix_width_id =
73 state->start_addr =
76 state->end_addr =
79 state
43 stream2mmio_get_state( const stream2mmio_ID_t ID, stream2mmio_state_t *state) argument
62 stream2mmio_get_sid_state( const stream2mmio_ID_t ID, const stream2mmio_sid_ID_t sid_id, stream2mmio_sid_state_t *state) argument
93 stream2mmio_print_sid_state( stream2mmio_sid_state_t *state) argument
109 stream2mmio_dump_state( const stream2mmio_ID_t ID, stream2mmio_state_t *state) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_state.c44 static bool dc_state_track_phantom_stream(struct dc_state *state, argument
47 if (state->phantom_stream_count >= MAX_PHANTOM_PIPES)
50 state->phantom_streams[state->phantom_stream_count++] = phantom_stream;
55 static bool dc_state_untrack_phantom_stream(struct dc_state *state, struct dc_stream_state *phantom_stream) argument
61 for (i = 0; i < state->phantom_stream_count; i++) {
62 if (state->phantom_streams[i] == phantom_stream) {
63 state->phantom_streams[i] = NULL;
69 /* failed to find stream in state */
74 state
81 dc_state_is_phantom_stream_tracked(struct dc_state *state, struct dc_stream_state *phantom_stream) argument
93 dc_state_track_phantom_plane(struct dc_state *state, struct dc_plane_state *phantom_plane) argument
104 dc_state_untrack_phantom_plane(struct dc_state *state, struct dc_plane_state *phantom_plane) argument
130 dc_state_is_phantom_plane_tracked(struct dc_state *state, struct dc_plane_state *phantom_plane) argument
181 init_state(struct dc *dc, struct dc_state *state) argument
193 struct dc_state *state = kvzalloc(sizeof(struct dc_state), local
265 dc_state_construct(struct dc *dc, struct dc_state *state) argument
274 dc_state_destruct(struct dc_state *state) argument
316 dc_state_retain(struct dc_state *state) argument
323 struct dc_state *state = container_of(kref, struct dc_state, refcount); local
335 dc_state_release(struct dc_state *state) argument
343 dc_state_add_stream( struct dc *dc, struct dc_state *state, struct dc_stream_state *stream) argument
372 dc_state_remove_stream( struct dc *dc, struct dc_state *state, struct dc_stream_state *stream) argument
418 dc_state_add_plane( const struct dc *dc, struct dc_stream_state *stream, struct dc_plane_state *plane_state, struct dc_state *state) argument
465 dc_state_remove_plane( const struct dc *dc, struct dc_stream_state *stream, struct dc_plane_state *plane_state, struct dc_state *state) argument
535 dc_state_rem_all_planes_for_stream( const struct dc *dc, struct dc_stream_state *stream, struct dc_state *state) argument
567 dc_state_add_all_planes_for_stream( const struct dc *dc, struct dc_stream_state *stream, struct dc_plane_state * const *plane_states, int plane_count, struct dc_state *state) argument
596 dc_state_get_stream_status( struct dc_state *state, struct dc_stream_state *stream) argument
613 dc_state_get_pipe_subvp_type(const struct dc_state *state, const struct pipe_ctx *pipe_ctx) argument
619 dc_state_get_stream_subvp_type(const struct dc_state *state, const struct dc_stream_state *stream) argument
636 dc_state_get_paired_subvp_stream(const struct dc_state *state, const struct dc_stream_state *stream) argument
653 dc_state_create_phantom_stream(const struct dc *dc, struct dc_state *state, struct dc_stream_state *main_stream) argument
678 dc_state_release_phantom_stream(const struct dc *dc, struct dc_state *state, struct dc_stream_state *phantom_stream) argument
692 dc_state_create_phantom_plane(struct dc *dc, struct dc_state *state, struct dc_plane_state *main_plane) argument
713 dc_state_release_phantom_plane(const struct dc *dc, struct dc_state *state, struct dc_plane_state *phantom_plane) argument
728 dc_state_add_phantom_stream(struct dc *dc, struct dc_state *state, struct dc_stream_state *phantom_stream, struct dc_stream_state *main_stream) argument
754 dc_state_remove_phantom_stream(struct dc *dc, struct dc_state *state, struct dc_stream_state *phantom_stream) argument
775 dc_state_add_phantom_plane( const struct dc *dc, struct dc_stream_state *phantom_stream, struct dc_plane_state *phantom_plane, struct dc_state *state) argument
792 dc_state_remove_phantom_plane( const struct dc *dc, struct dc_stream_state *phantom_stream, struct dc_plane_state *phantom_plane, struct dc_state *state) argument
801 dc_state_rem_all_phantom_planes_for_stream( const struct dc *dc, struct dc_stream_state *phantom_stream, struct dc_state *state, bool should_release_planes) argument
837 dc_state_add_all_phantom_planes_for_stream( const struct dc *dc, struct dc_stream_state *phantom_stream, struct dc_plane_state * const *phantom_planes, int plane_count, struct dc_state *state) argument
847 dc_state_remove_phantom_streams_and_planes( struct dc *dc, struct dc_state *state) argument
869 dc_state_release_phantom_streams_and_planes( struct dc *dc, struct dc_state *state) argument
[all...]
/linux-master/drivers/staging/media/av7110/
H A Dsp8870.c53 static int sp8870_writereg (struct sp8870_state* state, u16 reg, u16 data) argument
56 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 4 };
59 if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) {
67 static int sp8870_readreg (struct sp8870_state* state, u16 reg) argument
72 struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 },
73 { .addr = state->config->demod_address, .flags = I2C_M_RD, .buf = b1, .len = 2 } };
75 ret = i2c_transfer (state->i2c, msg, 2);
85 static int sp8870_firmware_upload (struct sp8870_state* state, const struct firmware *fw) argument
100 sp8870_writereg(state, 0x0F00, 0x0000);
103 sp8870_writereg(state,
132 sp8870_microcontroller_stop(struct sp8870_state* state) argument
141 sp8870_microcontroller_start(struct sp8870_state* state) argument
153 sp8870_read_data_valid_signal(struct sp8870_state* state) argument
229 sp8870_wake_up(struct sp8870_state* state) argument
238 struct sp8870_state* state = fe->demodulator_priv; local
295 struct sp8870_state* state = fe->demodulator_priv; local
345 struct sp8870_state* state = fe->demodulator_priv; local
371 struct sp8870_state* state = fe->demodulator_priv; local
398 struct sp8870_state* state = fe->demodulator_priv; local
424 struct sp8870_state* state = fe->demodulator_priv; local
454 struct sp8870_state* state = fe->demodulator_priv; local
512 struct sp8870_state* state = fe->demodulator_priv; local
528 struct sp8870_state* state = fe->demodulator_priv; local
539 struct sp8870_state* state = fe->demodulator_priv; local
548 struct sp8870_state* state = NULL; local
[all...]
/linux-master/drivers/media/tuners/
H A Dmt2063.c239 static int mt2063_write(struct mt2063_state *state, u8 reg, u8 *data, u32 len) argument
241 struct dvb_frontend *fe = state->frontend;
245 .addr = state->config->tuner_address,
258 ret = i2c_transfer(state->i2c, &msg, 1);
271 static int mt2063_setreg(struct mt2063_state *state, u8 reg, u8 val) argument
280 status = mt2063_write(state, reg, &val, 1);
284 state->reg[reg] = val;
292 static int mt2063_read(struct mt2063_state *state, argument
296 struct dvb_frontend *fe = state->frontend;
308 .addr = state
908 mt2063_lockStatus(struct mt2063_state *state) argument
1017 mt2063_get_dnc_output_enable(struct mt2063_state *state, enum MT2063_DNC_Output_Enable *pValue) argument
1039 mt2063_set_dnc_output_enable(struct mt2063_state *state, enum MT2063_DNC_Output_Enable nValue) argument
1173 MT2063_SetReceiverMode(struct mt2063_state *state, enum mt2063_delivery_sys Mode) argument
1315 MT2063_ClearPowerMaskBits(struct mt2063_state *state, enum MT2063_Mask_Bits Bits) argument
1345 MT2063_SoftwareShutdown(struct mt2063_state *state, u8 Shutdown) argument
1487 FindClearTuneFilter(struct mt2063_state *state, u32 f_in) argument
1508 MT2063_Tune(struct mt2063_state *state, u32 f_in) argument
1775 struct mt2063_state *state = fe->tuner_priv; local
1990 struct mt2063_state *state = fe->tuner_priv; local
2012 struct mt2063_state *state = fe->tuner_priv; local
2023 struct mt2063_state *state = fe->tuner_priv; local
2097 struct mt2063_state *state = fe->tuner_priv; local
2160 struct mt2063_state *state = fe->tuner_priv; local
2176 struct mt2063_state *state = fe->tuner_priv; local
2211 struct mt2063_state *state = NULL; local
[all...]
/linux-master/drivers/virt/
H A Dvmgenid.c27 struct vmgenid_state *state; local
33 state = devm_kmalloc(&device->dev, sizeof(*state), GFP_KERNEL);
34 if (!state)
52 state->next_id = devm_memremap(&device->dev, phys_addr, VMGENID_SIZE, MEMREMAP_WB);
53 if (IS_ERR(state->next_id)) {
54 ret = PTR_ERR(state->next_id);
58 memcpy(state->this_id, state->next_id, sizeof(state
70 struct vmgenid_state *state = acpi_driver_data(device); local
[all...]
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-mci.c16 static int mci_reset(struct mci *state) argument
18 struct ddb_link *link = state->base->link;
42 int ddb_mci_config(struct mci *state, u32 config) argument
44 struct ddb_link *link = state->base->link;
52 static int _mci_cmd_unlocked(struct mci *state, argument
56 struct ddb_link *link = state->base->link;
69 stat = wait_for_completion_timeout(&state->base->completion, HZ);
71 dev_warn(state->base->dev, "MCI-%d: MCI timeout\n", state->nr);
80 int ddb_mci_cmd(struct mci *state, argument
111 probe(struct mci *state) argument
125 struct mci *state; local
[all...]
/linux-master/drivers/iio/chemical/
H A Dscd30_core.c51 static int scd30_command_write(struct scd30_state *state, enum scd30_cmd cmd, u16 arg) argument
53 return state->command(state, cmd, arg, NULL, 0);
56 static int scd30_command_read(struct scd30_state *state, enum scd30_cmd cmd, u16 *val) argument
61 ret = state->command(state, cmd, 0, &tmp, sizeof(tmp));
67 static int scd30_reset(struct scd30_state *state) argument
72 ret = scd30_command_write(state, CMD_RESET, 0);
80 * some controllers end up in error state. Try to recover by placing
83 scd30_command_read(state, CMD_MEAS_READ
115 scd30_read_meas(struct scd30_state *state) argument
138 scd30_wait_meas_irq(struct scd30_state *state) argument
156 scd30_wait_meas_poll(struct scd30_state *state) argument
178 scd30_read_poll(struct scd30_state *state) argument
189 scd30_read(struct scd30_state *state) argument
200 struct scd30_state *state = iio_priv(indio_dev); local
259 struct scd30_state *state = iio_priv(indio_dev); local
375 struct scd30_state *state = iio_priv(indio_dev); local
390 struct scd30_state *state = iio_priv(indio_dev); local
409 struct scd30_state *state = iio_priv(indio_dev); local
424 struct scd30_state *state = iio_priv(indio_dev); local
523 struct scd30_state *state = iio_priv(indio_dev); local
536 struct scd30_state *state = iio_priv(indio_dev); local
550 struct scd30_state *state = data; local
557 struct scd30_state *state = data; local
578 struct scd30_state *state = iio_priv(indio_dev); local
594 struct scd30_state *state = iio_priv(indio_dev); local
618 scd30_set_trigger_state(struct iio_trigger *trig, bool state) argument
638 struct scd30_state *state = iio_priv(indio_dev); local
677 struct scd30_state *state; local
[all...]
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_plane.c30 * without keeping any external state to avoid races between .atomic_check()
39 * For this to work we need to access the current state of planes not touched by
70 static unsigned int rcar_du_plane_hwmask(struct rcar_du_plane_state *state) argument
74 if (state->hwindex == -1)
77 mask = 1 << state->hwindex;
78 if (state->format->planes == 2)
79 mask |= 1 << ((state->hwindex + 1) % 8);
97 struct rcar_du_plane_state *state,
100 unsigned int num_planes = state->format->planes;
104 if (state
96 rcar_du_plane_hwalloc(struct rcar_du_plane *plane, struct rcar_du_plane_state *state, unsigned int free) argument
129 rcar_du_atomic_check_planes(struct drm_device *dev, struct drm_atomic_state *state) argument
329 rcar_du_plane_setup_scanout(struct rcar_du_group *rgrp, const struct rcar_du_plane_state *state) argument
402 rcar_du_plane_setup_mode(struct rcar_du_group *rgrp, unsigned int index, const struct rcar_du_plane_state *state) argument
465 rcar_du_plane_setup_format_gen2(struct rcar_du_group *rgrp, unsigned int index, const struct rcar_du_plane_state *state) argument
505 rcar_du_plane_setup_format_gen3(struct rcar_du_group *rgrp, unsigned int index, const struct rcar_du_plane_state *state) argument
534 rcar_du_plane_setup_format(struct rcar_du_group *rgrp, unsigned int index, const struct rcar_du_plane_state *state) argument
561 __rcar_du_plane_setup(struct rcar_du_group *rgrp, const struct rcar_du_plane_state *state) argument
592 __rcar_du_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state, const struct rcar_du_format_info **format) argument
637 rcar_du_plane_atomic_check(struct drm_plane *plane, struct drm_atomic_state *state) argument
648 rcar_du_plane_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) argument
686 struct rcar_du_plane_state *state; local
702 rcar_du_plane_atomic_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) argument
711 struct rcar_du_plane_state *state; local
729 rcar_du_plane_atomic_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, uint64_t val) argument
745 rcar_du_plane_atomic_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, uint64_t *val) argument
[all...]
/linux-master/include/linux/
H A Dpwm.h34 * Do not confuse this with the PWM state: PWM arguments represent the initial
36 * current PWM hardware state.
49 * struct pwm_state - state of a PWM channel
74 * @state: last applied state
75 * @last: last implemented state (for PWM_DEBUG)
84 struct pwm_state state; member in struct:pwm_device
89 * pwm_get_state() - retrieve the current PWM state
91 * @state: state t
98 pwm_get_state(const struct pwm_device *pwm, struct pwm_state *state) argument
106 struct pwm_state state; local
115 struct pwm_state state; local
124 struct pwm_state state; local
133 struct pwm_state state; local
163 pwm_init_state(const struct pwm_device *pwm, struct pwm_state *state) argument
194 pwm_get_relative_duty_cycle(const struct pwm_state *state, unsigned int scale) argument
222 pwm_set_relative_duty_cycle(struct pwm_state *state, unsigned int duty_cycle, unsigned int scale) argument
334 struct pwm_state state; local
359 struct pwm_state state; local
378 struct pwm_state state; local
439 pwm_apply_might_sleep(struct pwm_device *pwm, const struct pwm_state *state) argument
446 pwm_apply_atomic(struct pwm_device *pwm, const struct pwm_state *state) argument
553 struct pwm_state state = { }; local
585 pwm_apply_state(struct pwm_device *pwm, const struct pwm_state *state) argument
[all...]
/linux-master/drivers/media/pci/cx23885/
H A Dcimax2.c170 struct netup_ci_state *state = en50221->data; local
171 struct cx23885_tsport *port = state->priv;
181 if (state->current_ci_flag != flag) {
182 ret = netup_read_i2c(state->i2c_adap, state->ci_i2c_addr,
190 ret = netup_write_i2c(state->i2c_adap, state->ci_i2c_addr,
195 state->current_ci_flag = flag;
215 (state->ci_i2c_addr == 0x40) ? NETUP_CS0 : NETUP_CS1);
227 (read) ? "read" : "write", state
264 struct netup_ci_state *state = en50221->data; local
299 struct netup_ci_state *state = en50221->data; local
320 struct netup_ci_state *state = en50221->data; local
337 struct netup_ci_state *state = local
374 struct netup_ci_state *state = NULL; local
401 struct netup_ci_state *state = en50221->data; local
414 struct netup_ci_state *state; local
519 struct netup_ci_state *state; local
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-vp3054-i2c.c24 static void vp3054_bit_setscl(void *data, int state) argument
30 if (state) {
31 vp3054_i2c->state |= 0x0001; /* SCL high */
32 vp3054_i2c->state &= ~0x0100; /* external pullup */
34 vp3054_i2c->state &= ~0x0001; /* SCL low */
35 vp3054_i2c->state |= 0x0100; /* drive pin */
37 cx_write(MO_GP0_IO, 0x010000 | vp3054_i2c->state);
41 static void vp3054_bit_setsda(void *data, int state) argument
47 if (state) {
48 vp3054_i2c->state |
62 u32 state; local
72 u32 state; local
[all...]

Completed in 240 milliseconds

1234567891011>>