/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4_fs.h | 137 * struct nfs4_state maintains the client-side state for a given 141 * In order to know when to OPEN_DOWNGRADE or CLOSE the state on the server, 150 struct nfs4_state * ls_state; /* Pointer to open state */ 166 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */ 167 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */ 168 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */ 170 NFS_STATE_RECLAIM_NOGRACE, /* OPEN stateid needs to recover state */ 172 NFS_STATE_RECOVERY_FAILED, /* OPEN stateid state recovery failed */ 174 NFS_STATE_CHANGE_WAIT, /* A state changing operation is outstanding */ 175 NFS_CLNT_DST_SSC_COPY_STATE, /* dst server open state o 199 fmode_t state; /* State on the server (R,W, or RW) */ global() member 208 struct nfs4_state *state; global() member 243 struct nfs4_state *state; global() member 632 nfs4_valid_open_stateid(const struct nfs4_state *state) nfs4_valid_open_stateid() argument 637 nfs4_state_match_open_stateid_other(const struct nfs4_state *state, const nfs4_stateid *stateid) nfs4_state_match_open_stateid_other() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_port.c | 76 struct mlx4_en_port_state *state = &priv->port_state; in mlx4_en_QUERY_PORT() local 92 state->link_state = !!(qport_context->link_up & MLX4_EN_LINK_UP_MASK); in mlx4_en_QUERY_PORT() 95 state->link_speed = SPEED_100; in mlx4_en_QUERY_PORT() 98 state->link_speed = SPEED_1000; in mlx4_en_QUERY_PORT() 102 state->link_speed = SPEED_10000; in mlx4_en_QUERY_PORT() 105 state->link_speed = SPEED_20000; in mlx4_en_QUERY_PORT() 108 state->link_speed = SPEED_40000; in mlx4_en_QUERY_PORT() 111 state->link_speed = SPEED_56000; in mlx4_en_QUERY_PORT() 114 state->link_speed = -1; in mlx4_en_QUERY_PORT() 118 state in mlx4_en_QUERY_PORT() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | regd.c | 348 rtwdev->regd.state = RTW_REGD_STATE_PROGRAMMED; in rtw_regd_init() 357 rtwdev->regd.state = RTW_REGD_STATE_WORLDWIDE; in rtw_regd_init() 362 rtw_dbg_regd_dump(rtwdev, "regd init state %d: ", rtwdev->regd.state); in rtw_regd_init() 377 if (rtwdev->regd.state == RTW_REGD_STATE_PROGRAMMED) { in rtw_regd_hint() 400 next_regd->state = RTW_REGD_STATE_WORLDWIDE; in rtw_regd_mgmt_worldwide() 404 next_regd->state = RTW_REGD_STATE_SETTING; in rtw_regd_mgmt_worldwide() 417 next_regd->state = RTW_REGD_STATE_PROGRAMMED; in rtw_regd_mgmt_programmed() 433 next_regd->state = RTW_REGD_STATE_SETTING; in rtw_regd_mgmt_setting() 436 next_regd->state in rtw_regd_mgmt_setting() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_fbdev.c | 405 to_intel_crtc_state(crtc->base.state); in intel_fbdev_init_bios() 409 to_intel_plane_state(plane->base.state); in intel_fbdev_init_bios() 445 to_intel_crtc_state(crtc->base.state); in intel_fbdev_init_bios() 516 to_intel_crtc_state(crtc->base.state); in intel_fbdev_init_bios() 520 to_intel_plane_state(plane->base.state); in intel_fbdev_init_bios() 639 static void intel_fbdev_hpd_set_suspend(struct drm_i915_private *i915, int state) in intel_fbdev_hpd_set_suspend() argument 645 ifbdev->hpd_suspended = state == FBINFO_STATE_SUSPENDED; in intel_fbdev_hpd_set_suspend() 656 void intel_fbdev_set_suspend(struct drm_device *dev, int state, bool synchronous) in intel_fbdev_set_suspend() argument 681 if (state != FBINFO_STATE_RUNNING) in intel_fbdev_set_suspend() 691 drm_WARN_ON(dev, state ! in intel_fbdev_set_suspend() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-region-hash.c | 55 * lists in the region_hash, with the 'state', 'list' and 64 /* holds persistent region state */ 108 int state; member 299 nreg->state = rh->log->type->in_sync(rh->log, region, 1) ? in __rh_alloc() 314 if (nreg->state == DM_RH_CLEAN) { in __rh_alloc() 351 return reg->state; in dm_rh_get_state() 394 * marked clean by setting the state DM_RH_NOSYNC. 433 recovering = (reg->state == DM_RH_RECOVERING); in dm_rh_mark_nosync() 434 reg->state = DM_RH_NOSYNC; in dm_rh_mark_nosync() 516 if (reg->state in rh_inc() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | BytesTrie.java | 21 * Traverses a byte-serialized data structure with minimal state, 53 * Makes a shallow copy of the other trie reader object and its state. 67 * Clones this trie reader object and its state, 78 * Resets this trie to its initial state. 89 * Returns the state of this trie as a 64-bit integer. 90 * The state value is never 0. 92 * @return opaque state value 101 * Resets this trie to the saved state. 102 * Unlike {@link #resetToState(State)}, the 64-bit state value 107 * @param state Th 114 resetToState64(long state) resetToState64() argument 144 saveState(State state) saveState() argument 164 resetToState(State state) resetToState() argument [all...] |
H A D | CharsTrie.java | 24 * Traverses a char-serialized data structure with minimal state, 56 * Makes a shallow copy of the other trie reader object and its state. 70 * Clones this trie reader object and its state, 81 * Resets this trie to its initial state. 92 * Returns the state of this trie as a 64-bit integer. 93 * The state value is never 0. 95 * @return opaque state value 104 * Resets this trie to the saved state. 105 * Unlike {@link #resetToState(State)}, the 64-bit state value 110 * @param state Th 117 resetToState64(long state) resetToState64() argument 147 saveState(State state) saveState() argument 167 resetToState(State state) resetToState() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | BytesTrie.java | 22 * Traverses a byte-serialized data structure with minimal state, 53 * Makes a shallow copy of the other trie reader object and its state. 65 * Clones this trie reader object and its state, 75 * Resets this trie to its initial state. 85 * Returns the state of this trie as a 64-bit integer. 86 * The state value is never 0. 88 * @return opaque state value 96 * Resets this trie to the saved state. 97 * Unlike {@link #resetToState(State)}, the 64-bit state value 102 * @param state Th 108 resetToState64(long state) resetToState64() argument 136 saveState(State state) saveState() argument 155 resetToState(State state) resetToState() argument [all...] |
H A D | CharsTrie.java | 25 * Traverses a char-serialized data structure with minimal state, 56 * Makes a shallow copy of the other trie reader object and its state. 68 * Clones this trie reader object and its state, 78 * Resets this trie to its initial state. 88 * Returns the state of this trie as a 64-bit integer. 89 * The state value is never 0. 91 * @return opaque state value 99 * Resets this trie to the saved state. 100 * Unlike {@link #resetToState(State)}, the 64-bit state value 105 * @param state Th 111 resetToState64(long state) resetToState64() argument 139 saveState(State state) saveState() argument 158 resetToState(State state) resetToState() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state_validate.c | 48 nv30->state.rt_enable = (NV30_3D_RT_ENABLE_COLOR0 << fb->nr_cbufs) - 1; in nv30_validate_fb() 49 if (nv30->state.rt_enable > 1) in nv30_validate_fb() 50 nv30->state.rt_enable |= NV30_3D_RT_ENABLE_MRT; in nv30_validate_fb() 86 if (nv30->state.rt_enable) { in nv30_validate_fb() 116 if ((nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR0) || fb->zsbuf) { in nv30_validate_fb() 141 if (nv30->state.rt_enable & NV30_3D_RT_ENABLE_COLOR1) { in nv30_validate_fb() 151 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR2) { in nv30_validate_fb() 162 if (nv30->state.rt_enable & NV40_3D_RT_ENABLE_COLOR3) { in nv30_validate_fb() 231 rast_scissor != nv30->state.scissor_off) in nv30_validate_scissor() 233 nv30->state in nv30_validate_scissor() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-switch-on-port-available.c | 137 void *state; in try_to_switch_profile() local 148 PA_HASHMAP_FOREACH(profile, port->profiles, state) { in try_to_switch_profile() 212 uint32_t state; in find_port_pointers() local 220 PA_IDXSET_FOREACH(pp.sink, card->sinks, state) in find_port_pointers() 226 PA_IDXSET_FOREACH(pp.source, card->sources, state) in find_port_pointers() 266 void *state; in switch_from_port() local 272 PA_HASHMAP_FOREACH(p, port->card->ports, state) { in switch_from_port() 371 void *state; in find_best_profile() local 376 PA_HASHMAP_FOREACH(profile, card->profiles, state) { in find_best_profile() 413 uint32_t state; in handle_all_unavailable() local 428 void *state; new_sink_source() local [all...] |
/third_party/pulseaudio/src/modules/rtp/ |
H A D | rtsp_client.c | 66 pa_rtsp_state_t state; member 149 if (STATE_SETUP == c->state) { in headers_read() 187 c->callback(c, c->state, c->status, c->response_headers, c->userdata); in headers_read() 332 pa_assert(STATE_CONNECT == c->state); in on_connection() 375 c->callback(c, c->state, STATUS_OK, NULL, c->userdata); in on_connection() 393 c->state = STATE_CONNECT; in pa_rtsp_connect() 531 c->state = STATE_OPTIONS; in pa_rtsp_options() 548 c->state = STATE_ANNOUNCE; in pa_rtsp_announce() 566 c->state = STATE_SETUP; in pa_rtsp_setup() 594 c->state in pa_rtsp_record() [all...] |
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | sbni.c | 82 unsigned int state; member 412 nl->state |= FL_SLOW_MODE; in sbni_probe1() 422 ((nl->state & FL_SLOW_MODE) ? 500000 : 2000000) in sbni_probe1() 454 if( nl->tx_buf_p || (nl->state & FL_LINE_DOWN) ) { in sbni_start_xmit() 546 if( nl->state & FL_SLAVE ) in handle_channel() 558 req_ans = !(nl->state & FL_PREV_OK); in handle_channel() 571 /* if state & FL_NEED_RESEND != 0 then tx_frameno != 0 */ in handle_channel() 582 if( nl->state & FL_SLAVE ) in handle_channel() 614 nl->state |= FL_PREV_OK; in recv_frame() 618 nl->state in recv_frame() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_output.c | 651 struct ip_frag_state *state) in ip_frag_init() 655 state->DF = DF; in ip_frag_init() 656 state->hlen = hlen; in ip_frag_init() 657 state->ll_rs = ll_rs; in ip_frag_init() 658 state->mtu = mtu; in ip_frag_init() 660 state->left = skb->len - hlen; /* Space per frame */ in ip_frag_init() 661 state->ptr = hlen; /* Where to start from */ in ip_frag_init() 663 state->offset = (ntohs(iph->frag_off) & IP_OFFSET) << 3; in ip_frag_init() 664 state->not_last_frag = iph->frag_off & htons(IP_MF); in ip_frag_init() 684 struct sk_buff *ip_frag_next(struct sk_buff *skb, struct ip_frag_state *state) in ip_frag_next() argument 649 ip_frag_init(struct sk_buff *skb, unsigned int hlen, unsigned int ll_rs, unsigned int mtu, bool DF, struct ip_frag_state *state) ip_frag_init() argument 777 struct ip_frag_state state; ip_do_fragment() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 112 * Result: Updates calculated bandwidth in the plane state. 162 * Result: Updates calculated clock in the plane state. 620 struct dpu_plane_state *pstate = to_dpu_plane_state(plane->state); in _dpu_plane_color_fill() 789 struct drm_atomic_state *state) in dpu_plane_atomic_check() 791 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in dpu_plane_atomic_check() 810 crtc_state = drm_atomic_get_new_crtc_state(state, in dpu_plane_atomic_check() 819 DPU_DEBUG_PLANE(pdpu, "Check plane state failed (%d)\n", ret); in dpu_plane_atomic_check() 840 /* state->src is 16.16, src_rect is not */ in dpu_plane_atomic_check() 945 to_dpu_format(msm_framebuffer_format(pdpu->base.state->fb)); in dpu_plane_flush_csc() 969 if (!plane || !plane->state) { in dpu_plane_flush() 788 dpu_plane_atomic_check(struct drm_plane *plane, struct drm_atomic_state *state) dpu_plane_atomic_check() argument 1022 struct drm_plane_state *state = plane->state; dpu_plane_sspp_update_pipe() local 1087 struct drm_plane_state *state = plane->state; dpu_plane_sspp_atomic_update() local 1148 struct drm_plane_state *state = plane->state; _dpu_plane_atomic_disable() local 1166 dpu_plane_atomic_update(struct drm_plane *plane, struct drm_atomic_state *state) dpu_plane_atomic_update() argument 1207 dpu_plane_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) dpu_plane_destroy_state() argument 1274 dpu_plane_atomic_print_state(struct drm_printer *p, const struct drm_plane_state *state) dpu_plane_atomic_print_state() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gv100.c | 184 gv100_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in gv100_sor_state() argument 187 const u32 coff = (state == &sor->arm) * 0x8000 + sor->id * 0x20; in gv100_sor_state() 190 state->proto_evo = (ctrl & 0x00000f00) >> 8; in gv100_sor_state() 191 switch (state->proto_evo) { in gv100_sor_state() 192 case 0: state->proto = LVDS; state->link = 1; break; in gv100_sor_state() 193 case 1: state->proto = TMDS; state->link = 1; break; in gv100_sor_state() 194 case 2: state->proto = TMDS; state in gv100_sor_state() 266 gv100_head_state(struct nvkm_head *head, struct nvkm_head_state *state) gv100_head_state() argument [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 498 * queries that are in the unavailable state at the time of the in get_query_pool_results() 500 * availability state is still written to pData for those queries in get_query_pool_results() 830 struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->draw_cs : &cmdbuf->cs; in emit_begin_occlusion_query() 849 struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->draw_cs : &cmdbuf->cs; in emit_begin_stat_query() 853 bool need_cond_exec = cmdbuf->state.pass && cmdbuf->state.prim_counters_running; in emit_begin_stat_query() 854 cmdbuf->state.prim_counters_running++; in emit_begin_stat_query() 909 struct tu_cs *cs = cmdbuf->state.pass ? &cmdbuf->draw_cs : &cmdbuf->cs; in emit_begin_perf_query() 912 if (cmdbuf->state.pass) { in emit_begin_perf_query() 913 cmdbuf->state in emit_begin_perf_query() [all...] |
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_4th.cpp | 107 msg.state = 1;
in HWTEST_F() 3487 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3512 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3536 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3560 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3584 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3608 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3632 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3656 msgIoInfo.state = static_cast<int32_t>(SimMessageStatus::SIM_MESSAGE_STATUS_SENT);
in HWTEST_F() 3680 msgIoInfo.state in HWTEST_F() [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 441 // See the series of events below and the corresponding state reported by dear imgui: 3766 static void stb_textedit_replace(ImGuiInputTextState* str, STB_TexteditState* state, const STB_TEXTEDIT_CHARTYPE* text, int text_len) in stb_textedit_replace() argument 3768 stb_text_makeundo_replace(str, state, 0, str->CurLenW, text_len); in stb_textedit_replace() 3774 state->cursor = text_len; in stb_textedit_replace() 3775 state->has_preferred_x = 0; in stb_textedit_replace() 4024 // We are only allowed to access the state if we are already the active widget. in InputTextEx() 4025 ImGuiInputTextState* state = GetInputTextState(id); in InputTextEx() local 4031 const bool user_scroll_finish = is_multiline && state != NULL && g.ActiveId == 0 && g.ActiveIdPreviousFrame == GetWindowScrollbarID(draw_window, ImGuiAxis_Y); in InputTextEx() 4032 const bool user_scroll_active = is_multiline && state != NULL && g.ActiveId == GetWindowScrollbarID(draw_window, ImGuiAxis_Y); in InputTextEx() 4038 const bool init_changed_specs = (state ! in InputTextEx() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 101 if (ctx->batch.state && !screen->device_lost) { in zink_context_destroy() 137 if (ctx->batch.state) { in zink_context_destroy() 138 zink_clear_batch_state(ctx, ctx->batch.state); in zink_context_destroy() 139 zink_batch_state_destroy(screen, ctx->batch.state); in zink_context_destroy() 333 const struct pipe_sampler_state *state) in zink_create_sampler_state() 342 if (screen->info.have_EXT_non_seamless_cube_map && !state->seamless_cube_map) in zink_create_sampler_state() 344 sci.unnormalizedCoordinates = !state->normalized_coords; in zink_create_sampler_state() 345 sci.magFilter = zink_filter(state->mag_img_filter); in zink_create_sampler_state() 349 sci.minFilter = zink_filter(state->min_img_filter); in zink_create_sampler_state() 354 switch (state in zink_create_sampler_state() 332 zink_create_sampler_state(struct pipe_context *pctx, const struct pipe_sampler_state *state) zink_create_sampler_state() argument 605 struct zink_sampler_state *state = ctx->sampler_states[shader][slot]; update_descriptor_state_sampler() local 698 struct zink_sampler_state *state = samplers[i]; zink_bind_sampler_states() local 885 zink_create_sampler_view(struct pipe_context *pctx, struct pipe_resource *pres, const struct pipe_sampler_view *state) zink_create_sampler_view() argument 1187 zink_set_viewport_states(struct pipe_context *pctx, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *state) zink_set_viewport_states() argument 1821 zink_create_texture_handle(struct pipe_context *pctx, struct pipe_sampler_view *view, const struct pipe_sampler_state *state) zink_create_texture_handle() argument 2806 zink_set_framebuffer_state(struct pipe_context *pctx, const struct pipe_framebuffer_state *state) zink_set_framebuffer_state() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bset.c | 1174 void bch_bset_sort_state_free(struct bset_sort_state *state) in bch_bset_sort_state_free() argument 1176 mempool_exit(&state->pool); in bch_bset_sort_state_free() 1179 int bch_bset_sort_state_init(struct bset_sort_state *state, in bch_bset_sort_state_init() argument 1182 spin_lock_init(&state->time.lock); in bch_bset_sort_state_init() 1184 state->page_order = page_order; in bch_bset_sort_state_init() 1185 state->crit_factor = int_sqrt(1 << page_order); in bch_bset_sort_state_init() 1187 return mempool_init_page_pool(&state->pool, 1, page_order); in bch_bset_sort_state_init() 1233 struct bset_sort_state *state) in __btree_sort() 1242 BUG_ON(order > state->page_order); in __btree_sort() 1244 outp = mempool_alloc(&state in __btree_sort() 1231 __btree_sort(struct btree_keys *b, struct btree_iter *iter, unsigned int start, unsigned int order, bool fixup, struct bset_sort_state *state) __btree_sort() argument 1288 bch_btree_sort_partial(struct btree_keys *b, unsigned int start, struct bset_sort_state *state) bch_btree_sort_partial() argument 1311 bch_btree_sort_and_fix_extents(struct btree_keys *b, struct btree_iter *iter, struct bset_sort_state *state) bch_btree_sort_and_fix_extents() argument 1318 bch_btree_sort_into(struct btree_keys *b, struct btree_keys *new, struct bset_sort_state *state) bch_btree_sort_into() argument 1335 bch_btree_sort_lazy(struct btree_keys *b, struct bset_sort_state *state) bch_btree_sort_lazy() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | baycom_epp.c | 176 unsigned int bitbuf, bitstream, numbits, state; member 186 enum { tx_idle = 0, tx_keyup, tx_data, tx_tail } state; member 426 if (bc->hdlctx.state == tx_tail && !(stat & EPP_PTTBIT)) in transmit() 427 bc->hdlctx.state = tx_idle; in transmit() 428 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) { in transmit() 445 if (bc->hdlctx.state == tx_idle && bc->hdlctx.bufcnt > 0) { in transmit() 446 bc->hdlctx.state = tx_keyup; in transmit() 451 switch (bc->hdlctx.state) { in transmit() 457 bc->hdlctx.state = tx_data; in transmit() 471 bc->hdlctx.state in transmit() 555 unsigned int bitbuf, notbitstream, bitstream, numbits, state; receive() local [all...] |
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | stream.c | 623 m_rt->stream->state == SDW_STREAM_CONFIGURED) in sdw_program_params() 641 if (m_rt->stream->state != SDW_STREAM_ENABLED) in sdw_program_params() 898 stream->state = SDW_STREAM_ALLOCATED; in sdw_alloc_stream() 1104 stream->state = SDW_STREAM_RELEASED; in sdw_stream_remove_master() 1396 * Change stream state to CONFIGURED on first Slave add. in sdw_stream_add_slave() 1399 * change stream state to CONFIGURED. in sdw_stream_add_slave() 1401 stream->state = SDW_STREAM_CONFIGURED; in sdw_stream_add_slave() 1562 stream->state = SDW_STREAM_PREPARED; in _sdw_prepare_stream() 1590 if (stream->state == SDW_STREAM_PREPARED) { in sdw_prepare_stream() 1595 if (stream->state ! in sdw_prepare_stream() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | sprd_serial.c | 209 struct circ_buf *xmit = &port->state->xmit; in sprd_stop_tx_dma() 210 struct dma_tx_state state; in sprd_stop_tx_dma() local 215 dmaengine_tx_status(sp->tx_dma.chn, sp->tx_dma.cookie, &state); in sprd_stop_tx_dma() 216 if (state.residue) { in sprd_stop_tx_dma() 217 trans_len = state.residue - sp->tx_dma.phys_addr; in sprd_stop_tx_dma() 232 struct circ_buf *xmit = &port->state->xmit; in sprd_tx_buf_remap() 249 struct circ_buf *xmit = &port->state->xmit; in sprd_complete_tx_dma() 325 struct circ_buf *xmit = &port->state->xmit; in sprd_start_tx_dma() 391 struct tty_port *tty = &port->state->port; in sprd_uart_dma_rx() 402 struct dma_tx_state state; in sprd_uart_dma_irq() local 431 struct dma_tx_state state; sprd_complete_rx_dma() local 905 sprd_pm(struct uart_port *port, unsigned int state, unsigned int oldstate) sprd_pm() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sa1100fb.c | 220 static void set_ctrlr_state(struct sa1100fb_info *fbi, u_int state); 222 static inline void sa1100fb_schedule_work(struct sa1100fb_info *fbi, u_int state) in sa1100fb_schedule_work() argument 235 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in sa1100fb_schedule_work() 236 state = (u_int) -1; in sa1100fb_schedule_work() 237 if (fbi->task_state == C_DISABLE && state == C_ENABLE) in sa1100fb_schedule_work() 238 state = C_REENABLE; in sa1100fb_schedule_work() 240 if (state != (u_int)-1) { in sa1100fb_schedule_work() 241 fbi->task_state = state; in sa1100fb_schedule_work() 498 * This refers to the state of the display when it is in full operation 500 * This defines an optional operating state o 865 set_ctrlr_state(struct sa1100fb_info *fbi, u_int state) set_ctrlr_state() argument 964 u_int state = xchg(&fbi->task_state, -1); sa1100fb_task() local 1002 sa1100fb_suspend(struct platform_device *dev, pm_message_t state) sa1100fb_suspend() argument [all...] |