Home
last modified time | relevance | path

Searched refs:state (Results 3201 - 3225 of 21466) sorted by relevance

1...<<121122123124125126127128129130>>...859

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dlcs.c114 channel->iob[cnt].state = LCS_BUF_STATE_EMPTY; in lcs_alloc_channel()
230 card->read.iob[cnt].state = LCS_BUF_STATE_READY; in lcs_setup_read_ccws()
240 /* Setg initial state of the read channel. */ in lcs_setup_read_ccws()
241 card->read.state = LCS_CH_STATE_INIT; in lcs_setup_read_ccws()
287 /* Set initial state of the write channel. */ in lcs_setup_write_ccws()
288 card->read.state = LCS_CH_STATE_INIT; in lcs_setup_write_ccws()
406 * Initialize channels,card and state machines.
416 /* Set cards initial state. */ in lcs_setup_card()
417 card->state = DEV_STATE_DOWN; in lcs_setup_card()
455 * Cleanup channels,card and state machine
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dlcs.c109 channel->iob[cnt].state = LCS_BUF_STATE_EMPTY; in lcs_alloc_channel()
225 card->read.iob[cnt].state = LCS_BUF_STATE_READY; in lcs_setup_read_ccws()
235 /* Setg initial state of the read channel. */ in lcs_setup_read_ccws()
236 card->read.state = LCS_CH_STATE_INIT; in lcs_setup_read_ccws()
282 /* Set initial state of the write channel. */ in lcs_setup_write_ccws()
283 card->read.state = LCS_CH_STATE_INIT; in lcs_setup_write_ccws()
401 * Initialize channels,card and state machines.
411 /* Set cards initial state. */ in lcs_setup_card()
412 card->state = DEV_STATE_DOWN; in lcs_setup_card()
451 * Cleanup channels,card and state machine
[all...]
/third_party/curl/lib/
H A Dmime.c275 /* Set readback state. */
276 static void mimesetstate(struct mime_state *state, in mimesetstate() argument
279 state->state = tok; in mimesetstate()
280 state->ptr = ptr; in mimesetstate()
281 state->offset = 0; in mimesetstate()
371 /* Initialize data encoder state. */
663 size_t sz = curlx_sotouz(part->datasize - part->state.offset); in mime_mem_read()
673 memcpy(buffer, part->data + curlx_sotouz(part->state.offset), sz); in mime_mem_read()
684 offset += part->state in mime_mem_seek()
760 readback_bytes(struct mime_state *state, char *buffer, size_t bufsize, const char *bytes, size_t numbytes, const char *trail, size_t traillen) readback_bytes() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c312 const struct state_key *state; member
453 if (p->state->varying_vp_inputs & VERT_BIT(input)) { in register_input()
781 !p->state->need_eye_coords && in get_transformed_normal()
782 !p->state->normalize && in get_transformed_normal()
783 !(p->state->need_eye_coords == p->state->rescale_normals)) in get_transformed_normal()
793 if (p->state->need_eye_coords) { in get_transformed_normal()
805 if (p->state->normalize) { in get_transformed_normal()
809 else if (p->state->need_eye_coords == p->state in get_transformed_normal()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs1373 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
1374 unsafe { self.val.hash(state) }; in hash()
1414 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
1421 ident.hash(state); in hash()
1422 filter.hash(state); in hash()
1423 flags.hash(state); in hash()
1424 fflags.hash(state); in hash()
1425 data.hash(state); in hash()
1426 udata.hash(state); in hash()
1470 fn hash<H: ::hash::Hasher>(&self, state
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c53 STATIC void xfs_attr3_leaf_rebalance(xfs_da_state_t *state,
56 STATIC int xfs_attr3_leaf_figure_balance(xfs_da_state_t *state,
1299 struct xfs_da_state *state, in xfs_attr3_leaf_split()
1306 trace_xfs_attr_leaf_split(state->args); in xfs_attr3_leaf_split()
1312 error = xfs_da_grow_inode(state->args, &blkno); in xfs_attr3_leaf_split()
1315 error = xfs_attr3_leaf_create(state->args, blkno, &newblk->bp); in xfs_attr3_leaf_split()
1325 xfs_attr3_leaf_rebalance(state, oldblk, newblk); in xfs_attr3_leaf_split()
1326 error = xfs_da3_blk_link(state, oldblk, newblk); in xfs_attr3_leaf_split()
1337 if (state->inleaf) { in xfs_attr3_leaf_split()
1338 trace_xfs_attr_leaf_add_old(state in xfs_attr3_leaf_split()
1298 xfs_attr3_leaf_split( struct xfs_da_state *state, struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk) xfs_attr3_leaf_split() argument
1666 xfs_attr3_leaf_rebalance( struct xfs_da_state *state, struct xfs_da_state_blk *blk1, struct xfs_da_state_blk *blk2) xfs_attr3_leaf_rebalance() argument
1856 xfs_attr3_leaf_figure_balance( struct xfs_da_state *state, struct xfs_da_state_blk *blk1, struct xfs_attr3_icleaf_hdr *ichdr1, struct xfs_da_state_blk *blk2, struct xfs_attr3_icleaf_hdr *ichdr2, int *countarg, int *usedbytesarg) xfs_attr3_leaf_figure_balance() argument
1956 xfs_attr3_leaf_toosmall( struct xfs_da_state *state, int *action) xfs_attr3_leaf_toosmall() argument
2237 xfs_attr3_leaf_unbalance( struct xfs_da_state *state, struct xfs_da_state_blk *drop_blk, struct xfs_da_state_blk *save_blk) xfs_attr3_leaf_unbalance() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c55 STATIC void xfs_attr3_leaf_rebalance(xfs_da_state_t *state,
58 STATIC int xfs_attr3_leaf_figure_balance(xfs_da_state_t *state,
492 /* All remaining matches need to be filtered by INCOMPLETE state. */ in xfs_attr_match()
1344 struct xfs_da_state *state, in xfs_attr3_leaf_split()
1351 trace_xfs_attr_leaf_split(state->args); in xfs_attr3_leaf_split()
1357 error = xfs_da_grow_inode(state->args, &blkno); in xfs_attr3_leaf_split()
1360 error = xfs_attr3_leaf_create(state->args, blkno, &newblk->bp); in xfs_attr3_leaf_split()
1370 xfs_attr3_leaf_rebalance(state, oldblk, newblk); in xfs_attr3_leaf_split()
1371 error = xfs_da3_blk_link(state, oldblk, newblk); in xfs_attr3_leaf_split()
1382 if (state in xfs_attr3_leaf_split()
1343 xfs_attr3_leaf_split( struct xfs_da_state *state, struct xfs_da_state_blk *oldblk, struct xfs_da_state_blk *newblk) xfs_attr3_leaf_split() argument
1712 xfs_attr3_leaf_rebalance( struct xfs_da_state *state, struct xfs_da_state_blk *blk1, struct xfs_da_state_blk *blk2) xfs_attr3_leaf_rebalance() argument
1902 xfs_attr3_leaf_figure_balance( struct xfs_da_state *state, struct xfs_da_state_blk *blk1, struct xfs_attr3_icleaf_hdr *ichdr1, struct xfs_da_state_blk *blk2, struct xfs_attr3_icleaf_hdr *ichdr2, int *countarg, int *usedbytesarg) xfs_attr3_leaf_figure_balance() argument
2002 xfs_attr3_leaf_toosmall( struct xfs_da_state *state, int *action) xfs_attr3_leaf_toosmall() argument
2283 xfs_attr3_leaf_unbalance( struct xfs_da_state *state, struct xfs_da_state_blk *drop_blk, struct xfs_da_state_blk *save_blk) xfs_attr3_leaf_unbalance() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c164 if (sync && e->state != L2T_STATE_SWITCHING) in write_l2e()
165 e->state = L2T_STATE_SYNC_WRITE; in write_l2e()
203 if (e->state != L2T_STATE_SWITCHING) { in do_l2t_write_rpl()
205 e->state = (e->neigh->nud_state & NUD_STALE) ? in do_l2t_write_rpl()
227 switch (e->state) { in cxgb4_l2t_send()
231 if (e->state == L2T_STATE_STALE) in cxgb4_l2t_send()
232 e->state = L2T_STATE_VALID; in cxgb4_l2t_send()
240 if (e->state != L2T_STATE_SYNC_WRITE && in cxgb4_l2t_send()
241 e->state != L2T_STATE_RESOLVING) { in cxgb4_l2t_send()
248 if (e->state in cxgb4_l2t_send()
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dnconf.c1021 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1026 if (key == '/' || (state->in_search && key == 27)) { in do_match()
1030 state->in_search = 1-state->in_search; in do_match()
1031 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1032 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1034 } else if (!state->in_search) in do_match()
1038 state->pattern[strlen(state in do_match()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c164 if (sync && e->state != L2T_STATE_SWITCHING) in write_l2e()
165 e->state = L2T_STATE_SYNC_WRITE; in write_l2e()
203 if (e->state != L2T_STATE_SWITCHING) { in do_l2t_write_rpl()
205 e->state = (e->neigh->nud_state & NUD_STALE) ? in do_l2t_write_rpl()
227 switch (e->state) { in cxgb4_l2t_send()
231 if (e->state == L2T_STATE_STALE) in cxgb4_l2t_send()
232 e->state = L2T_STATE_VALID; in cxgb4_l2t_send()
240 if (e->state != L2T_STATE_SYNC_WRITE && in cxgb4_l2t_send()
241 e->state != L2T_STATE_RESOLVING) { in cxgb4_l2t_send()
248 if (e->state in cxgb4_l2t_send()
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dnconf.c1092 static int do_match(int key, struct match_state *state, int *ans) in do_match() argument
1097 if (key == '/' || (state->in_search && key == 27)) { in do_match()
1101 state->in_search = 1-state->in_search; in do_match()
1102 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1103 state->match_direction = MATCH_TINKER_PATTERN_DOWN; in do_match()
1105 } else if (!state->in_search) in do_match()
1109 state->pattern[strlen(state in do_match()
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dagg-tx.c347 if (test_bit(HT_AGG_STATE_STOPPING, &tid_tx->state)) { in ___ieee80211_stop_tx_ba_session()
357 if (test_bit(HT_AGG_STATE_WANT_START, &tid_tx->state)) { in ___ieee80211_stop_tx_ba_session()
365 set_bit(HT_AGG_STATE_STOPPING, &tid_tx->state); in ___ieee80211_stop_tx_ba_session()
382 clear_bit(HT_AGG_STATE_OPERATIONAL, &tid_tx->state); in ___ieee80211_stop_tx_ba_session()
439 if (test_bit(HT_AGG_STATE_RESPONSE_RECEIVED, &tid_tx->state)) { in sta_addba_resp_timer_expired()
460 if (WARN_ON_ONCE(test_bit(HT_AGG_STATE_STOPPING, &tid_tx->state) || in ieee80211_send_addba_with_timeout()
461 test_bit(HT_AGG_STATE_WANT_STOP, &tid_tx->state))) in ieee80211_send_addba_with_timeout()
493 WARN_ON(test_and_set_bit(HT_AGG_STATE_SENT_ADDBA, &tid_tx->state)); in ieee80211_send_addba_with_timeout()
518 clear_bit(HT_AGG_STATE_WANT_START, &tid_tx->state); in ieee80211_tx_ba_session_handle_start()
540 set_bit(HT_AGG_STATE_DRV_READY, &tid_tx->state); in ieee80211_tx_ba_session_handle_start()
[all...]
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs377 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash()
378 self.uptime.hash(state); in hash()
379 self.loads.hash(state); in hash()
380 self.totalram.hash(state); in hash()
381 self.freeram.hash(state); in hash()
382 self.sharedram.hash(state); in hash()
383 self.bufferram.hash(state); in hash()
384 self.totalswap.hash(state); in hash()
385 self.freeswap.hash(state); in hash()
386 self.procs.hash(state); in hash()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c134 * Indicates audio offload state default.
138 * Indicates audio offload state : screen is active & app is foreground.
142 * Indicates audio offload state : screen is active & app is background.
146 * Indicates audio offload state : screen is inactive & app is background.
156 static char *GetStateInfo(pa_sink_state_t state);
157 static char *GetInputStateInfo(pa_sink_input_state_t state);
158 static void PaInputStateChangeCb(pa_sink_input *i, pa_sink_input_state_t state);
170 static void ResetVolumeBySinkInputState(pa_sink_input *i, pa_sink_input_state_t state);
634 void *state = NULL; in SinkRenderPrimaryClusterCap() local
636 while ((sinkIn = pa_hashmap_iterate(si->thread_info.inputs, &state, NUL in SinkRenderPrimaryClusterCap()
912 void *state = NULL; InnerCapSinkInputsRewind() local
1253 void *state = NULL; SinkRenderPrimaryCluster() local
1364 void *state = NULL; SinkRenderMultiChannelCluster() local
1681 void *state = NULL; CheckAndDealEffectZeroVolume() local
1782 void *state = NULL; CheckAndDealSpeakerPaZeroVolume() local
1934 void *state = NULL; SinkRenderPrimaryProcess() local
2002 void *state = NULL; SetSinkVolumeByDeviceClass() local
2021 void *state = NULL; UnsetSinkVolume() local
2103 void *state = NULL; GetInputsInfo() local
2155 void *state = NULL; GetInputsType() local
2606 void *state = NULL; CheckInputChangeToOffload() local
2647 PaInputStateChangeCbOffload(struct Userdata *u, pa_sink_input *i, pa_sink_input_state_t state) PaInputStateChangeCbOffload() argument
2669 ResetVolumeBySinkInputState(pa_sink_input *i, pa_sink_input_state_t state) ResetVolumeBySinkInputState() argument
2681 PaInputStateChangeCbPrimary(struct Userdata *u, pa_sink_input *i, pa_sink_input_state_t state) PaInputStateChangeCbPrimary() argument
2803 PaInputStateChangeCbMultiChannel(struct Userdata *u, pa_sink_input *i, pa_sink_input_state_t state) PaInputStateChangeCbMultiChannel() argument
2840 ResetFadeoutPause(pa_sink_input *i, pa_sink_input_state_t state) ResetFadeoutPause() argument
2850 PaInputStateChangeCb(pa_sink_input *i, pa_sink_input_state_t state) PaInputStateChangeCb() argument
3046 void *state = NULL; ThreadFuncRendererTimerMultiChannelFlagJudge() local
3493 GetStateInfo(pa_sink_state_t state) GetStateInfo() argument
3513 GetInputStateInfo(pa_sink_input_state_t state) GetInputStateInfo() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddsi.c50 to_dsi_state(struct drm_connector_state *state) in to_dsi_state() argument
52 return container_of(state, struct tegra_dsi_state, base); in to_dsi_state()
104 return to_dsi_state(dsi->output.connector.state); in tegra_dsi_get_state()
210 if (!crtc || !crtc->state->active) { in tegra_dsi_show_regs()
482 struct tegra_dsi_state *state; in tegra_dsi_configure() local
486 /* XXX: pass in state into this function? */ in tegra_dsi_configure()
488 state = tegra_dsi_get_state(dsi->master); in tegra_dsi_configure()
490 state = tegra_dsi_get_state(dsi); in tegra_dsi_configure()
492 mul = state->mul; in tegra_dsi_configure()
493 div = state in tegra_dsi_configure()
772 struct tegra_dsi_state *state = kzalloc(sizeof(*state), GFP_KERNEL); tegra_dsi_connector_reset() local
788 struct tegra_dsi_state *state = to_dsi_state(connector->state); tegra_dsi_connector_duplicate_state() local
911 struct tegra_dsi_state *state; tegra_dsi_encoder_enable() local
956 struct tegra_dsi_state *state = to_dsi_state(conn_state); tegra_dsi_encoder_atomic_check() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddsi.c50 to_dsi_state(struct drm_connector_state *state) in to_dsi_state() argument
52 return container_of(state, struct tegra_dsi_state, base); in to_dsi_state()
104 return to_dsi_state(dsi->output.connector.state); in tegra_dsi_get_state()
210 if (!crtc || !crtc->state->active) { in tegra_dsi_show_regs()
482 struct tegra_dsi_state *state; in tegra_dsi_configure() local
486 /* XXX: pass in state into this function? */ in tegra_dsi_configure()
488 state = tegra_dsi_get_state(dsi->master); in tegra_dsi_configure()
490 state = tegra_dsi_get_state(dsi); in tegra_dsi_configure()
492 mul = state->mul; in tegra_dsi_configure()
493 div = state in tegra_dsi_configure()
772 struct tegra_dsi_state *state = kzalloc(sizeof(*state), GFP_KERNEL); tegra_dsi_connector_reset() local
788 struct tegra_dsi_state *state = to_dsi_state(connector->state); tegra_dsi_connector_duplicate_state() local
911 struct tegra_dsi_state *state; tegra_dsi_encoder_enable() local
965 struct tegra_dsi_state *state = to_dsi_state(conn_state); tegra_dsi_encoder_atomic_check() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c125 * Dumps the state of the KVM segment given by @segment, to the FILE stream
157 * Dumps the state of the KVM dtable given by @dtable, to the FILE stream
388 * Sets the segment register pointed to by @segp to an unusable state.
602 /* Setup the MP state */ in vm_vcpu_add_default()
964 struct kvm_x86_state *state; in vcpu_save_state() local
970 TEST_ASSERT(nested_size <= sizeof(state->nested_), in vcpu_save_state()
971 "Nested state size too big, %i > %zi", in vcpu_save_state()
972 nested_size, sizeof(state->nested_)); in vcpu_save_state()
977 * guest state is consistent only after userspace re-enters the in vcpu_save_state()
978 * kernel with KVM_RUN. Complete IO prior to migrating state in vcpu_save_state()
1043 vcpu_load_state(struct kvm_vm *vm, uint32_t vcpuid, struct kvm_x86_state *state) vcpu_load_state() argument
[all...]
/kernel/linux/linux-5.10/net/sctp/
H A Dsm_sideeffect.c9 * These functions work with the state functions in sctp_sm_statefuns.c
10 * to implement that state operations. These functions implement the
42 enum sctp_state state,
51 enum sctp_state state,
229 * relevant state machine event.
252 /* Run through the state machine. */ in sctp_generate_t3_rtx_event()
255 asoc->state, in sctp_generate_t3_rtx_event()
294 /* Run through the state machine. */ in sctp_generate_timeout_event()
297 asoc->state, asoc->ep, asoc, in sctp_generate_timeout_event()
393 asoc->state, aso in sctp_generate_heartbeat_event()
856 sctp_cmd_new_state(struct sctp_cmd_seq *cmds, struct sctp_association *asoc, enum sctp_state state) sctp_cmd_new_state() argument
1033 sctp_cmd_assoc_change(struct sctp_cmd_seq *commands, struct sctp_association *asoc, u8 state) sctp_cmd_assoc_change() argument
1134 sctp_do_sm(struct net *net, enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, gfp_t gfp) sctp_do_sm() argument
1171 sctp_side_effects(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association **asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) sctp_side_effects() argument
1260 sctp_cmd_interpreter(enum sctp_event_type event_type, union sctp_subtype subtype, enum sctp_state state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, enum sctp_disposition status, struct sctp_cmd_seq *commands, gfp_t gfp) sctp_cmd_interpreter() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/console/
H A Dvgacon.c657 static void vga_vesa_blank(struct vgastate *state, int mode) in vga_vesa_blank() argument
662 vga_state.SeqCtrlIndex = vga_r(state->vgabase, VGA_SEQ_I); in vga_vesa_blank()
664 vga_state.CrtMiscIO = vga_r(state->vgabase, VGA_MIS_R); in vga_vesa_blank()
683 vga_state.ClockingMode = vga_rseq(state->vgabase, VGA_SEQ_CLOCK_MODE); in vga_vesa_blank()
689 vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, vga_state.ClockingMode | 0x20); in vga_vesa_blank()
693 vga_w(state->vgabase, VGA_MIS_W, vga_state.CrtMiscIO & 0xEF); in vga_vesa_blank()
722 vga_w(state->vgabase, VGA_SEQ_I, vga_state.SeqCtrlIndex); in vga_vesa_blank()
727 static void vga_vesa_unblank(struct vgastate *state) in vga_vesa_unblank() argument
731 vga_w(state->vgabase, VGA_MIS_W, vga_state.CrtMiscIO); in vga_vesa_unblank()
750 vga_wseq(state in vga_vesa_unblank()
758 vga_pal_blank(struct vgastate *state) vga_pal_blank() argument
827 vgacon_do_font_op(struct vgastate *state, char *arg, int set, bool ch512) vgacon_do_font_op() argument
[all...]
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_dtx.c66 u8 state; member
164 } state; member
212 static u16 sdtx_translate_base_state(struct sdtx_device *ddev, u8 state) in sdtx_translate_base_state() argument
214 switch (state) { in sdtx_translate_base_state()
225 dev_err(ddev->dev, "unknown base state: %#04x\n", state); in sdtx_translate_base_state()
226 return SDTX_UNKNOWN(state); in sdtx_translate_base_state()
294 info.state = sdtx_translate_base_state(ddev, raw.state); in sdtx_ioctl_get_base_info()
572 * events, then check and validate the device mode against the base state an
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_bw.c772 intel_atomic_get_old_bw_state(struct intel_atomic_state *state) in intel_atomic_get_old_bw_state() argument
774 struct drm_i915_private *dev_priv = to_i915(state->base.dev); in intel_atomic_get_old_bw_state()
777 bw_state = intel_atomic_get_old_global_obj_state(state, &dev_priv->display.bw.obj); in intel_atomic_get_old_bw_state()
783 intel_atomic_get_new_bw_state(struct intel_atomic_state *state) in intel_atomic_get_new_bw_state() argument
785 struct drm_i915_private *dev_priv = to_i915(state->base.dev); in intel_atomic_get_new_bw_state()
788 bw_state = intel_atomic_get_new_global_obj_state(state, &dev_priv->display.bw.obj); in intel_atomic_get_new_bw_state()
794 intel_atomic_get_bw_state(struct intel_atomic_state *state) in intel_atomic_get_bw_state() argument
796 struct drm_i915_private *dev_priv = to_i915(state->base.dev); in intel_atomic_get_bw_state()
799 bw_state = intel_atomic_get_global_obj_state(state, &dev_priv->display.bw.obj); in intel_atomic_get_bw_state()
1134 int intel_bw_calc_min_cdclk(struct intel_atomic_state *state, in intel_bw_calc_min_cdclk() argument
1208 intel_bw_check_data_rate(struct intel_atomic_state *state, bool *changed) intel_bw_check_data_rate() argument
1254 intel_bw_atomic_check(struct intel_atomic_state *state) intel_bw_atomic_check() argument
1295 struct intel_bw_state *state; intel_bw_duplicate_state() local
1304 intel_bw_destroy_state(struct intel_global_obj *obj, struct intel_global_state *state) intel_bw_destroy_state() argument
1317 struct intel_bw_state *state; intel_bw_init() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c38 /* r300_state_derived: Various bits of state which are dependent upon
128 struct r300_vertex_stream_state *vstream = r300->vertex_stream_state.state; in r300_swtcl_vertex_psc()
633 /* Now, after all that, see if we actually need to update the state. */ in r300_update_rs_block()
634 if (memcmp(r300->rs_block_state.state, &rs, sizeof(struct r300_rs_block))) { in r300_update_rs_block()
635 memcpy(r300->rs_block_state.state, &rs, sizeof(struct r300_rs_block)); in r300_update_rs_block()
789 struct r300_textures_state *state = in r300_merge_textures_and_samplers() local
790 (struct r300_textures_state*)r300->textures_state.state; in r300_merge_textures_and_samplers()
796 unsigned count = MIN2(state->sampler_view_count, in r300_merge_textures_and_samplers()
797 state->sampler_state_count); in r300_merge_textures_and_samplers()
804 state in r300_merge_textures_and_samplers()
1009 struct r300_textures_state *state = r300_decompress_depth_textures() local
1037 struct r300_fragment_program_external_state state; r300_validate_fragment_shader() local
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc295 /// State holds the current transform state
796 State state(ctx);
800 // maintaining an offset chain via the `state.TakeAccess()`,
801 // `state.AddAccess()` methods.
813 state.AddAccess(ident, {
815 state.ToOffset(0u),
828 if (auto access = state.TakeAccess(accessor->structure)) {
831 state.Mul(vec_ty->type()->Size(), swizzle->Indices()[0]);
832 state.AddAccess(accessor, {
834 state
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_peap.c38 } state; member
59 static const char * eap_peap_state_txt(int state) in eap_peap_state_txt() argument
61 switch (state) { in eap_peap_state_txt()
92 static void eap_peap_state(struct eap_peap_data *data, int state) in eap_peap_state() argument
95 eap_peap_state_txt(data->state), in eap_peap_state()
96 eap_peap_state_txt(state)); in eap_peap_state()
97 data->state = state; in eap_peap_state()
98 if (state == FAILURE || state in eap_peap_state()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_peap.c38 } state; member
59 static const char * eap_peap_state_txt(int state) in eap_peap_state_txt() argument
61 switch (state) { in eap_peap_state_txt()
92 static void eap_peap_state(struct eap_peap_data *data, int state) in eap_peap_state() argument
95 eap_peap_state_txt(data->state), in eap_peap_state()
96 eap_peap_state_txt(state)); in eap_peap_state()
97 data->state = state; in eap_peap_state()
98 if (state == FAILURE || state in eap_peap_state()
[all...]

Completed in 49 milliseconds

1...<<121122123124125126127128129130>>...859