Searched refs:state (Results 451 - 475 of 7100) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/isdn/hardware/mISDN/
H A Disdnhdlc.c43 hdlc->state = HDLC_GET_DATA;
56 hdlc->state = HDLC_SEND_FIRST_FLAG;
59 hdlc->state = HDLC_SEND_FAST_FLAG;
65 hdlc->state = HDLC_SENDFLAG_B0;
139 h->state = HDLC_FAST_FLAG; \
143 h->state = HDLC_GET_DATA; \
155 h->state = HDLC_GET_DATA; \
174 switch (hdlc->state) {
182 hdlc->state = HDLC_GET_FLAG_B0;
188 hdlc->state
[all...]
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c42 static int adv748x_afe_read_ro_map(struct adv748x_state *state, u8 reg) argument
47 ret = sdp_write(state, ADV748X_SDP_MAP_SEL,
52 return sdp_read(state, reg);
58 struct adv748x_state *state = adv748x_afe_to_state(afe); local
62 info = adv748x_afe_read_ro_map(state, ADV748X_SDP_RO_10);
150 static void adv748x_afe_set_video_standard(struct adv748x_state *state, argument
153 sdp_clrset(state, ADV748X_SDP_VID_SEL, ADV748X_SDP_VID_SEL_MASK,
159 struct adv748x_state *state = adv748x_afe_to_state(afe); local
161 return sdp_write(state, ADV748X_SDP_INSEL, input);
196 struct adv748x_state *state local
215 struct adv748x_state *state = adv748x_afe_to_state(afe); local
258 struct adv748x_state *state = adv748x_afe_to_state(afe); local
273 struct adv748x_state *state = adv748x_afe_to_state(afe); local
419 struct adv748x_state *state = adv748x_afe_to_state(afe); local
468 struct adv748x_state *state = adv748x_afe_to_state(afe); local
504 struct adv748x_state *state = adv748x_afe_to_state(afe); local
[all...]
/linux-master/arch/arm64/crypto/
H A Dchacha-neon-glue.c34 asmlinkage void chacha_block_xor_neon(u32 *state, u8 *dst, const u8 *src,
36 asmlinkage void chacha_4block_xor_neon(u32 *state, u8 *dst, const u8 *src,
38 asmlinkage void hchacha_block_neon(const u32 *state, u32 *out, int nrounds);
42 static void chacha_doneon(u32 *state, u8 *dst, const u8 *src, argument
52 chacha_block_xor_neon(state, buf, buf, nrounds);
54 state[12] += 1;
57 chacha_4block_xor_neon(state, dst, src, nrounds, l);
61 state[12] += DIV_ROUND_UP(l, CHACHA_BLOCK_SIZE);
65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) argument
68 hchacha_block_generic(state, strea
77 chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) argument
83 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) argument
108 u32 state[16]; local
151 u32 state[16]; local
[all...]
/linux-master/arch/mips/cavium-octeon/crypto/
H A Docteon-sha512.c34 write_octeon_64bit_hash_sha512(sctx->state[0], 0);
35 write_octeon_64bit_hash_sha512(sctx->state[1], 1);
36 write_octeon_64bit_hash_sha512(sctx->state[2], 2);
37 write_octeon_64bit_hash_sha512(sctx->state[3], 3);
38 write_octeon_64bit_hash_sha512(sctx->state[4], 4);
39 write_octeon_64bit_hash_sha512(sctx->state[5], 5);
40 write_octeon_64bit_hash_sha512(sctx->state[6], 6);
41 write_octeon_64bit_hash_sha512(sctx->state[7], 7);
46 sctx->state[0] = read_octeon_64bit_hash_sha512(0);
47 sctx->state[
116 struct octeon_cop2_state state; local
142 struct octeon_cop2_state state; local
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_linecard.sh25 local state=$1; shift
29 [ "$current" == "$state" ]
41 devlink lc show $DEVLINK_DEV lc $lc -j | jq -e -r ".[][][].state"
47 local state=$2
50 busywait "$timeout" until_lc_state_is_not "$state" lc_state_get "$lc"
56 local state=$2
59 busywait "$timeout" until_lc_state_is "$state" lc_state_get "$lc"
101 local state
103 state=$(lc_state_get $lc)
104 check_err $? "Failed to get state o
[all...]
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_layer.c21 struct sun4i_layer_state *state; local
23 if (plane->state) {
24 state = state_to_sun4i_layer_state(plane->state);
26 __drm_atomic_helper_plane_destroy_state(&state->state);
28 kfree(state);
29 plane->state = NULL;
32 state = kzalloc(sizeof(*state), GFP_KERNE
53 sun4i_backend_layer_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) argument
63 sun4i_backend_layer_atomic_disable(struct drm_plane *plane, struct drm_atomic_state *state) argument
83 sun4i_backend_layer_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) argument
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_load_detect.c22 static int intel_modeset_disable_planes(struct drm_atomic_state *state, argument
29 ret = drm_atomic_add_affected_planes(state, crtc);
33 for_each_new_plane_in_state(state, plane, plane_state, i) {
58 struct drm_atomic_state *state = NULL, *restore_state = NULL; local
80 if (connector->state->crtc) {
81 crtc = to_intel_crtc(connector->state->crtc);
101 if (possible_crtc->base.state->enable) {
121 state = drm_atomic_state_alloc(dev);
123 if (!state || !restore_state) {
128 state
203 intel_load_detect_release_pipe(struct drm_connector *connector, struct drm_atomic_state *state, struct drm_modeset_acquire_ctx *ctx) argument
[all...]
H A Dintel_sprite_uapi.c49 struct drm_atomic_state *state; local
83 state = drm_atomic_state_alloc(plane->dev);
84 if (!state) {
88 state->acquire_ctx = &ctx;
89 to_intel_atomic_state(state)->internal = true;
92 plane_state = drm_atomic_get_plane_state(state, plane);
106 plane_state = drm_atomic_get_plane_state(state,
114 ret = drm_atomic_commit(state);
119 drm_atomic_state_clear(state);
123 drm_atomic_state_put(state);
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dtda665x.c25 static int tda665x_read(struct tda665x_state *state, u8 *buf) argument
27 const struct tda665x_config *config = state->config;
31 err = i2c_transfer(state->i2c, &msg, 1);
41 static int tda665x_write(struct tda665x_state *state, u8 *buf, u8 length) argument
43 const struct tda665x_config *config = state->config;
47 err = i2c_transfer(state->i2c, &msg, 1);
59 struct tda665x_state *state = fe->tuner_priv; local
61 *frequency = state->frequency;
68 struct tda665x_state *state = fe->tuner_priv; local
74 err = tda665x_read(state,
92 struct tda665x_state *state = fe->tuner_priv; local
190 struct tda665x_state *state = fe->tuner_priv; local
207 struct tda665x_state *state = NULL; local
[all...]
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-i2c.c220 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; local
226 while (tx_slots && state->tx_len) {
227 if (state->op->cmd == XGBE_I2C_CMD_READ)
230 cmd = *state->tx_buf++;
232 if (state->tx_len == 1)
238 state->tx_len--;
242 if (!state->tx_len)
248 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; local
252 if (state->op->cmd != XGBE_I2C_CMD_READ)
256 while (rx_slots && state
266 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; local
280 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; local
379 struct xgbe_i2c_op_state *state = &pdata->i2c.op_state; local
[all...]
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c97 struct vchiq_state *state; member in struct:vchiq_arm_state
109 * tracked separately with the state.
164 struct vchiq_state *state = dev_id; local
172 remote_event_pollall(state);
183 dma_unmap_sg(instance->state->dev, pagelistinfo->scatterlist,
190 dma_free_coherent(instance->state->dev, pagelistinfo->pagelist_buffer_size,
255 pagelist = dma_alloc_coherent(instance->state->dev, pagelist_size, &dma_addr,
258 dev_dbg(instance->state->dev, "arm: %pK\n", pagelist);
313 dev_dbg(instance->state->dev, "arm: Only %d/%d pages locked\n",
342 dma_buffers = dma_map_sg(instance->state
466 vchiq_platform_init(struct platform_device *pdev, struct vchiq_state *state) argument
565 vchiq_arm_init_state(struct vchiq_state *state, struct vchiq_arm_state *arm_state) argument
582 vchiq_platform_init_state(struct vchiq_state *state) argument
598 vchiq_platform_get_arm_state(struct vchiq_state *state) argument
667 struct vchiq_state *state; local
731 struct vchiq_state *state = instance->state; local
758 struct vchiq_state *state = instance->state; local
786 struct vchiq_state *state = instance->state; local
816 struct vchiq_state *state = instance->state; local
1172 struct vchiq_state *state = vchiq_get_state(); local
1282 struct vchiq_state *state = (struct vchiq_state *)v; local
1360 vchiq_use_internal(struct vchiq_state *state, struct vchiq_service *service, enum USE_TYPE_E use_type) argument
1417 vchiq_release_internal(struct vchiq_state *state, struct vchiq_service *service) argument
1462 vchiq_on_remote_use(struct vchiq_state *state) argument
1471 vchiq_on_remote_release(struct vchiq_state *state) argument
1574 vchiq_dump_service_use_state(struct vchiq_state *state) argument
1675 vchiq_platform_conn_state_changed(struct vchiq_state *state, enum vchiq_connstate oldstate, enum vchiq_connstate newstate) argument
[all...]
/linux-master/drivers/phy/samsung/
H A Dphy-exynos-mipi-video.c228 struct exynos_mipi_video_phy *state, unsigned int on)
230 struct regmap *enable_map = state->regmaps[data->enable_map];
231 struct regmap *resetn_map = state->regmaps[data->resetn_map];
233 spin_lock(&state->slock);
237 state->phys[data->coupled_phy_id].phy->power_count == 0)
252 spin_unlock(&state->slock);
263 struct exynos_mipi_video_phy *state = to_mipi_video_phy(phy_desc); local
265 return __set_phy_state(phy_desc->data, state, 1);
271 struct exynos_mipi_video_phy *state = to_mipi_video_phy(phy_desc); local
273 return __set_phy_state(phy_desc->data, state,
227 __set_phy_state(const struct exynos_mipi_phy_desc *data, struct exynos_mipi_video_phy *state, unsigned int on) argument
279 struct exynos_mipi_video_phy *state = dev_get_drvdata(dev); local
296 struct exynos_mipi_video_phy *state; local
[all...]
/linux-master/drivers/media/i2c/
H A Dadv7604.c216 static bool adv76xx_has_afe(struct adv76xx_state *state) argument
218 return state->info->has_afe;
344 static int adv76xx_read_check(struct adv76xx_state *state, argument
347 struct i2c_client *client = state->i2c_clients[client_page];
351 err = regmap_read(state->regmap[client_page], reg, &val);
367 static int adv76xx_write_block(struct adv76xx_state *state, int client_page, argument
371 struct regmap *regmap = state->regmap[client_page];
383 struct adv76xx_state *state = to_state(sd); local
385 return adv76xx_read_check(state, ADV76XX_PAGE_IO, reg);
390 struct adv76xx_state *state local
403 struct adv76xx_state *state = to_state(sd); local
410 struct adv76xx_state *state = to_state(sd); local
417 struct adv76xx_state *state = to_state(sd); local
424 struct adv76xx_state *state = to_state(sd); local
437 struct adv76xx_state *state = to_state(sd); local
444 struct adv76xx_state *state = to_state(sd); local
451 struct adv76xx_state *state = to_state(sd); local
458 struct adv76xx_state *state = to_state(sd); local
465 struct adv76xx_state *state = to_state(sd); local
472 struct adv76xx_state *state = to_state(sd); local
484 struct adv76xx_state *state = to_state(sd); local
491 struct adv76xx_state *state = to_state(sd); local
499 struct adv76xx_state *state = to_state(sd); local
520 adv76xx_set_hpd(struct adv76xx_state *state, unsigned int hpd) argument
540 struct adv76xx_state *state = container_of(dwork, struct adv76xx_state, local
551 struct adv76xx_state *state = to_state(sd); local
563 struct adv76xx_state *state = to_state(sd); local
575 struct adv76xx_state *state = to_state(sd); local
582 struct adv76xx_state *state = to_state(sd); local
594 struct adv76xx_state *state = to_state(sd); local
606 struct adv76xx_state *state = to_state(sd); local
613 struct adv76xx_state *state = to_state(sd); local
624 struct adv76xx_state *state = to_state(sd); local
641 struct adv76xx_state *state = to_state(sd); local
753 adv76xx_format_info(struct adv76xx_state *state, u32 code) argument
769 struct adv76xx_state *state = to_state(sd); local
777 struct adv76xx_state *state = to_state(sd); local
815 struct adv76xx_state *state = to_state(sd); local
918 struct adv76xx_state *state = to_state(sd); local
948 struct adv76xx_state *state = to_state(sd); local
996 struct adv76xx_state *state = to_state(sd); local
1055 struct adv76xx_state *state = to_state(sd); local
1081 struct adv76xx_state *state = to_state(sd); local
1111 struct adv76xx_state *state = to_state(sd); local
1214 struct adv76xx_state *state = to_state(sd); local
1280 struct adv76xx_state *state = to_state(sd); local
1287 struct adv76xx_state *state = to_state(sd); local
1300 struct adv76xx_state *state = to_state(sd); local
1338 struct adv76xx_state *state = to_state(sd); local
1379 struct adv76xx_state *state = to_state(sd); local
1426 struct adv76xx_state *state = to_state(sd); local
1483 struct adv76xx_state *state = to_state(sd); local
1496 struct adv76xx_state *state = to_state(sd); local
1544 struct adv76xx_state *state = to_state(sd); local
1563 struct adv76xx_state *state = to_state(sd); local
1693 struct adv76xx_state *state = to_state(sd); local
1736 struct adv76xx_state *state = to_state(sd); local
1754 struct adv76xx_state *state = to_state(sd); local
1771 struct adv76xx_state *state = to_state(sd); local
1781 struct adv76xx_state *state = to_state(sd); local
1816 struct adv76xx_state *state = to_state(sd); local
1842 struct adv76xx_state *state = to_state(sd); local
1852 adv76xx_fill_format(struct adv76xx_state *state, struct v4l2_mbus_framefmt *format) argument
1885 adv76xx_op_ch_sel(struct adv76xx_state *state) argument
1904 adv76xx_setup_format(struct adv76xx_state *state) argument
1922 struct adv76xx_state *state = to_state(sd); local
1945 struct adv76xx_state *state = to_state(sd); local
1965 struct adv76xx_state *state = to_state(sd); local
1994 struct adv76xx_state *state = to_state(sd); local
2038 struct adv76xx_state *state = to_state(sd); local
2083 struct adv76xx_state *state = cec_get_drvdata(adap); local
2114 struct adv76xx_state *state = cec_get_drvdata(adap); local
2169 struct adv76xx_state *state = cec_get_drvdata(adap); local
2206 struct adv76xx_state *state = to_state(sd); local
2267 struct adv76xx_state *state = dev_id; local
2277 struct adv76xx_state *state = to_state(sd); local
2315 struct adv76xx_state *state = to_state(sd); local
2518 struct adv76xx_state *state = to_state(sd); local
2691 struct adv76xx_state *state = to_state(sd); local
2703 struct adv76xx_state *state = to_state(sd); local
2816 struct adv76xx_state *state = to_state(sd); local
2915 adv76xx_unregister_clients(struct adv76xx_state *state) argument
2927 struct adv76xx_state *state = to_state(sd); local
3196 adv76xx_parse_dt(struct adv76xx_state *state) argument
3360 configure_regmap(struct adv76xx_state *state, int region) argument
3382 configure_regmaps(struct adv76xx_state *state) argument
3394 adv76xx_reset(struct adv76xx_state *state) argument
3412 struct adv76xx_state *state; local
3669 struct adv76xx_state *state = to_state(sd); local
[all...]
/linux-master/drivers/pcmcia/
H A Dsa1111_jornada720.c61 jornada720_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, const socket_state_t *state) argument
68 skt->nr, state->Vcc, state->Vpp);
72 switch (state->Vcc) {
90 switch (state->Vcc) {
108 if (state->Vpp != state->Vcc && state->Vpp != 0) {
110 __func__, state->Vpp);
114 ret = sa1111_pcmcia_configure_socket(skt, state);
[all...]
H A Dpxa2xx_sharpsl.c55 struct pcmcia_state *state)
90 state->detect = (csr & 0x0004) ? 0 : 1;
91 state->ready = (csr & 0x0002) ? 1 : 0;
92 state->bvd1 = (csr & 0x0010) ? 1 : 0;
93 state->bvd2 = (csr & 0x0020) ? 1 : 0;
94 state->wrprot = (csr & 0x0008) ? 1 : 0;
95 state->vs_3v = (csr & 0x0040) ? 0 : 1;
96 state->vs_Xv = (csr & 0x0080) ? 0 : 1;
105 const socket_state_t *state)
112 switch (state
54 sharpsl_pcmcia_socket_state(struct soc_pcmcia_socket *skt, struct pcmcia_state *state) argument
104 sharpsl_pcmcia_configure_socket(struct soc_pcmcia_socket *skt, const socket_state_t *state) argument
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Ddst_common.h155 int rdc_reset_state(struct dst_state *state);
157 int dst_wait_dst_ready(struct dst_state *state, u8 delay_mode);
158 int dst_pio_disable(struct dst_state *state);
159 int dst_error_recovery(struct dst_state* state);
160 int dst_error_bailout(struct dst_state *state);
161 int dst_comm_init(struct dst_state* state);
163 int write_dst(struct dst_state *state, u8 * data, u8 len);
164 int read_dst(struct dst_state *state, u8 * ret, u8 len);
166 struct dst_state* dst_attach(struct dst_state* state, struct dvb_adapter *dvb_adapter);
167 struct dvb_device *dst_ca_attach(struct dst_state *state, struc
[all...]
/linux-master/drivers/s390/cio/
H A Ddevice.h61 int state = cdev->private->state; local
64 if (state == DEV_STATE_ONLINE)
66 else if (state != DEV_STATE_CMFCHANGE &&
67 state != DEV_STATE_CMFUPDATE)
70 dev_jumptable[state][dev_event](cdev, dev_event);
74 * Delivers 1 if the device state is final.
79 return (cdev->private->state == DEV_STATE_NOT_OPER ||
80 cdev->private->state == DEV_STATE_OFFLINE ||
81 cdev->private->state
[all...]
/linux-master/lib/
H A Dirq_poll.c31 if (test_bit(IRQ_POLL_F_DISABLE, &iop->state))
33 if (test_and_set_bit(IRQ_POLL_F_SCHED, &iop->state))
55 clear_bit_unlock(IRQ_POLL_F_SCHED, &iop->state);
109 if (test_bit(IRQ_POLL_F_SCHED, &iop->state))
117 * Drivers must not modify the iopoll state, if they
125 if (test_bit(IRQ_POLL_F_DISABLE, &iop->state))
147 set_bit(IRQ_POLL_F_DISABLE, &iop->state);
148 while (test_and_set_bit(IRQ_POLL_F_SCHED, &iop->state))
150 clear_bit(IRQ_POLL_F_DISABLE, &iop->state);
164 BUG_ON(!test_bit(IRQ_POLL_F_SCHED, &iop->state));
[all...]
/linux-master/arch/arm/kernel/
H A Defi.c91 struct efi_arm_entry_state *state; local
94 state = early_memremap_ro(cpu_state_table,
96 if (state == NULL) {
97 pr_warn("Unable to map CPU entry state table.\n");
101 if ((state->sctlr_before_ebs & 1) == 0)
103 else if ((state->sctlr_after_ebs & 1) == 0)
110 state->cpsr_before_ebs);
112 state->sctlr_before_ebs);
114 state->cpsr_after_ebs);
116 state
[all...]
/linux-master/arch/riscv/kernel/
H A Dsuspend.c67 * Function graph tracer state gets incosistent when the kernel
112 static int sbi_system_suspend_enter(suspend_state_t state) argument
148 int riscv_sbi_hart_suspend(u32 state) argument
150 if (state & SBI_HSM_SUSP_NON_RET_BIT)
151 return cpu_suspend(state, sbi_suspend_finisher);
153 return sbi_suspend_finisher(state, 0, 0);
156 bool riscv_sbi_suspend_state_is_valid(u32 state) argument
158 if (state > SBI_HSM_SUSPEND_RET_DEFAULT &&
159 state < SBI_HSM_SUSPEND_RET_PLATFORM)
162 if (state > SBI_HSM_SUSPEND_NON_RET_DEFAUL
[all...]
/linux-master/drivers/video/fbdev/riva/
H A Driva_hw.c242 static int nv3_iterate(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) argument
272 ns = 1000000 * ainfo->vburst_size/(state->memory_width/8)/state->mclk_khz;
276 if (state->enable_mp)
284 ns = 1000000 * (ainfo->gburst_size/(state->memory_width/8))/state->mclk_khz;
289 if (!state->gr_during_vid && ainfo->vid_en)
339 ns = 1000000 * (vmisses*state->mem_page_miss + state->mem_latency)/state
426 nv3_arb(nv3_fifo_info * res_info, nv3_sim_state * state, nv3_arb_info *ainfo) argument
532 nv3_get_param(nv3_fifo_info *res_info, nv3_sim_state * state, nv3_arb_info *ainfo) argument
1215 CalcStateExt( RIVA_HW_INST *chip, RIVA_HW_STATE *state, struct pci_dev *pdev, int bpp, int width, int hDisplaySize, int height, int dotClock ) argument
[all...]
/linux-master/include/media/
H A Dv4l2-subdev.h449 * The caller shall track the subdev state, and shall not start or stop an
614 * @rx_g_parameters: Get the current operating parameters and state of
616 * @rx_s_parameters: Set the current operating parameters and state of
618 * [rt]x_g_parameters first to fill out the current state, and only change
620 * operating parameters and state will be returned. Note that hardware
625 * state of the hardware be different to minimize power consumption and
630 * @tx_g_parameters: Get the current operating parameters and state of
632 * @tx_s_parameters: Set the current operating parameters and state of
634 * [rt]x_g_parameters first to fill out the current state, and only change
636 * operating parameters and state wil
1135 struct v4l2_subdev_state *state; member in struct:v4l2_subdev_fh
1713 v4l2_subdev_lock_state(struct v4l2_subdev_state *state) argument
1724 v4l2_subdev_unlock_state(struct v4l2_subdev_state *state) argument
[all...]
/linux-master/drivers/pwm/
H A Dpwm-microchip-core.c107 * before attempting to read its state. Reading the registers yields
133 static u64 mchp_core_pwm_calc_duty(const struct pwm_state *state, u64 clk_rate, argument
145 duty_steps = mul_u64_u64_div_u64(state->duty_cycle, clk_rate, tmp);
151 const struct pwm_state *state, u64 duty_steps,
167 if (state->polarity == PWM_POLARITY_INVERSED) {
184 static int mchp_core_pwm_calc_period(const struct pwm_state *state, unsigned long clk_rate, argument
211 tmp = mul_u64_u64_div_u64(state->period, clk_rate, NSEC_PER_SEC);
274 const struct pwm_state *state)
283 if (!state->enabled) {
284 mchp_core_pwm_enable(chip, pwm, false, pwm->state
150 mchp_core_pwm_apply_duty(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state, u64 duty_steps, u16 period_steps) argument
273 mchp_core_pwm_apply_locked(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
359 mchp_core_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) argument
376 mchp_core_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) argument
[all...]
/linux-master/block/partitions/
H A Dcmdline.c229 struct parsed_partitions *state)
234 if (slot >= state->limit)
237 put_partition(state, slot, subpart->from >> 9,
240 info = &state->parts[slot].info;
245 strlcat(state->pp_buf, tmp, PAGE_SIZE);
247 state->parts[slot].has_info = true;
253 struct parsed_partitions *state)
274 if (add_part(slot, subpart, state))
315 static void cmdline_parts_verifier(int slot, struct parsed_partitions *state) argument
320 for (; slot < state
228 add_part(int slot, struct cmdline_subpart *subpart, struct parsed_partitions *state) argument
252 cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size, struct parsed_partitions *state) argument
351 cmdline_partition(struct parsed_partitions *state) argument
[all...]
/linux-master/net/netfilter/
H A Dnf_queue.c60 struct nf_hook_state *state = &entry->state; local
63 dev_put(state->in);
64 dev_put(state->out);
65 if (state->sk)
66 nf_queue_sock_put(state->sk);
87 entry->physin = nf_bridge_get_physindev(skb, entry->state.net);
99 struct nf_hook_state *state = &entry->state; local
101 if (state
156 __nf_queue(struct sk_buff *skb, const struct nf_hook_state *state, unsigned int index, unsigned int queuenum) argument
235 nf_queue(struct sk_buff *skb, struct nf_hook_state *state, unsigned int index, unsigned int verdict) argument
[all...]

Completed in 258 milliseconds

<<11121314151617181920>>