Home
last modified time | relevance | path

Searched refs:req_state (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/sound/soc/codecs/
Dwcd-clsh-v2.c495 static void wcd_clsh_v3_state_aux(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_aux() argument
514 static void wcd_clsh_state_lo(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_lo() argument
541 static void wcd_clsh_v3_state_hph_r(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_hph_r() argument
573 static void wcd_clsh_state_hph_r(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_hph_r() argument
631 static void wcd_clsh_v3_state_hph_l(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_hph_l() argument
663 static void wcd_clsh_state_hph_l(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_hph_l() argument
721 static void wcd_clsh_v3_state_ear(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_ear() argument
747 static void wcd_clsh_state_ear(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_ear() argument
782 static int _wcd_clsh_ctrl_set_state(struct wcd_clsh_ctrl *ctrl, int req_state, in _wcd_clsh_ctrl_set_state() argument
785 switch (req_state) { in _wcd_clsh_ctrl_set_state()
[all …]
/linux-6.1.9/include/linux/soc/ti/
Dti_sci_protocol.h111 bool *req_state, bool *current_state);
113 bool *req_state, bool *current_state);
178 bool *req_state);
180 bool *req_state, bool *current_state);
182 bool *req_state, bool *current_state);
/linux-6.1.9/arch/arm/mach-omap2/
Dpowerdomain.c1043 bool is_logic_state, u8 req_state) in pwrdm_get_valid_lp_state() argument
1053 if (pwrdm_states & BIT(req_state)) in pwrdm_get_valid_lp_state()
1054 return req_state; in pwrdm_get_valid_lp_state()
1056 if (!req_state) in pwrdm_get_valid_lp_state()
1063 new_pwrst = req_state - 1; in pwrdm_get_valid_lp_state()
1079 new_pwrst = req_state + 1; in pwrdm_get_valid_lp_state()
Dpowerdomain.h219 bool is_logic_state, u8 req_state);
/linux-6.1.9/fs/ksmbd/
Doplock.c101 lease->state = lctx->req_state; in alloc_lease()
412 lease->state = lctx->req_state; in grant_write_oplock()
433 if (lctx->req_state & SMB2_LEASE_HANDLE_CACHING_LE) in grant_read_oplock()
518 (lctx->req_state & lease->state)) { in same_client_has_lease()
519 lease->state |= lctx->req_state; in same_client_has_lease()
520 if (lctx->req_state & in same_client_has_lease()
526 if (lctx->req_state == in same_client_has_lease()
529 lease->state = lctx->req_state; in same_client_has_lease()
532 if (lctx->req_state && lease->state == in same_client_has_lease()
534 lease_none_upgrade(opinfo, lctx->req_state); in same_client_has_lease()
[all …]
Doplock.h33 __le32 req_state; member
Dsmb2pdu.c3070 req_op_level = smb2_map_lease_to_oplock(lc->req_state); in smb2_open()
3073 name, req_op_level, lc->req_state); in smb2_open()
8056 static int check_lease_state(struct lease *lease, __le32 req_state) in check_lease_state() argument
8060 !(req_state & SMB2_LEASE_WRITE_CACHING_LE)) { in check_lease_state()
8061 lease->new_state = req_state; in check_lease_state()
8065 if (lease->new_state == req_state) in check_lease_state()
/linux-6.1.9/drivers/clk/keystone/
Dsci-clk.c114 bool req_state, current_state; in sci_clk_is_prepared() local
118 clk->clk_id, &req_state, in sci_clk_is_prepared()
127 return req_state; in sci_clk_is_prepared()
/linux-6.1.9/include/scsi/
Dsg.h176 char req_state; /* 0 -> not used, 1 -> written, 2 -> ready to read */ member
/linux-6.1.9/drivers/firmware/
Dti_sci.c1164 u32 dev_id, u32 clk_id, bool *req_state) in ti_sci_cmd_clk_is_auto() argument
1169 if (!req_state) in ti_sci_cmd_clk_is_auto()
1176 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO); in ti_sci_cmd_clk_is_auto()
1193 u32 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_on() argument
1198 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_on()
1206 if (req_state) in ti_sci_cmd_clk_is_on()
1207 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ); in ti_sci_cmd_clk_is_on()
1226 u32 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_off() argument
1231 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_off()
1239 if (req_state) in ti_sci_cmd_clk_is_off()
[all …]
/linux-6.1.9/drivers/misc/genwqe/
Dcard_base.h382 enum genwqe_requ_state req_state; /* request status */ member
Dcard_ddcb.c213 return req->req_state; in ddcb_requ_get_state()
219 req->req_state = new_state; in ddcb_requ_set_state()
/linux-6.1.9/fs/gfs2/
Dglock.h136 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
Dlock_dlm.c257 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() argument
266 req = make_mode(gl->gl_name.ln_sbd, req_state); in gdlm_lock()
/linux-6.1.9/drivers/i2c/busses/
Di2c-qup.c377 u32 req_state, u32 req_mask) in qup_i2c_poll_state_mask() argument
390 (state & req_mask) == req_state) in qup_i2c_poll_state_mask()
399 static int qup_i2c_poll_state(struct qup_i2c_dev *qup, u32 req_state) in qup_i2c_poll_state() argument
401 return qup_i2c_poll_state_mask(qup, req_state, QUP_STATE_MASK); in qup_i2c_poll_state()
/linux-6.1.9/drivers/scsi/
Dsg.c867 rinfo[val].req_state = srp->done + 1; in sg_fill_request_table()
891 char req_state; member