Home
last modified time | relevance | path

Searched refs:state (Results 501 - 525 of 13119) sorted by relevance

1...<<21222324252627282930>>...525

/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-phy.h13 int mxl1x1sf_soft_reset(struct mxl111sf_state *state);
14 int mxl1x1sf_set_device_mode(struct mxl111sf_state *state, int mode);
15 int mxl1x1sf_top_master_ctrl(struct mxl111sf_state *state, int onoff);
16 int mxl111sf_disable_656_port(struct mxl111sf_state *state);
17 int mxl111sf_init_tuner_demod(struct mxl111sf_state *state);
18 int mxl111sf_enable_usb_output(struct mxl111sf_state *state);
19 int mxl111sf_config_mpeg_in(struct mxl111sf_state *state,
25 int mxl111sf_config_i2s(struct mxl111sf_state *state,
27 int mxl111sf_init_i2s_port(struct mxl111sf_state *state, u8 sample_size);
28 int mxl111sf_disable_i2s_port(struct mxl111sf_state *state);
[all...]
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha512_s390.c25 *(__u64 *)&ctx->state[0] = 0x6a09e667f3bcc908ULL; in sha512_init()
26 *(__u64 *)&ctx->state[2] = 0xbb67ae8584caa73bULL; in sha512_init()
27 *(__u64 *)&ctx->state[4] = 0x3c6ef372fe94f82bULL; in sha512_init()
28 *(__u64 *)&ctx->state[6] = 0xa54ff53a5f1d36f1ULL; in sha512_init()
29 *(__u64 *)&ctx->state[8] = 0x510e527fade682d1ULL; in sha512_init()
30 *(__u64 *)&ctx->state[10] = 0x9b05688c2b3e6c1fULL; in sha512_init()
31 *(__u64 *)&ctx->state[12] = 0x1f83d9abfb41bd6bULL; in sha512_init()
32 *(__u64 *)&ctx->state[14] = 0x5be0cd19137e2179ULL; in sha512_init()
46 memcpy(octx->state, sctx->state, sizeo in sha512_export()
[all...]
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dsha512_s390.c25 *(__u64 *)&ctx->state[0] = SHA512_H0; in sha512_init()
26 *(__u64 *)&ctx->state[2] = SHA512_H1; in sha512_init()
27 *(__u64 *)&ctx->state[4] = SHA512_H2; in sha512_init()
28 *(__u64 *)&ctx->state[6] = SHA512_H3; in sha512_init()
29 *(__u64 *)&ctx->state[8] = SHA512_H4; in sha512_init()
30 *(__u64 *)&ctx->state[10] = SHA512_H5; in sha512_init()
31 *(__u64 *)&ctx->state[12] = SHA512_H6; in sha512_init()
32 *(__u64 *)&ctx->state[14] = SHA512_H7; in sha512_init()
46 memcpy(octx->state, sctx->state, sizeo in sha512_export()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nffw.c162 struct nfp_nffw_info *state; in nfp_nffw_info_open() local
166 state = kzalloc(sizeof(*state), GFP_KERNEL); in nfp_nffw_info_open()
167 if (!state) in nfp_nffw_info_open()
170 state->res = nfp_resource_acquire(cpp, NFP_RESOURCE_NFP_NFFW); in nfp_nffw_info_open()
171 if (IS_ERR(state->res)) in nfp_nffw_info_open()
174 fwinf = &state->fwinf; in nfp_nffw_info_open()
176 if (sizeof(*fwinf) > nfp_resource_size(state->res)) in nfp_nffw_info_open()
179 err = nfp_cpp_read(cpp, nfp_resource_cpp_id(state->res), in nfp_nffw_info_open()
180 nfp_resource_address(state in nfp_nffw_info_open()
206 nfp_nffw_info_close(struct nfp_nffw_info *state) nfp_nffw_info_close() argument
218 nfp_nffw_info_fwid_first(struct nfp_nffw_info *state) nfp_nffw_info_fwid_first() argument
242 nfp_nffw_info_mip_first(struct nfp_nffw_info *state, u32 *cpp_id, u64 *off) nfp_nffw_info_mip_first() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dqm1d1b0004.c106 struct qm1d1b0004_state *state; in qm1d1b0004_set_params() local
112 state = fe->tuner_priv; in qm1d1b0004_set_params()
116 if (state->cfg.half_step) in qm1d1b0004_set_params()
127 buf[2] = 0xe0 | state->cfg.half_step; in qm1d1b0004_set_params()
129 ret = i2c_master_send(state->i2c, buf, 4); in qm1d1b0004_set_params()
134 buf[0] = 0xe4 | state->cfg.half_step; in qm1d1b0004_set_params()
135 ret = i2c_master_send(state->i2c, buf, 1); in qm1d1b0004_set_params()
141 lpf_freq = state->cfg.lpf_freq; in qm1d1b0004_set_params()
147 buf[0] = 0xe4 | ((lpf & 0x0c) << 1) | state->cfg.half_step; in qm1d1b0004_set_params()
149 ret = i2c_master_send(state in qm1d1b0004_set_params()
164 struct qm1d1b0004_state *state; qm1d1b0004_set_config() local
174 struct qm1d1b0004_state *state; qm1d1b0004_init() local
204 struct qm1d1b0004_state *state; qm1d1b0004_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dqm1d1b0004.c106 struct qm1d1b0004_state *state; in qm1d1b0004_set_params() local
112 state = fe->tuner_priv; in qm1d1b0004_set_params()
116 if (state->cfg.half_step) in qm1d1b0004_set_params()
127 buf[2] = 0xe0 | state->cfg.half_step; in qm1d1b0004_set_params()
129 ret = i2c_master_send(state->i2c, buf, 4); in qm1d1b0004_set_params()
134 buf[0] = 0xe4 | state->cfg.half_step; in qm1d1b0004_set_params()
135 ret = i2c_master_send(state->i2c, buf, 1); in qm1d1b0004_set_params()
141 lpf_freq = state->cfg.lpf_freq; in qm1d1b0004_set_params()
147 buf[0] = 0xe4 | ((lpf & 0x0c) << 1) | state->cfg.half_step; in qm1d1b0004_set_params()
149 ret = i2c_master_send(state in qm1d1b0004_set_params()
164 struct qm1d1b0004_state *state; qm1d1b0004_set_config() local
174 struct qm1d1b0004_state *state; qm1d1b0004_init() local
204 struct qm1d1b0004_state *state; qm1d1b0004_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nffw.c162 struct nfp_nffw_info *state; in nfp_nffw_info_open() local
166 state = kzalloc(sizeof(*state), GFP_KERNEL); in nfp_nffw_info_open()
167 if (!state) in nfp_nffw_info_open()
170 state->res = nfp_resource_acquire(cpp, NFP_RESOURCE_NFP_NFFW); in nfp_nffw_info_open()
171 if (IS_ERR(state->res)) in nfp_nffw_info_open()
174 fwinf = &state->fwinf; in nfp_nffw_info_open()
176 if (sizeof(*fwinf) > nfp_resource_size(state->res)) in nfp_nffw_info_open()
179 err = nfp_cpp_read(cpp, nfp_resource_cpp_id(state->res), in nfp_nffw_info_open()
180 nfp_resource_address(state in nfp_nffw_info_open()
206 nfp_nffw_info_close(struct nfp_nffw_info *state) nfp_nffw_info_close() argument
218 nfp_nffw_info_fwid_first(struct nfp_nffw_info *state) nfp_nffw_info_fwid_first() argument
242 nfp_nffw_info_mip_first(struct nfp_nffw_info *state, u32 *cpp_id, u64 *off) nfp_nffw_info_mip_first() argument
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4state.c36 * Implementation of the NFSv4 state model. For the time being,
186 /* If the client state need to recover, do it. */ in nfs40_discover_server_trunking()
228 * @clp: client state handle
373 * Purge state if the client id was established in a prior in nfs41_discover_server_trunking()
394 * @clp: client state handle
526 * remain in place so that state recovery can find it in nfs4_reset_state_owner()
571 * nfs4_get_state_owner - Look up a state owner given a credential
605 * @sp: state owner data to release
607 * Note that we keep released state owners on an LRU
609 * This caches valid state owner
672 struct nfs4_state *state; nfs4_alloc_open_state() local
686 nfs4_state_set_mode_locked(struct nfs4_state *state, fmode_t fmode) nfs4_state_set_mode_locked() argument
704 struct nfs4_state *state; __nfs4_find_state_byowner() local
718 nfs4_free_open_state(struct nfs4_state *state) nfs4_free_open_state() argument
726 struct nfs4_state *state, *new; nfs4_get_open_state() local
760 nfs4_put_open_state(struct nfs4_state *state) nfs4_put_open_state() argument
781 __nfs4_close(struct nfs4_state *state, fmode_t fmode, gfp_t gfp_mask, int wait) __nfs4_close() argument
826 nfs4_close_state(struct nfs4_state *state, fmode_t fmode) nfs4_close_state() argument
831 nfs4_close_sync(struct nfs4_state *state, fmode_t fmode) nfs4_close_sync() argument
850 __nfs4_find_lock_state(struct nfs4_state *state, fl_owner_t fl_owner, fl_owner_t fl_owner2) __nfs4_find_lock_state() argument
872 nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) nfs4_alloc_lock_state() argument
906 nfs4_get_lock_state(struct nfs4_state *state, fl_owner_t owner) nfs4_get_lock_state() argument
940 struct nfs4_state *state; nfs4_put_lock_state() local
978 nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl) nfs4_set_lock_state() argument
992 nfs4_copy_lock_stateid(nfs4_stateid *dst, struct nfs4_state *state, const struct nfs_lock_context *l_ctx) nfs4_copy_lock_stateid() argument
1023 nfs4_copy_open_stateid(nfs4_stateid *dst, struct nfs4_state *state) nfs4_copy_open_stateid() argument
1046 nfs4_select_rw_stateid(struct nfs4_state *state, fmode_t fmode, const struct nfs_lock_context *l_ctx, nfs4_stateid *dst, const struct cred **cred) nfs4_select_rw_stateid() argument
1381 nfs4_state_mark_reclaim_reboot(struct nfs_client *clp, struct nfs4_state *state) nfs4_state_mark_reclaim_reboot() argument
1397 nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state) nfs4_state_mark_reclaim_nograce() argument
1408 nfs4_schedule_stateid_recovery(const struct nfs_server *server, struct nfs4_state *state) nfs4_schedule_stateid_recovery() argument
1424 nfs_state_find_lock_state_by_stateid(struct nfs4_state *state, const nfs4_stateid *stateid) nfs_state_find_lock_state_by_stateid() argument
1438 nfs_state_lock_state_matches_stateid(struct nfs4_state *state, const nfs4_stateid *stateid) nfs_state_lock_state_matches_stateid() argument
1458 struct nfs4_state *state; nfs_inode_find_state_and_recover() local
1488 nfs4_state_mark_open_context_bad(struct nfs4_state *state, int err) nfs4_state_mark_open_context_bad() argument
1505 nfs4_state_mark_recovery_failed(struct nfs4_state *state, int error) nfs4_state_mark_recovery_failed() argument
1512 nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops) nfs4_reclaim_locks() argument
1578 nfs42_complete_copies(struct nfs4_state_owner *sp, struct nfs4_state *state) nfs42_complete_copies() argument
1612 nfs42_complete_copies(struct nfs4_state_owner *sp, struct nfs4_state *state) nfs42_complete_copies() argument
1618 __nfs4_reclaim_open_state(struct nfs4_state_owner *sp, struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops) __nfs4_reclaim_open_state() argument
1649 struct nfs4_state *state; nfs4_reclaim_open_state() local
1748 nfs4_clear_open_state(struct nfs4_state *state) nfs4_clear_open_state() argument
1764 nfs4_reset_seqids(struct nfs_server *server, int (*mark_reclaim)(struct nfs_client *clp, struct nfs4_state *state)) nfs4_reset_seqids() argument
1770 struct nfs4_state *state; nfs4_reset_seqids() local
1788 nfs4_state_mark_reclaim_helper(struct nfs_client *clp, int (*mark_reclaim)(struct nfs_client *clp, struct nfs4_state *state)) nfs4_state_mark_reclaim_helper() argument
1822 struct nfs4_state *state; nfs4_clear_reclaim_server() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4state.c36 * Implementation of the NFSv4 state model. For the time being,
186 /* If the client state need to recover, do it. */ in nfs40_discover_server_trunking()
228 * @clp: client state handle
373 * Purge state if the client id was established in a prior in nfs41_discover_server_trunking()
394 * @clp: client state handle
525 * remain in place so that state recovery can find it in nfs4_reset_state_owner()
570 * nfs4_get_state_owner - Look up a state owner given a credential
604 * @sp: state owner data to release
606 * Note that we keep released state owners on an LRU
608 * This caches valid state owner
671 struct nfs4_state *state; nfs4_alloc_open_state() local
685 nfs4_state_set_mode_locked(struct nfs4_state *state, fmode_t fmode) nfs4_state_set_mode_locked() argument
703 struct nfs4_state *state; __nfs4_find_state_byowner() local
717 nfs4_free_open_state(struct nfs4_state *state) nfs4_free_open_state() argument
725 struct nfs4_state *state, *new; nfs4_get_open_state() local
759 nfs4_put_open_state(struct nfs4_state *state) nfs4_put_open_state() argument
780 __nfs4_close(struct nfs4_state *state, fmode_t fmode, gfp_t gfp_mask, int wait) __nfs4_close() argument
825 nfs4_close_state(struct nfs4_state *state, fmode_t fmode) nfs4_close_state() argument
830 nfs4_close_sync(struct nfs4_state *state, fmode_t fmode) nfs4_close_sync() argument
849 __nfs4_find_lock_state(struct nfs4_state *state, fl_owner_t fl_owner, fl_owner_t fl_owner2) __nfs4_find_lock_state() argument
871 nfs4_alloc_lock_state(struct nfs4_state *state, fl_owner_t fl_owner) nfs4_alloc_lock_state() argument
905 nfs4_get_lock_state(struct nfs4_state *state, fl_owner_t owner) nfs4_get_lock_state() argument
939 struct nfs4_state *state; nfs4_put_lock_state() local
977 nfs4_set_lock_state(struct nfs4_state *state, struct file_lock *fl) nfs4_set_lock_state() argument
991 nfs4_copy_lock_stateid(nfs4_stateid *dst, struct nfs4_state *state, const struct nfs_lock_context *l_ctx) nfs4_copy_lock_stateid() argument
1022 nfs4_copy_open_stateid(nfs4_stateid *dst, struct nfs4_state *state) nfs4_copy_open_stateid() argument
1045 nfs4_select_rw_stateid(struct nfs4_state *state, fmode_t fmode, const struct nfs_lock_context *l_ctx, nfs4_stateid *dst, const struct cred **cred) nfs4_select_rw_stateid() argument
1382 nfs4_state_mark_reclaim_reboot(struct nfs_client *clp, struct nfs4_state *state) nfs4_state_mark_reclaim_reboot() argument
1398 nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state) nfs4_state_mark_reclaim_nograce() argument
1409 nfs4_schedule_stateid_recovery(const struct nfs_server *server, struct nfs4_state *state) nfs4_schedule_stateid_recovery() argument
1425 nfs_state_find_lock_state_by_stateid(struct nfs4_state *state, const nfs4_stateid *stateid) nfs_state_find_lock_state_by_stateid() argument
1439 nfs_state_lock_state_matches_stateid(struct nfs4_state *state, const nfs4_stateid *stateid) nfs_state_lock_state_matches_stateid() argument
1459 struct nfs4_state *state; nfs_inode_find_state_and_recover() local
1489 nfs4_state_mark_open_context_bad(struct nfs4_state *state, int err) nfs4_state_mark_open_context_bad() argument
1506 nfs4_state_mark_recovery_failed(struct nfs4_state *state, int error) nfs4_state_mark_recovery_failed() argument
1513 nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops) nfs4_reclaim_locks() argument
1579 nfs42_complete_copies(struct nfs4_state_owner *sp, struct nfs4_state *state) nfs42_complete_copies() argument
1613 nfs42_complete_copies(struct nfs4_state_owner *sp, struct nfs4_state *state) nfs42_complete_copies() argument
1619 __nfs4_reclaim_open_state(struct nfs4_state_owner *sp, struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops, int *lost_locks) __nfs4_reclaim_open_state() argument
1654 struct nfs4_state *state; nfs4_reclaim_open_state() local
1753 nfs4_clear_open_state(struct nfs4_state *state) nfs4_clear_open_state() argument
1769 nfs4_reset_seqids(struct nfs_server *server, int (*mark_reclaim)(struct nfs_client *clp, struct nfs4_state *state)) nfs4_reset_seqids() argument
1775 struct nfs4_state *state; nfs4_reset_seqids() local
1793 nfs4_state_mark_reclaim_helper(struct nfs_client *clp, int (*mark_reclaim)(struct nfs_client *clp, struct nfs4_state *state)) nfs4_state_mark_reclaim_helper() argument
1827 struct nfs4_state *state; nfs4_clear_reclaim_server() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_atomic.c27 * The functions here implement the state management and hardware programming
48 * @state: Connector state to retrieve the property from.
55 const struct drm_connector_state *state, in intel_digital_connector_atomic_get_property()
62 to_intel_digital_connector_state(state); in intel_digital_connector_atomic_get_property()
81 * @state: Connector state to set the property on.
88 struct drm_connector_state *state, in intel_digital_connector_atomic_set_property()
95 to_intel_digital_connector_state(state); in intel_digital_connector_atomic_set_property()
123 struct drm_atomic_state *state) in intel_digital_connector_atomic_check()
54 intel_digital_connector_atomic_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, u64 *val) intel_digital_connector_atomic_get_property() argument
87 intel_digital_connector_atomic_set_property(struct drm_connector *connector, struct drm_connector_state *state, struct drm_property *property, u64 val) intel_digital_connector_atomic_set_property() argument
122 intel_digital_connector_atomic_check(struct drm_connector *conn, struct drm_atomic_state *state) intel_digital_connector_atomic_check() argument
172 struct intel_digital_connector_state *state; intel_digital_connector_duplicate_state() local
188 intel_connector_needs_modeset(struct intel_atomic_state *state, struct drm_connector *connector) intel_connector_needs_modeset() argument
203 intel_atomic_get_digital_connector_state(struct intel_atomic_state *state, struct intel_connector *connector) intel_atomic_get_digital_connector_state() argument
292 intel_crtc_destroy_state(struct drm_crtc *crtc, struct drm_crtc_state *state) intel_crtc_destroy_state() argument
456 struct drm_plane_state *state; intel_atomic_setup_scalers() local
500 struct intel_atomic_state *state = kzalloc(sizeof(*state), GFP_KERNEL); intel_atomic_state_alloc() local
512 struct intel_atomic_state *state = to_intel_atomic_state(_state); intel_atomic_state_free() local
524 struct intel_atomic_state *state = to_intel_atomic_state(s); intel_atomic_state_clear() local
533 intel_atomic_get_crtc_state(struct drm_atomic_state *state, struct intel_crtc *crtc) intel_atomic_get_crtc_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-mpp.c108 * @is_enabled: Set to false when MPP should be put in high Z state.
176 static int pmic_mpp_read(struct pmic_mpp_state *state, in pmic_mpp_read() argument
182 ret = regmap_read(state->map, pad->base + addr, &val); in pmic_mpp_read()
184 dev_err(state->dev, "read 0x%x failed\n", addr); in pmic_mpp_read()
191 static int pmic_mpp_write(struct pmic_mpp_state *state, in pmic_mpp_write() argument
197 ret = regmap_write(state->map, pad->base + addr, val); in pmic_mpp_write()
199 dev_err(state->dev, "write 0x%x failed\n", addr); in pmic_mpp_write()
254 static int pmic_mpp_write_mode_ctl(struct pmic_mpp_state *state, in pmic_mpp_write_mode_ctl() argument
298 return pmic_mpp_write(state, pad, PMIC_MPP_REG_MODE_CTL, val); in pmic_mpp_write_mode_ctl()
304 struct pmic_mpp_state *state in pmic_mpp_set_mux() local
404 struct pmic_mpp_state *state = pinctrl_dev_get_drvdata(pctldev); pmic_mpp_config_set() local
516 struct pmic_mpp_state *state = pinctrl_dev_get_drvdata(pctldev); pmic_mpp_config_dbg_show() local
564 struct pmic_mpp_state *state = gpiochip_get_data(chip); pmic_mpp_direction_input() local
575 struct pmic_mpp_state *state = gpiochip_get_data(chip); pmic_mpp_direction_output() local
585 struct pmic_mpp_state *state = gpiochip_get_data(chip); pmic_mpp_get() local
604 struct pmic_mpp_state *state = gpiochip_get_data(chip); pmic_mpp_set() local
627 struct pmic_mpp_state *state = gpiochip_get_data(chip); pmic_mpp_dbg_show() local
647 pmic_mpp_populate(struct pmic_mpp_state *state, struct pmic_mpp_pad *pad) pmic_mpp_populate() argument
793 struct pmic_mpp_state *state = container_of(domain->host_data, pmic_mpp_domain_translate() local
860 struct pmic_mpp_state *state; pmic_mpp_probe() local
976 struct pmic_mpp_state *state = platform_get_drvdata(pdev); pmic_mpp_remove() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dcpu.c46 * cpuhp_cpu_state - Per cpu hotplug state storage
47 * @state: The current cpu state
48 * @target: The target state
54 * @cb_state: The state for a single callback (install/uninstall)
60 enum cpuhp_state state; member
110 * cpuhp_step - Hotplug state machine step
136 static struct cpuhp_step *cpuhp_get_step(enum cpuhp_state state) in cpuhp_get_step() argument
138 return cpuhp_hp_states + state; in cpuhp_get_step()
142 * cpuhp_invoke_callback _ Invoke the callbacks for a given state
151 cpuhp_invoke_callback(unsigned int cpu, enum cpuhp_state state, bool bringup, struct hlist_node *node, struct hlist_node **lastp) cpuhp_invoke_callback() argument
236 cpuhp_is_ap_state(enum cpuhp_state state) cpuhp_is_ap_state() argument
260 cpuhp_is_atomic_state(enum cpuhp_state state) cpuhp_is_atomic_state() argument
672 enum cpuhp_state state; cpuhp_thread_fun() local
742 cpuhp_invoke_ap_callback(int cpu, enum cpuhp_state state, bool bringup, struct hlist_node *node) cpuhp_invoke_ap_callback() argument
1236 cpuhp_online_idle(enum cpuhp_state state) cpuhp_online_idle() argument
1744 cpuhp_cb_check(enum cpuhp_state state) cpuhp_cb_check() argument
1756 cpuhp_reserve_state(enum cpuhp_state state) cpuhp_reserve_state() argument
1782 cpuhp_store_callbacks(enum cpuhp_state state, const char *name, int (*startup)(unsigned int cpu), int (*teardown)(unsigned int cpu), bool multi_instance) cpuhp_store_callbacks() argument
1819 cpuhp_get_teardown_cb(enum cpuhp_state state) cpuhp_get_teardown_cb() argument
1828 cpuhp_issue_call(int cpu, enum cpuhp_state state, bool bringup, struct hlist_node *node) cpuhp_issue_call() argument
1862 cpuhp_rollback_install(int failedcpu, enum cpuhp_state state, struct hlist_node *node) cpuhp_rollback_install() argument
1881 __cpuhp_state_add_instance_cpuslocked(enum cpuhp_state state, struct hlist_node *node, bool invoke) __cpuhp_state_add_instance_cpuslocked() argument
1926 __cpuhp_state_add_instance(enum cpuhp_state state, struct hlist_node *node, bool invoke) __cpuhp_state_add_instance() argument
1955 __cpuhp_setup_state_cpuslocked(enum cpuhp_state state, const char *name, bool invoke, int (*startup)(unsigned int cpu), int (*teardown)(unsigned int cpu), bool multi_instance) __cpuhp_setup_state_cpuslocked() argument
2014 __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke, int (*startup)(unsigned int cpu), int (*teardown)(unsigned int cpu), bool multi_instance) __cpuhp_setup_state() argument
2030 __cpuhp_state_remove_instance(enum cpuhp_state state, struct hlist_node *node, bool invoke) __cpuhp_state_remove_instance() argument
2078 __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke) __cpuhp_remove_state_cpuslocked() argument
2116 __cpuhp_remove_state(enum cpuhp_state state, bool invoke) __cpuhp_remove_state() argument
2413 const char *state = smt_states[cpu_smt_control]; show_smt_control() local
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dupd64031a.c102 struct upd64031a_state *state = to_state(sd); in upd64031a_s_frequency() local
103 u8 reg = state->regs[R00]; in upd64031a_s_frequency()
116 struct upd64031a_state *state = to_state(sd); in upd64031a_s_routing() local
119 state->gr_mode = (input & 3) << 6; in upd64031a_s_routing()
120 state->direct_3dycs_connect = (input & 0xc) << 4; in upd64031a_s_routing()
121 state->ext_comp_sync = in upd64031a_s_routing()
123 state->ext_vert_sync = in upd64031a_s_routing()
125 r00 = (state->regs[R00] & ~GR_MODE_MASK) | state->gr_mode; in upd64031a_s_routing()
126 r05 = (state in upd64031a_s_routing()
189 struct upd64031a_state *state; upd64031a_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/net/pcs/
H A Dpcs-lynx.c34 struct phylink_link_state *state) in lynx_pcs_get_state_usxgmii()
44 state->link = !!(status & MDIO_STAT1_LSTATUS); in lynx_pcs_get_state_usxgmii()
45 state->an_complete = !!(status & MDIO_AN_STAT1_COMPLETE); in lynx_pcs_get_state_usxgmii()
46 if (!state->link || !state->an_complete) in lynx_pcs_get_state_usxgmii()
53 phylink_decode_usxgmii_word(state, lpa); in lynx_pcs_get_state_usxgmii()
57 struct phylink_link_state *state) in lynx_pcs_get_state_2500basex()
66 state->link = false; in lynx_pcs_get_state_2500basex()
70 state->link = !!(bmsr & BMSR_LSTATUS); in lynx_pcs_get_state_2500basex()
71 state in lynx_pcs_get_state_2500basex()
33 lynx_pcs_get_state_usxgmii(struct mdio_device *pcs, struct phylink_link_state *state) lynx_pcs_get_state_usxgmii() argument
56 lynx_pcs_get_state_2500basex(struct mdio_device *pcs, struct phylink_link_state *state) lynx_pcs_get_state_2500basex() argument
80 lynx_pcs_get_state(struct phylink_pcs *pcs, struct phylink_link_state *state) lynx_pcs_get_state() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_du_writeback.c20 * struct rcar_du_wb_conn_state - Driver-specific writeback connector state
21 * @state: base DRM connector state
25 struct drm_connector_state state; member
30 container_of(s, struct rcar_du_wb_conn_state, state)
97 if (WARN_ON(!connector->state)) in rcar_du_wb_conn_duplicate_state()
104 __drm_atomic_helper_connector_duplicate_state(connector, &copy->state); in rcar_du_wb_conn_duplicate_state()
106 return &copy->state; in rcar_du_wb_conn_duplicate_state()
110 struct drm_connector_state *state) in rcar_du_wb_conn_destroy_state()
112 __drm_atomic_helper_connector_destroy_state(state); in rcar_du_wb_conn_destroy_state()
109 rcar_du_wb_conn_destroy_state(struct drm_connector *connector, struct drm_connector_state *state) rcar_du_wb_conn_destroy_state() argument
118 struct rcar_du_wb_conn_state *state; rcar_du_wb_conn_reset() local
218 struct drm_connector_state *state; rcar_du_writeback_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dupd64031a.c102 struct upd64031a_state *state = to_state(sd); in upd64031a_s_frequency() local
103 u8 reg = state->regs[R00]; in upd64031a_s_frequency()
116 struct upd64031a_state *state = to_state(sd); in upd64031a_s_routing() local
119 state->gr_mode = (input & 3) << 6; in upd64031a_s_routing()
120 state->direct_3dycs_connect = (input & 0xc) << 4; in upd64031a_s_routing()
121 state->ext_comp_sync = in upd64031a_s_routing()
123 state->ext_vert_sync = in upd64031a_s_routing()
125 r00 = (state->regs[R00] & ~GR_MODE_MASK) | state->gr_mode; in upd64031a_s_routing()
126 r05 = (state in upd64031a_s_routing()
188 struct upd64031a_state *state; upd64031a_probe() local
[all...]
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_atomic_helper.h39 * of the min/max scale parameters of the plane-state checker function.
51 struct drm_atomic_state *state);
62 struct drm_atomic_state *state);
65 struct drm_atomic_state *state);
66 void drm_atomic_helper_commit_tail(struct drm_atomic_state *state);
67 void drm_atomic_helper_commit_tail_rpm(struct drm_atomic_state *state);
69 struct drm_atomic_state *state,
72 struct drm_atomic_state *state);
74 struct drm_atomic_state *state);
77 struct drm_atomic_state *state,
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_writeback.c22 * struct rcar_du_wb_conn_state - Driver-specific writeback connector state
23 * @state: base DRM connector state
27 struct drm_connector_state state; member
32 container_of(s, struct rcar_du_wb_conn_state, state)
99 if (WARN_ON(!connector->state)) in rcar_du_wb_conn_duplicate_state()
106 __drm_atomic_helper_connector_duplicate_state(connector, &copy->state); in rcar_du_wb_conn_duplicate_state()
108 return &copy->state; in rcar_du_wb_conn_duplicate_state()
112 struct drm_connector_state *state) in rcar_du_wb_conn_destroy_state()
114 __drm_atomic_helper_connector_destroy_state(state); in rcar_du_wb_conn_destroy_state()
111 rcar_du_wb_conn_destroy_state(struct drm_connector *connector, struct drm_connector_state *state) rcar_du_wb_conn_destroy_state() argument
120 struct rcar_du_wb_conn_state *state; rcar_du_wb_conn_reset() local
220 struct drm_connector_state *state; rcar_du_writeback_setup() local
[all...]
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_kcs_sm.c15 * This state machine is taken from the state machine in the IPMI spec,
33 * KCS_DEBUG_STATES - state machine
51 * was added to the state machine in the spec to wait for the
73 * the state machine in the spec to be sure IBF was there.
95 /* The hardware failed to follow the state machine. */
109 enum kcs_states state; member
128 kcs->state = KCS_IDLE; in init_kcs_data()
194 kcs->state = KCS_HOSED; in start_error_recovery()
197 kcs->state in start_error_recovery()
333 unsigned char state; kcs_event() local
[all...]
/kernel/linux/linux-5.10/drivers/iio/chemical/
H A Dpms7003.c75 struct mutex lock; /* must be held whenever state gets touched */
83 static int pms7003_do_cmd(struct pms7003_state *state, enum pms7003_cmd cmd) in pms7003_do_cmd() argument
87 ret = serdev_device_write(state->serdev, pms7003_cmd_tbl[cmd], in pms7003_do_cmd()
92 ret = wait_for_completion_interruptible_timeout(&state->frame_ready, in pms7003_do_cmd()
110 struct pms7003_state *state = iio_priv(indio_dev); in pms7003_trigger_handler() local
111 struct pms7003_frame *frame = &state->frame; in pms7003_trigger_handler()
114 mutex_lock(&state->lock); in pms7003_trigger_handler()
115 ret = pms7003_do_cmd(state, CMD_READ_PASSIVE); in pms7003_trigger_handler()
117 mutex_unlock(&state->lock); in pms7003_trigger_handler()
121 state in pms7003_trigger_handler()
141 struct pms7003_state *state = iio_priv(indio_dev); pms7003_read_raw() local
218 struct pms7003_state *state = iio_priv(indio_dev); pms7003_receive_buf() local
263 struct pms7003_state *state = data; pms7003_stop() local
272 struct pms7003_state *state; pms7003_probe() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_plane.c47 struct drm_plane_state *state = plane->state; in omap_plane_atomic_update() local
51 DBG("%s, crtc=%p fb=%p", omap_plane->name, state->crtc, state->fb); in omap_plane_atomic_update()
56 info.global_alpha = state->alpha >> 8; in omap_plane_atomic_update()
57 info.zorder = state->normalized_zpos; in omap_plane_atomic_update()
58 if (state->pixel_blend_mode == DRM_MODE_BLEND_PREMULTI) in omap_plane_atomic_update()
64 omap_framebuffer_update_scanout(state->fb, state, &info); in omap_plane_atomic_update()
74 omap_crtc_timings(state in omap_plane_atomic_update()
99 omap_plane_atomic_check(struct drm_plane *plane, struct drm_plane_state *state) omap_plane_atomic_check() argument
194 omap_plane_atomic_set_property(struct drm_plane *plane, struct drm_plane_state *state, struct drm_property *property, u64 val) omap_plane_atomic_set_property() argument
209 omap_plane_atomic_get_property(struct drm_plane *plane, const struct drm_plane_state *state, struct drm_property *property, u64 *val) omap_plane_atomic_get_property() argument
[all...]
/kernel/linux/linux-5.10/kernel/cgroup/
H A Dlegacy_freezer.c28 * set if "FROZEN" is written to freezer.state cgroupfs file, and cleared
45 unsigned int state; member
70 ret = task_freezer(task)->state & CGROUP_FREEZING; in cgroup_freezing()
76 static const char *freezer_state_strs(unsigned int state) in freezer_state_strs() argument
78 if (state & CGROUP_FROZEN) in freezer_state_strs()
80 if (state & CGROUP_FREEZING) in freezer_state_strs()
102 * parent's freezing state while holding both parent's and our
112 freezer->state |= CGROUP_FREEZER_ONLINE; in freezer_css_online()
114 if (parent && (parent->state & CGROUP_FREEZING)) { in freezer_css_online()
115 freezer->state | in freezer_css_online()
349 freezer_apply_state(struct freezer *freezer, bool freeze, unsigned int state) freezer_apply_state() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dcontext_tracking.c16 * RCU extended quiescent state bits imported from kernel/rcu/tree.c
34 .state = ATOMIC_INIT(RCU_DYNTICKS_IDX),
76 * Record entry into an extended quiescent state. This is only to be
77 * called when not already in an extended quiescent state, that is,
92 // RCU is no longer watching. Better be in extended quiescent state! in ct_kernel_exit_state()
97 * Record exit from an extended quiescent state. This is only to be
98 * called from an extended quiescent state, that is, RCU is not watching
111 // RCU is now watching. Better not be in an extended quiescent state! in ct_kernel_enter_state()
117 * Enter an RCU extended quiescent state, which can be either the
145 instrument_atomic_write(&ct->state, sizeo in ct_kernel_exit()
466 __ct_user_enter(enum ctx_state state) __ct_user_enter() argument
555 ct_user_enter(enum ctx_state state) ct_user_enter() argument
606 __ct_user_exit(enum ctx_state state) __ct_user_exit() argument
663 ct_user_exit(enum ctx_state state) ct_user_exit() argument
[all...]
/kernel/linux/linux-6.6/drivers/iio/chemical/
H A Dpms7003.c75 struct mutex lock; /* must be held whenever state gets touched */
83 static int pms7003_do_cmd(struct pms7003_state *state, enum pms7003_cmd cmd) in pms7003_do_cmd() argument
87 ret = serdev_device_write(state->serdev, pms7003_cmd_tbl[cmd], in pms7003_do_cmd()
92 ret = wait_for_completion_interruptible_timeout(&state->frame_ready, in pms7003_do_cmd()
110 struct pms7003_state *state = iio_priv(indio_dev); in pms7003_trigger_handler() local
111 struct pms7003_frame *frame = &state->frame; in pms7003_trigger_handler()
114 mutex_lock(&state->lock); in pms7003_trigger_handler()
115 ret = pms7003_do_cmd(state, CMD_READ_PASSIVE); in pms7003_trigger_handler()
117 mutex_unlock(&state->lock); in pms7003_trigger_handler()
121 state in pms7003_trigger_handler()
141 struct pms7003_state *state = iio_priv(indio_dev); pms7003_read_raw() local
218 struct pms7003_state *state = iio_priv(indio_dev); pms7003_receive_buf() local
263 struct pms7003_state *state = data; pms7003_stop() local
272 struct pms7003_state *state; pms7003_probe() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_queue.c60 struct nf_hook_state *state = &entry->state; in nf_queue_entry_release_refs() local
63 dev_put(state->in); in nf_queue_entry_release_refs()
64 dev_put(state->out); in nf_queue_entry_release_refs()
65 if (state->sk) in nf_queue_entry_release_refs()
66 nf_queue_sock_put(state->sk); in nf_queue_entry_release_refs()
87 entry->physin = nf_bridge_get_physindev(skb, entry->state.net); in __nf_queue_entry_init_physdevs()
99 struct nf_hook_state *state = &entry->state; in nf_queue_entry_get_refs() local
101 if (state in nf_queue_entry_get_refs()
156 __nf_queue(struct sk_buff *skb, const struct nf_hook_state *state, unsigned int index, unsigned int queuenum) __nf_queue() argument
235 nf_queue(struct sk_buff *skb, struct nf_hook_state *state, unsigned int index, unsigned int verdict) nf_queue() argument
252 nf_iterate(struct sk_buff *skb, struct nf_hook_state *state, const struct nf_hook_entries *hooks, unsigned int *index) nf_iterate() argument
[all...]

Completed in 16 milliseconds

1...<<21222324252627282930>>...525