Home
last modified time | relevance | path

Searched refs:state (Results 3226 - 3250 of 20529) sorted by relevance

1...<<121122123124125126127128129130>>...822

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_fb.c134 struct drm_plane_state *state, struct omap_overlay_info *info) in omap_framebuffer_update_scanout()
142 info->pos_x = state->crtc_x; in omap_framebuffer_update_scanout()
143 info->pos_y = state->crtc_y; in omap_framebuffer_update_scanout()
144 info->out_width = state->crtc_w; in omap_framebuffer_update_scanout()
145 info->out_height = state->crtc_h; in omap_framebuffer_update_scanout()
146 info->width = state->src_w >> 16; in omap_framebuffer_update_scanout()
147 info->height = state->src_h >> 16; in omap_framebuffer_update_scanout()
150 if (drm_rotation_90_or_270(state->rotation)) in omap_framebuffer_update_scanout()
153 x = state->src_x >> 16; in omap_framebuffer_update_scanout()
154 y = state in omap_framebuffer_update_scanout()
133 omap_framebuffer_update_scanout(struct drm_framebuffer *fb, struct drm_plane_state *state, struct omap_overlay_info *info) omap_framebuffer_update_scanout() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/altmodes/
H A Ddisplayport.c61 enum dp_state state; member
73 u8 state = get_count_order(DP_CONF_GET_PIN_ASSIGN(dp->data.conf)); in dp_altmode_notify() local
75 return typec_altmode_notify(dp->alt, TYPEC_MODAL_STATE(state), in dp_altmode_notify()
135 dp->state = DP_STATE_CONFIGURE; in dp_altmode_status_update()
137 dp->state = DP_STATE_EXIT; in dp_altmode_status_update()
141 dp->state = DP_STATE_CONFIGURE; in dp_altmode_status_update()
204 switch (dp->state) { in dp_altmode_work()
233 dp->state = DP_STATE_IDLE; in dp_altmode_work()
245 old_state = dp->state; in dp_altmode_attention()
249 dev_warn(&alt->dev, "ATTENTION while processing state in dp_altmode_attention()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c48 pstate = to_dpu_plane_state(plane->state); in _dpu_core_perf_calc_bw()
68 * @state - pointer to a crtc state
72 struct drm_crtc *crtc, struct drm_crtc_state *state) in _dpu_core_perf_calc_clk()
80 mode = &state->adjusted_mode; in _dpu_core_perf_calc_clk()
85 pstate = to_dpu_plane_state(plane->state); in _dpu_core_perf_calc_clk()
110 struct drm_crtc_state *state, in _dpu_core_perf_calc_crtc()
115 if (!kms || !kms->catalog || !crtc || !state || !perf) { in _dpu_core_perf_calc_crtc()
120 dpu_cstate = to_dpu_crtc_state(state); in _dpu_core_perf_calc_crtc()
134 perf->core_clk_rate = _dpu_core_perf_calc_clk(kms, crtc, state); in _dpu_core_perf_calc_crtc()
71 _dpu_core_perf_calc_clk(struct dpu_kms *kms, struct drm_crtc *crtc, struct drm_crtc_state *state) _dpu_core_perf_calc_clk() argument
108 _dpu_core_perf_calc_crtc(struct dpu_kms *kms, struct drm_crtc *crtc, struct drm_crtc_state *state, struct dpu_core_perf_params *perf) _dpu_core_perf_calc_crtc() argument
143 dpu_core_perf_crtc_check(struct drm_crtc *crtc, struct drm_crtc_state *state) dpu_core_perf_crtc_check() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c53 const u32 format = mxsfb->crtc.primary->state->fb->format->format; in mxsfb_set_formats()
212 struct drm_framebuffer *fb = plane->state->fb; in mxsfb_get_fb_paddr()
228 struct drm_display_mode *m = &mxsfb->crtc.state->adjusted_mode; in mxsfb_crtc_mode_set_nofb()
313 struct drm_crtc_state *state) in mxsfb_crtc_atomic_check()
315 bool has_primary = state->plane_mask & in mxsfb_crtc_atomic_check()
319 if (state->active && !has_primary) in mxsfb_crtc_atomic_check()
323 return drm_atomic_add_affected_planes(state->state, crtc); in mxsfb_crtc_atomic_check()
331 event = crtc->state->event; in mxsfb_crtc_atomic_flush()
332 crtc->state in mxsfb_crtc_atomic_flush()
312 mxsfb_crtc_atomic_check(struct drm_crtc *crtc, struct drm_crtc_state *state) mxsfb_crtc_atomic_check() argument
472 struct drm_plane_state *state = plane->state; mxsfb_plane_overlay_atomic_update() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ep0.c56 enum usb_device_state state = pdev->gadget.state; in cdnsp_ep0_set_config() local
62 switch (state) { in cdnsp_ep0_set_config()
64 trace_cdnsp_ep0_set_config("from Address state"); in cdnsp_ep0_set_config()
67 trace_cdnsp_ep0_set_config("from Configured state"); in cdnsp_ep0_set_config()
70 dev_err(pdev->dev, "Set Configuration - bad device state\n"); in cdnsp_ep0_set_config()
87 enum usb_device_state state = pdev->gadget.state; in cdnsp_ep0_set_address() local
102 if (state == USB_STATE_CONFIGURED) { in cdnsp_ep0_set_address()
206 enum usb_device_state state; in cdnsp_ep0_handle_feature_device() local
344 enum usb_device_state state = pdev->gadget.state; cdnsp_ep0_set_sel() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Domap_fb.c136 struct drm_plane_state *state, in omap_framebuffer_update_scanout()
146 info->pos_x = state->crtc_x; in omap_framebuffer_update_scanout()
147 info->pos_y = state->crtc_y; in omap_framebuffer_update_scanout()
148 info->out_width = state->crtc_w; in omap_framebuffer_update_scanout()
149 info->out_height = state->crtc_h; in omap_framebuffer_update_scanout()
150 info->width = state->src_w >> 16; in omap_framebuffer_update_scanout()
151 info->height = state->src_h >> 16; in omap_framebuffer_update_scanout()
154 if (drm_rotation_90_or_270(state->rotation)) in omap_framebuffer_update_scanout()
157 x = state->src_x >> 16; in omap_framebuffer_update_scanout()
158 y = state in omap_framebuffer_update_scanout()
135 omap_framebuffer_update_scanout(struct drm_framebuffer *fb, struct drm_plane_state *state, struct omap_overlay_info *info, struct omap_overlay_info *r_info) omap_framebuffer_update_scanout() argument
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_kvp.c64 * Global state maintained for transaction that is being processed. For a class
78 int state; /* hvutil_device_state */ member
86 * This state maintains the version number registered by the daemon.
114 /* Transaction is finished, reset the state here to avoid races. */ in kvp_poll_wrapper()
115 kvp_transaction.state = HVUTIL_READY; in kvp_poll_wrapper()
213 if (kvp_transaction.state < HVUTIL_READY) { in kvp_on_msg()
218 if (kvp_transaction.state < HVUTIL_USERSPACE_REQ) in kvp_on_msg()
221 kvp_transaction.state = HVUTIL_USERSPACE_RECV; in kvp_on_msg()
384 /* The transaction state is wrong. */ in kvp_send_key()
385 if (kvp_transaction.state ! in kvp_send_key()
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H A Drxperf.c61 enum rxperf_call_state state; member
85 call->state = to; in rxperf_set_call_state()
91 if (call->state != RXPERF_CALL_COMPLETE) { in rxperf_set_call_complete()
94 call->state = RXPERF_CALL_COMPLETE; in rxperf_set_call_complete()
120 if (call->state != RXPERF_CALL_COMPLETE) in rxperf_notify_rx()
154 call->state = RXPERF_CALL_SV_AWAIT_PARAMS; in rxperf_charge_preallocation()
278 enum rxperf_call_state state; in rxperf_deliver_to_call() local
282 if (call->state == RXPERF_CALL_COMPLETE) in rxperf_deliver_to_call()
285 while (state = call->state, in rxperf_deliver_to_call()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dextract_extradata_bsf.c235 uint32_t state = UINT32_MAX; in extract_extradata_vc1() local
239 ptr = avpriv_find_start_code(ptr, end, &state); in extract_extradata_vc1()
240 if (state == VC1_CODE_SEQHDR || state == VC1_CODE_ENTRYPOINT) { in extract_extradata_vc1()
242 } else if (has_extradata && IS_MARKER(state)) { in extract_extradata_vc1()
269 uint32_t state = UINT32_MAX; in extract_extradata_mpeg12() local
273 state = (state << 8) | pkt->data[i]; in extract_extradata_mpeg12()
274 if (state == 0x1B3) in extract_extradata_mpeg12()
276 else if (found && state ! in extract_extradata_mpeg12()
299 uint32_t state = UINT32_MAX; extract_extradata_mpeg4() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_adynamicequalizer.c46 AVFrame *state; member
54 s->state = ff_get_audio_buffer(inlink, 8); in config_input()
55 if (!s->state) in config_input()
91 double thresdb, double slewfactor, double *state, in get_gain()
113 if (Lyg >= state[2]) in get_gain()
124 Ly1 = fmax(Lxl, release_coeff * state[1] +(1. - release_coeff) * Lxl); in get_gain()
125 Lyl = attack_coeff * state[0] + (1. - attack_coeff) * Ly1; in get_gain()
130 state[0] = Lyl; in get_gain()
131 state[1] = Ly1; in get_gain()
132 state[ in get_gain()
89 get_gain(double in, double srate, double makeup, double aattack, double iratio, double knee, double range, double thresdb, double slewfactor, double *state, double attack_coeff, double release_coeff, double nc) get_gain() argument
185 double *state = (double *)s->state->extended_data[ch]; filter_channels() local
[all...]
/third_party/lzma/C/
H A DSha256Opt.c154 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks);
158 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks) in Sha256_UpdateBlocks_HW() argument
167 state0 = _mm_loadu_si128((const __m128i *) (const void *) &state[0]); in Sha256_UpdateBlocks_HW()
168 state1 = _mm_loadu_si128((const __m128i *) (const void *) &state[4]); in Sha256_UpdateBlocks_HW()
203 _mm_storeu_si128((__m128i *) (void *) &state[0], state0); in Sha256_UpdateBlocks_HW()
204 _mm_storeu_si128((__m128i *) (void *) &state[4], state1); in Sha256_UpdateBlocks_HW()
295 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks);
299 void Z7_FASTCALL Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks) in Sha256_UpdateBlocks_HW() argument
306 state0 = LOAD_128(&state[0]); in Sha256_UpdateBlocks_HW()
307 state1 = LOAD_128(&state[ in Sha256_UpdateBlocks_HW()
355 Sha256_UpdateBlocks_HW(UInt32 state[8], const Byte *data, size_t numBlocks) Sha256_UpdateBlocks_HW() argument
[all...]
/third_party/lwip/src/netif/ppp/polarssl/
H A Dmd5.c79 ctx->state[0] = 0x67452301; in md5_starts()
80 ctx->state[1] = 0xEFCDAB89; in md5_starts()
81 ctx->state[2] = 0x98BADCFE; in md5_starts()
82 ctx->state[3] = 0x10325476; in md5_starts()
113 A = ctx->state[0]; in md5_process()
114 B = ctx->state[1]; in md5_process()
115 C = ctx->state[2]; in md5_process()
116 D = ctx->state[3]; in md5_process()
202 ctx->state[0] += A; in md5_process()
203 ctx->state[ in md5_process()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp32 Context9::Context9(const gl::State &state, gl::ErrorSet *errorSet, Renderer9 *renderer) in Context9() argument
33 : ContextD3D(state, errorSet), mRenderer(renderer) in Context9()
68 TextureImpl *Context9::createTexture(const gl::TextureState &state) in createTexture() argument
70 switch (state.getType()) in createTexture()
75 return new TextureD3D_2D(state, mRenderer); in createTexture()
77 return new TextureD3D_Cube(state, mRenderer); in createTexture()
79 return new TextureD3D_External(state, mRenderer); in createTexture()
86 RenderbufferImpl *Context9::createRenderbuffer(const gl::RenderbufferState &state) in createRenderbuffer() argument
88 return new RenderbufferD3D(state, mRenderer); in createRenderbuffer()
91 BufferImpl *Context9::createBuffer(const gl::BufferState &state) in createBuffer() argument
118 createTransformFeedback(const gl::TransformFeedbackState &state) createTransformFeedback() argument
124 createSampler(const gl::SamplerState &state) createSampler() argument
147 createOverlay(const gl::OverlayState &state) createOverlay() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py161 def addVUID(self, para, state):
162 hangIndent = state.hangIndent
165 if not state.isVU or self.nextvu is None:
255 state.apiName,
264 state.lineNumber)
268 logDiag('Assigning', self.vuPrefix, state.apiName, self.nextvu,
280 def transformParagraph(self, para, state):
293 para, hangIndent = self.addVUID(para, state)
298 logDiag('transformParagraph lead indent = ', state.leadIndent,
299 'hangIndent =', state
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DContextNULL.cpp62 ContextNULL::ContextNULL(const gl::State &state, in ContextNULL() argument
65 : ContextImpl(state, errorSet), mAllocationTracker(allocationTracker) in ContextNULL()
428 TextureImpl *ContextNULL::createTexture(const gl::TextureState &state) in createTexture() argument
430 return new TextureNULL(state); in createTexture()
433 RenderbufferImpl *ContextNULL::createRenderbuffer(const gl::RenderbufferState &state) in createRenderbuffer() argument
435 return new RenderbufferNULL(state); in createRenderbuffer()
438 BufferImpl *ContextNULL::createBuffer(const gl::BufferState &state) in createBuffer() argument
440 return new BufferNULL(state, mAllocationTracker); in createBuffer()
463 TransformFeedbackImpl *ContextNULL::createTransformFeedback(const gl::TransformFeedbackState &state) in createTransformFeedback() argument
465 return new TransformFeedbackNULL(state); in createTransformFeedback()
468 createSampler(const gl::SamplerState &state) createSampler() argument
473 createProgramPipeline(const gl::ProgramPipelineState &state) createProgramPipeline() argument
490 createOverlay(const gl::OverlayState &state) createOverlay() argument
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_fingerprint.cpp244 state [0] = 0x67452301; in Reset()
245 state [1] = 0xefcdab89; in Reset()
246 state [2] = 0x98badcfe; in Reset()
247 state [3] = 0x10325476; in Reset()
291 MD5Transform (state, buffer); in Process()
296 MD5Transform (state, &input [i]); in Process()
345 // Store state in digest in Result()
347 Encode (result.data, state, 16); in Result()
449 // MD5 basic transformation. Transforms state based on block.
456 void dng_md5_printer::MD5Transform (uint32 state [
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_tnc.c20 } state; member
41 static const char * eap_tnc_state_txt(enum eap_tnc_state state) in eap_tnc_state_txt() argument
43 switch (state) { in eap_tnc_state_txt()
67 eap_tnc_state_txt(data->state), in eap_tnc_set_state()
69 data->state = new_state; in eap_tnc_set_state()
269 if (data->state == FAIL) in eap_tnc_build_msg()
271 else if (data->state == DONE) in eap_tnc_build_msg()
284 switch (data->state) { in eap_tnc_buildReq()
337 if (len == 0 && data->state != WAIT_FRAG_ACK) { in eap_tnc_check()
462 if (len == 1 && (data->state in eap_tnc_process()
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgShaderGenerator.cpp39 ShaderGenerator::ShaderGenerator (GeneratorState& state) in ShaderGenerator() argument
40 : m_state (state) in ShaderGenerator()
41 , m_varManager (state.getNameAllocator()) in ShaderGenerator()
43 state.setVariableManager(m_varManager); in ShaderGenerator()
53 const char* getFragColorName (const GeneratorState& state) in getFragColorName() argument
55 switch (state.getProgramParameters().version) in getFragColorName()
92 void genVertexPassthrough (GeneratorState& state, Shader& shader) in genVertexPassthrough() argument
96 std::copy(state.getVariableManager().getBegin<AnyEntry>(), state.getVariableManager().getEnd<AnyEntry>(), std::inserter(entries, entries.begin())); in genVertexPassthrough()
114 Variable* inVar = state in genVertexPassthrough()
124 genFragmentPassthrough(GeneratorState& state, Shader& shader) genFragmentPassthrough() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_tnc.c20 } state; member
41 static const char * eap_tnc_state_txt(enum eap_tnc_state state) in eap_tnc_state_txt() argument
43 switch (state) { in eap_tnc_state_txt()
67 eap_tnc_state_txt(data->state), in eap_tnc_set_state()
69 data->state = new_state; in eap_tnc_set_state()
269 if (data->state == FAIL) in eap_tnc_build_msg()
271 else if (data->state == DONE) in eap_tnc_build_msg()
284 switch (data->state) { in eap_tnc_buildReq()
337 if (len == 0 && data->state != WAIT_FRAG_ACK) { in eap_tnc_check()
462 if (len == 1 && (data->state in eap_tnc_process()
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dcore.c62 * pinctrl_provide_dummies() - indicate if pinctrl provides dummy state support
67 * with creating a dummy state for the driver to keep going smoothly.
917 struct pinctrl_state *state; in find_state() local
919 list_for_each_entry(state, &p->states, node) in find_state()
920 if (!strcmp(state->name, name)) in find_state()
921 return state; in find_state()
929 struct pinctrl_state *state; in create_state() local
931 state = kzalloc(sizeof(*state), GFP_KERNEL); in create_state()
932 if (!state) in create_state()
946 struct pinctrl_state *state; add_setting() local
1157 struct pinctrl_state *state, *n1; pinctrl_free() local
1208 struct pinctrl_state *state; pinctrl_lookup_state() local
1239 pinctrl_commit_state(struct pinctrl *p, struct pinctrl_state *state) pinctrl_commit_state() argument
1318 pinctrl_select_state(struct pinctrl *p, struct pinctrl_state *state) pinctrl_select_state() argument
1531 pinctrl_select_bound_state(struct device *dev, struct pinctrl_state *state) pinctrl_select_bound_state() argument
1823 struct pinctrl_state *state; pinctrl_show() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c24 int (*crtc_compute_clock)(struct intel_atomic_state *state,
26 int (*crtc_get_shared_dpll)(struct intel_atomic_state *state,
417 * single/dual channel state, if we even can. in i9xx_select_p2_div()
936 static int hsw_crtc_compute_clock(struct intel_atomic_state *state, in hsw_crtc_compute_clock() argument
939 struct drm_i915_private *dev_priv = to_i915(state->base.dev); in hsw_crtc_compute_clock()
941 intel_atomic_get_new_crtc_state(state, crtc); in hsw_crtc_compute_clock()
943 intel_get_crtc_new_encoder(state, crtc_state); in hsw_crtc_compute_clock()
950 ret = intel_compute_shared_dplls(state, crtc, encoder); in hsw_crtc_compute_clock()
965 static int hsw_crtc_get_shared_dpll(struct intel_atomic_state *state, in hsw_crtc_get_shared_dpll() argument
968 struct drm_i915_private *dev_priv = to_i915(state in hsw_crtc_get_shared_dpll()
981 dg2_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) dg2_crtc_compute_clock() argument
999 mtl_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) mtl_crtc_compute_clock() argument
1140 ilk_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) ilk_crtc_compute_clock() argument
1195 ilk_crtc_get_shared_dpll(struct intel_atomic_state *state, struct intel_crtc *crtc) ilk_crtc_get_shared_dpll() argument
1243 chv_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) chv_crtc_compute_clock() argument
1268 vlv_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) vlv_crtc_compute_clock() argument
1294 g4x_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) g4x_crtc_compute_clock() argument
1341 pnv_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) pnv_crtc_compute_clock() argument
1377 i9xx_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) i9xx_crtc_compute_clock() argument
1415 i8xx_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) i8xx_crtc_compute_clock() argument
1495 intel_dpll_crtc_compute_clock(struct intel_atomic_state *state, struct intel_crtc *crtc) intel_dpll_crtc_compute_clock() argument
1521 intel_dpll_crtc_get_shared_dpll(struct intel_atomic_state *state, struct intel_crtc *crtc) intel_dpll_crtc_get_shared_dpll() argument
2075 assert_pll(struct drm_i915_private *dev_priv, enum pipe pipe, bool state) assert_pll() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c1112 "Offset 0x%llx, start block 0x%llx, block count 0x%llx state 0x%x", in xfs_bmap_complain_bad_rec()
1418 int i; /* temp state */ in xfs_bmap_add_extent_delay_real()
1423 uint32_t state = xfs_bmap_fork_to_state(whichfork); in xfs_bmap_add_extent_delay_real() local
1458 state |= BMAP_LEFT_FILLING; in xfs_bmap_add_extent_delay_real()
1460 state |= BMAP_RIGHT_FILLING; in xfs_bmap_add_extent_delay_real()
1467 state |= BMAP_LEFT_VALID; in xfs_bmap_add_extent_delay_real()
1469 state |= BMAP_LEFT_DELAY; in xfs_bmap_add_extent_delay_real()
1472 if ((state & BMAP_LEFT_VALID) && !(state & BMAP_LEFT_DELAY) && in xfs_bmap_add_extent_delay_real()
1477 state | in xfs_bmap_add_extent_delay_real()
1974 uint32_t state = xfs_bmap_fork_to_state(whichfork); xfs_bmap_add_extent_unwritten_real() local
2503 uint32_t state = xfs_bmap_fork_to_state(whichfork); xfs_bmap_add_extent_hole_delay() local
2650 uint32_t state = xfs_bmap_fork_to_state(whichfork); xfs_bmap_add_extent_hole_real() local
4813 uint32_t state = xfs_bmap_fork_to_state(whichfork); xfs_bmap_del_extent_delay() local
4938 uint32_t state = BMAP_COWFORK; xfs_bmap_del_extent_cow() local
5027 uint32_t state = xfs_bmap_fork_to_state(whichfork); xfs_bmap_del_extent_real() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c130 enum gsm_dlci_state state; member
135 spinlock_t lock; /* Protects the internal state */
147 bool throttled; /* Private copy of throttle state */
195 * state. We need to sort out lifetimes and locking with respect
216 enum gsm_mux_state state; member
1140 * Used when a modem control message or line state inline in adaption
1141 * layer 2 is processed. Sort out the local modem state and throttles
1263 * it wishes to send us an error state from the virtual link. Stuff
1365 /* Modem wishes to enter power saving state */ in gsm_control_message()
1546 * Perform processing when moving a DLCI into closed state
3372 gsmtty_break_ctl(struct tty_struct *tty, int state) gsmtty_break_ctl() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c277 "VF request to get port based vlan state failed %d", in hclgevf_get_port_base_vlan_filter_state()
476 if (test_and_set_bit(HCLGEVF_STATE_LINK_UPDATING, &hdev->state)) in hclgevf_update_link_status()
483 test_bit(HCLGEVF_STATE_DOWN, &hdev->state) ? 0 : link_state; in hclgevf_update_link_status()
492 clear_bit(HCLGEVF_STATE_LINK_UPDATING, &hdev->state); in hclgevf_update_link_status()
1111 if (test_bit(HCLGEVF_STATE_RST_HANDLING, &hdev->state)) in hclgevf_unmap_ring_from_vector()
1186 set_bit(HCLGEVF_STATE_PROMISC_CHANGED, &hdev->state); in hclgevf_request_update_promisc_mode()
1196 if (test_bit(HCLGEVF_STATE_PROMISC_CHANGED, &hdev->state)) { in hclgevf_sync_promisc_mode()
1199 clear_bit(HCLGEVF_STATE_PROMISC_CHANGED, &hdev->state); in hclgevf_sync_promisc_mode()
1310 enum HCLGEVF_MAC_NODE_STATE state) in hclgevf_update_mac_node()
1312 switch (state) { in hclgevf_update_mac_node()
1309 hclgevf_update_mac_node(struct hclgevf_mac_addr_node *mac_node, enum HCLGEVF_MAC_NODE_STATE state) hclgevf_update_mac_node() argument
1337 hclgevf_update_mac_list(struct hnae3_handle *handle, enum HCLGEVF_MAC_NODE_STATE state, enum HCLGEVF_MAC_ADDR_TYPE mac_type, const unsigned char *addr) hclgevf_update_mac_list() argument
3610 hclgevf_update_port_base_vlan_info(struct hclgevf_dev *hdev, u16 state, u8 *port_base_vlan_info, u8 data_size) hclgevf_update_port_base_vlan_info() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c161 "VF request to get port based vlan state failed %d", in hclgevf_get_port_base_vlan_filter_state()
376 if (test_and_set_bit(HCLGEVF_STATE_LINK_UPDATING, &hdev->state)) in hclgevf_update_link_status()
383 test_bit(HCLGEVF_STATE_DOWN, &hdev->state) ? 0 : link_state; in hclgevf_update_link_status()
391 clear_bit(HCLGEVF_STATE_LINK_UPDATING, &hdev->state); in hclgevf_update_link_status()
688 if (test_bit(HCLGEVF_STATE_RST_HANDLING, &hdev->state)) in hclgevf_unmap_ring_from_vector()
766 set_bit(HCLGEVF_STATE_PROMISC_CHANGED, &hdev->state); in hclgevf_request_update_promisc_mode()
777 if (test_bit(HCLGEVF_STATE_PROMISC_CHANGED, &hdev->state)) { in hclgevf_sync_promisc_mode()
780 clear_bit(HCLGEVF_STATE_PROMISC_CHANGED, &hdev->state); in hclgevf_sync_promisc_mode()
887 enum HCLGEVF_MAC_NODE_STATE state) in hclgevf_update_mac_node()
889 switch (state) { in hclgevf_update_mac_node()
886 hclgevf_update_mac_node(struct hclgevf_mac_addr_node *mac_node, enum HCLGEVF_MAC_NODE_STATE state) hclgevf_update_mac_node() argument
914 hclgevf_update_mac_list(struct hnae3_handle *handle, enum HCLGEVF_MAC_NODE_STATE state, enum HCLGEVF_MAC_ADDR_TYPE mac_type, const unsigned char *addr) hclgevf_update_mac_list() argument
3230 hclgevf_update_port_base_vlan_info(struct hclgevf_dev *hdev, u16 state, struct hclge_mbx_port_base_vlan *port_base_vlan) hclgevf_update_port_base_vlan_info() argument
[all...]

Completed in 34 milliseconds

1...<<121122123124125126127128129130>>...822