Searched refs:state (Results 226 - 250 of 7060) sorted by relevance

1234567891011>>

/linux-master/block/partitions/
H A Dsysv68.c49 int sysv68_partition(struct parsed_partitions *state) argument
59 data = read_part_sector(state, 0, &sect);
72 data = read_part_sector(state, i, &sect);
77 snprintf(tmp, sizeof(tmp), "sysV68: %s(s%u)", state->name, slices);
78 strlcat(state->pp_buf, tmp, PAGE_SIZE);
81 if (slot == state->limit)
84 put_partition(state, slot,
88 strlcat(state->pp_buf, tmp, PAGE_SIZE);
92 strlcat(state->pp_buf, "\n", PAGE_SIZE);
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
H A Disys_stream2mmio_public.h25 * @brief Get the stream2mmio-controller state.
26 * Get the state of the stream2mmio-controller regiester-set.
29 * @param[out] state Point to the register-state.
33 stream2mmio_state_t *state);
36 * @brief Get the state of the stream2mmio-controller sidess.
37 * Get the state of the register set per buf-controller sidess.
41 * @param[out] state Point to the sid state.
46 stream2mmio_sid_state_t *state);
[all...]
H A Dcsi_rx_public.h25 * @brief Get the csi rx frontend state.
26 * Get the state of the csi rx frontend regiester-set.
29 * @param[out] state Point to the register-state.
33 csi_rx_fe_ctrl_state_t *state);
35 * @brief Dump the csi rx frontend state.
36 * Dump the state of the csi rx frontend regiester-set.
39 * @param[in] state Point to the register-state.
43 csi_rx_fe_ctrl_state_t *state);
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dsubcore.h15 void split_core_secondary_loop(u8 *state);
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.h10 void mtk_mdp_ctx_state_lock_set(struct mtk_mdp_ctx *ctx, u32 state);
/linux-master/drivers/gpu/drm/tegra/
H A Dplane.h67 to_tegra_plane_state(struct drm_plane_state *state) argument
69 if (state)
70 return container_of(state, struct tegra_plane_state, base);
76 to_const_tegra_plane_state(const struct drm_plane_state *state) argument
78 return to_tegra_plane_state((struct drm_plane_state *)state);
84 struct drm_plane_state *state);
86 struct drm_plane_state *state);
89 struct drm_plane_state *state);
95 struct tegra_plane_state *state);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dathub_v2_1.h27 enum amd_clockgating_state state);
H A Dathub_v3_0.h27 enum amd_clockgating_state state);
H A Dathub_v2_0.h27 enum amd_clockgating_state state);
H A Dathub_v1_0.h27 enum amd_clockgating_state state);
H A Dathub_v4_1_0.h27 enum amd_clockgating_state state);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_crtc_state_dump.h14 struct intel_atomic_state *state,
H A Dintel_link_bw.h25 void intel_link_bw_init_limits(struct intel_atomic_state *state,
27 int intel_link_bw_reduce_bpp(struct intel_atomic_state *state,
31 bool intel_link_bw_set_bpp_limit_for_pipe(struct intel_atomic_state *state,
35 int intel_link_bw_atomic_check(struct intel_atomic_state *state,
/linux-master/include/linux/
H A Drcuwait.h52 #define ___rcuwait_wait_event(w, condition, state, ret, cmd) \
61 set_current_state(state); \
65 if (signal_pending_state(state, current)) { \
76 #define rcuwait_wait_event(w, condition, state) \
77 ___rcuwait_wait_event(w, condition, state, 0, schedule())
79 #define __rcuwait_wait_event_timeout(w, condition, state, timeout) \
81 state, timeout, \
84 #define rcuwait_wait_event_timeout(w, condition, state, timeout) \
89 state, timeout); \
/linux-master/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.c39 struct ttusbdecfe_state* state = fe->demodulator_priv; local
47 ret=state->config->send_command(fe, 0x73, sizeof(b), b, &len, result);
79 struct ttusbdecfe_state *state = fe->demodulator_priv; local
88 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);
106 struct ttusbdecfe_state *state = fe->demodulator_priv; local
124 (state->hi_band ? LOF_HI : LOF_LO));
128 band = htonl(state->hi_band ? LOF_HI : LOF_LO);
130 lnb_voltage = htonl(state->voltage);
133 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL);
140 struct ttusbdecfe_state *state local
161 struct ttusbdecfe_state *state = fe->demodulator_priv; local
172 struct ttusbdecfe_state *state = fe->demodulator_priv; local
190 struct ttusbdecfe_state *state = fe->demodulator_priv; local
198 struct ttusbdecfe_state* state = NULL; local
218 struct ttusbdecfe_state* state = NULL; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_dc_resource_mgmt.h37 * @state: Current dc_state to be updated.
48 bool dml2_map_dc_pipes(struct dml2_context *ctx, struct dc_state *state, const struct dml_display_cfg_st *disp_cfg, struct dml2_dml_to_dc_pipe_mapping *mapping, const struct dc_state *existing_state);
/linux-master/drivers/gpu/drm/xe/display/
H A Dxe_display_rps.c14 struct intel_atomic_state *state,
13 intel_display_rps_mark_interactive(struct drm_i915_private *i915, struct intel_atomic_state *state, bool interactive) argument
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_7k_common.c53 * following a simple state machine.
69 switch (handle->state) {
72 /* by default, just go to next state */
73 handle->state--;
77 handle->state = handle->init;
82 handle->state--;
91 handle->state = handle->init;
93 handle->state--;
100 handle->state = QCAFRM_WAIT_LEN_BYTE1;
104 handle->state
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Ddvb_dummy_fe.c105 struct dvb_dummy_fe_state *state = fe->demodulator_priv; local
107 kfree(state);
114 struct dvb_dummy_fe_state *state = NULL; local
116 /* allocate memory for the internal state */
117 state = kzalloc(sizeof(struct dvb_dummy_fe_state), GFP_KERNEL);
118 if (!state)
122 memcpy(&state->frontend.ops,
126 state->frontend.demodulator_priv = state;
127 return &state
135 struct dvb_dummy_fe_state *state = NULL; local
156 struct dvb_dummy_fe_state *state = NULL; local
[all...]
H A Dtda8261.c22 /* state cache */
27 static int tda8261_read(struct tda8261_state *state, u8 *buf) argument
29 const struct tda8261_config *config = state->config;
33 if ((err = i2c_transfer(state->i2c, &msg, 1)) != 1)
39 static int tda8261_write(struct tda8261_state *state, u8 *buf) argument
41 const struct tda8261_config *config = state->config;
45 if ((err = i2c_transfer(state->i2c, &msg, 1)) != 1)
53 struct tda8261_state *state = fe->tuner_priv; local
59 if ((err = tda8261_read(state, &result)) < 0) {
76 struct tda8261_state *state local
86 struct tda8261_state *state = fe->tuner_priv; local
145 struct tda8261_state *state = fe->tuner_priv; local
169 struct tda8261_state *state = NULL; local
[all...]
H A Daf9013.c43 static int af9013_set_gpio(struct af9013_state *state, u8 gpio, u8 gpioval) argument
45 struct i2c_client *client = state->client;
84 ret = regmap_update_bits(state->regmap, addr, 0x0f << pos,
107 struct af9013_state *state = fe->demodulator_priv; local
108 struct i2c_client *client = state->client;
126 if (c->bandwidth_hz != state->bandwidth_hz) {
128 if (coeff_lut[i].clock == state->clk &&
140 ret = regmap_bulk_write(state->regmap, 0xae00, coeff_lut[i].val,
147 if (c->bandwidth_hz != state->bandwidth_hz || state
400 struct af9013_state *state = fe->demodulator_priv; local
517 struct af9013_state *state = fe->demodulator_priv; local
795 struct af9013_state *state = fe->demodulator_priv; local
804 struct af9013_state *state = fe->demodulator_priv; local
813 struct af9013_state *state = fe->demodulator_priv; local
822 struct af9013_state *state = fe->demodulator_priv; local
831 struct af9013_state *state = fe->demodulator_priv; local
979 struct af9013_state *state = fe->demodulator_priv; local
1025 af9013_download_firmware(struct af9013_state *state) argument
1165 struct af9013_state *state = fe->demodulator_priv; local
1184 struct af9013_state *state = fe->demodulator_priv; local
1215 struct af9013_state *state = i2c_get_clientdata(client); local
1224 struct af9013_state *state = i2c_get_clientdata(client); local
1238 struct af9013_state *state = i2c_mux_priv(muxc); local
1259 struct af9013_state *state = i2c_mux_priv(muxc); local
1365 struct af9013_state *state = i2c_get_clientdata(client); local
1404 struct af9013_state *state = i2c_get_clientdata(client); local
1435 struct af9013_state *state; local
1544 struct af9013_state *state = i2c_get_clientdata(client); local
[all...]
H A Dstv6111.c321 static int write_regs(struct stv *state, int reg, int len) argument
325 memcpy(&d[1], &state->reg[reg], len);
327 return i2c_write(state->i2c, state->adr, d, len + 1);
330 static int write_reg(struct stv *state, u8 reg, u8 val) argument
334 return i2c_write(state->i2c, state->adr, d, 2);
337 static int read_reg(struct stv *state, u8 reg, u8 *val) argument
339 return i2c_read(state->i2c, state
342 wait_for_call_done(struct stv *state, u8 mask) argument
364 init_state(struct stv *state) argument
401 attach_init(struct stv *state) argument
416 struct stv *state = fe->tuner_priv; local
440 set_lof(struct stv *state, u32 local_frequency, u32 cutoff_frequency) argument
512 struct stv *state = fe->tuner_priv; local
567 struct stv *state = fe->tuner_priv; local
652 struct stv *state; local
[all...]
H A Dor51132.c60 static int or51132_writebuf(struct or51132_state *state, const u8 *buf, int len) argument
63 struct i2c_msg msg = { .addr = state->config->demod_address,
67 if ((err = i2c_transfer(state->i2c, &msg, 1)) != 1) {
75 /* Write constant bytes, e.g. or51132_writebytes(state, 0x04, 0x42, 0x00);
78 #define or51132_writebytes(state, data...) \
80 or51132_writebuf(state, _data, sizeof(_data)); })
83 static int or51132_readbuf(struct or51132_state *state, u8 *buf, int len) argument
86 struct i2c_msg msg = { .addr = state->config->demod_address,
90 if ((err = i2c_transfer(state->i2c, &msg, 1)) != 1) {
99 static int or51132_readreg(struct or51132_state *state, u argument
119 struct or51132_state* state = fe->demodulator_priv; local
221 struct or51132_state* state = fe->demodulator_priv; local
298 struct or51132_state* state = fe->demodulator_priv; local
364 struct or51132_state* state = fe->demodulator_priv; local
403 struct or51132_state* state = fe->demodulator_priv; local
460 struct or51132_state* state = fe->demodulator_priv; local
515 struct or51132_state* state = (struct or51132_state*) fe->demodulator_priv; local
543 struct or51132_state* state = fe->demodulator_priv; local
552 struct or51132_state* state = NULL; local
[all...]
/linux-master/crypto/
H A Daegis128-core.c61 static void crypto_aegis128_update(struct aegis_state *state) argument
66 tmp = state->blocks[AEGIS128_STATE_BLOCKS - 1];
68 crypto_aegis_aesenc(&state->blocks[i], &state->blocks[i - 1],
69 &state->blocks[i]);
70 crypto_aegis_aesenc(&state->blocks[0], &tmp, &state->blocks[0]);
73 static void crypto_aegis128_update_a(struct aegis_state *state, argument
78 crypto_aegis128_update_simd(state, msg);
82 crypto_aegis128_update(state);
86 crypto_aegis128_update_u(struct aegis_state *state, const void *msg, bool do_simd) argument
98 crypto_aegis128_init(struct aegis_state *state, const union aegis_block *key, const u8 *iv) argument
123 crypto_aegis128_ad(struct aegis_state *state, const u8 *src, unsigned int size, bool do_simd) argument
147 crypto_aegis128_wipe_chunk(struct aegis_state *state, u8 *dst, const u8 *src, unsigned int size) argument
153 crypto_aegis128_encrypt_chunk(struct aegis_state *state, u8 *dst, const u8 *src, unsigned int size) argument
214 crypto_aegis128_decrypt_chunk(struct aegis_state *state, u8 *dst, const u8 *src, unsigned int size) argument
276 crypto_aegis128_process_ad(struct aegis_state *state, struct scatterlist *sg_src, unsigned int assoclen, bool do_simd) argument
323 crypto_aegis128_process_crypt(struct aegis_state *state, struct skcipher_walk *walk, void (*crypt)(struct aegis_state *state, u8 *dst, const u8 *src, unsigned int size)) argument
344 crypto_aegis128_final(struct aegis_state *state, union aegis_block *tag_xor, u64 assoclen, u64 cryptlen) argument
396 struct aegis_state state; local
419 struct aegis_state state; local
457 struct aegis_state state; local
482 struct aegis_state state; local
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf.c52 int mxl111sf_ctrl_msg(struct mxl111sf_state *state, argument
55 struct dvb_usb_device *d = state->d;
66 mutex_lock(&state->msg_lock);
67 memset(state->sndbuf, 0, 1+wlen);
68 memset(state->rcvbuf, 0, rlen);
70 state->sndbuf[0] = cmd;
71 memcpy(&state->sndbuf[1], wbuf, wlen);
73 ret = (wo) ? dvb_usbv2_generic_write(d, state->sndbuf, 1+wlen) :
74 dvb_usbv2_generic_rw(d, state->sndbuf, 1+wlen, state
92 mxl111sf_read_reg(struct mxl111sf_state *state, u8 addr, u8 *data) argument
116 mxl111sf_write_reg(struct mxl111sf_state *state, u8 addr, u8 data) argument
131 mxl111sf_write_reg_mask(struct mxl111sf_state *state, u8 addr, u8 mask, u8 data) argument
161 mxl111sf_ctrl_program_regs(struct mxl111sf_state *state, struct mxl111sf_reg_ctrl_info *ctrl_reg_info) argument
185 mxl1x1sf_get_chip_info(struct mxl111sf_state *state) argument
268 struct mxl111sf_state *state = fe_to_priv(fe); local
324 struct mxl111sf_state *state = fe_to_priv(fe); local
348 struct mxl111sf_state *state = fe_to_priv(fe); local
373 struct mxl111sf_state *state = fe_to_priv(fe); local
399 struct mxl111sf_state *state = fe_to_priv(fe); local
428 struct mxl111sf_state *state = d_to_priv(d); local
499 struct mxl111sf_state *state = d_to_priv(d); local
584 struct mxl111sf_state *state = d_to_priv(d); local
671 struct mxl111sf_state *state = d_to_priv(d); local
746 struct mxl111sf_state *state = d_to_priv(d); local
801 mxl111sf_set_ant_path(struct mxl111sf_state *state, int antpath) argument
820 struct mxl111sf_state *state = fe_to_priv(fe); local
873 struct mxl111sf_state *state = adap_to_priv(adap); local
924 struct mxl111sf_state *state = d_to_priv(d); local
1077 struct mxl111sf_state *state = d_to_priv(dev); local
[all...]

Completed in 431 milliseconds

1234567891011>>