| /linux-6.15/drivers/media/platform/qcom/iris/ |
| H A D | iris_state.c | 11 enum iris_inst_state req_state) in iris_allow_inst_state_change() argument 15 if (req_state == IRIS_INST_INPUT_STREAMING || in iris_allow_inst_state_change() 17 req_state == IRIS_INST_DEINIT) in iris_allow_inst_state_change() 21 if (req_state == IRIS_INST_INIT || in iris_allow_inst_state_change() 22 req_state == IRIS_INST_STREAMING || in iris_allow_inst_state_change() 23 req_state == IRIS_INST_DEINIT) in iris_allow_inst_state_change() 27 if (req_state == IRIS_INST_INIT || in iris_allow_inst_state_change() 28 req_state == IRIS_INST_STREAMING || in iris_allow_inst_state_change() 29 req_state == IRIS_INST_DEINIT) in iris_allow_inst_state_change() 35 req_state == IRIS_INST_DEINIT) in iris_allow_inst_state_change() [all …]
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | wcd-clsh-v2.c | 509 static void wcd_clsh_state_lo(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_lo() argument 742 static void wcd_clsh_state_ear(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_ear() argument 780 switch (req_state) { in _wcd_clsh_ctrl_set_state() 783 wcd_clsh_v3_state_ear(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 785 wcd_clsh_state_ear(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 789 wcd_clsh_v3_state_hph_l(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 791 wcd_clsh_state_hph_l(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 795 wcd_clsh_v3_state_hph_r(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 797 wcd_clsh_state_hph_r(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 801 wcd_clsh_state_lo(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() [all …]
|
| /linux-6.15/arch/arm/mach-omap2/ |
| H A D | powerdomain.c | 1043 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()
|
| H A D | powerdomain.h | 217 bool is_logic_state, u8 req_state);
|
| /linux-6.15/include/linux/soc/ti/ |
| H A D | ti_sci_protocol.h | 111 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.15/fs/smb/server/ |
| H A D | oplock.c | 101 lease->state = lctx->req_state; in alloc_lease() 416 lease->state = lctx->req_state; in grant_write_oplock() 521 lease->state |= lctx->req_state; in same_client_has_lease() 522 if (lctx->req_state & in same_client_has_lease() 529 if (lctx->req_state == in same_client_has_lease() 533 lease->state = lctx->req_state; in same_client_has_lease() 537 if (lctx->req_state && lease->state == in same_client_has_lease() 540 lease_none_upgrade(opinfo, lctx->req_state); in same_client_has_lease() 1268 lctx->req_state = SMB2_LEASE_READ_CACHING_LE; in smb_grant_oplock() 1499 lreq->req_state = lc->lcontext.LeaseState; in parse_lease_state() [all …]
|
| H A D | oplock.h | 26 __le32 req_state; member
|
| H A D | smb2pdu.c | 2816 if ((lc && (lc->req_state & SMB2_LEASE_HANDLE_CACHING_LE)) || in parse_durable_handle_context() 2837 if ((lc && (lc->req_state & SMB2_LEASE_HANDLE_CACHING_LE)) || in parse_durable_handle_context() 3463 lc->req_state &= ~SMB2_LEASE_WRITE_CACHING_LE; in smb2_open() 3474 req_op_level = smb2_map_lease_to_oplock(lc->req_state); in smb2_open() 3477 name, req_op_level, lc->req_state); in smb2_open() 8545 static int check_lease_state(struct lease *lease, __le32 req_state) in check_lease_state() argument 8549 !(req_state & SMB2_LEASE_WRITE_CACHING_LE)) { in check_lease_state() 8550 lease->new_state = req_state; in check_lease_state() 8554 if (lease->new_state == req_state) in check_lease_state()
|
| /linux-6.15/drivers/clk/keystone/ |
| H A D | sci-clk.c | 113 bool req_state, current_state; in sci_clk_is_prepared() local 117 clk->clk_id, &req_state, in sci_clk_is_prepared() 126 return req_state; in sci_clk_is_prepared()
|
| /linux-6.15/include/scsi/ |
| H A D | sg.h | 176 char req_state; /* 0 -> not used, 1 -> written, 2 -> ready to read */ member
|
| /linux-6.15/drivers/firmware/ |
| H A D | ti_sci.c | 1155 u32 dev_id, u32 clk_id, bool *req_state) in ti_sci_cmd_clk_is_auto() argument 1160 if (!req_state) in ti_sci_cmd_clk_is_auto() 1167 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO); in ti_sci_cmd_clk_is_auto() 1184 u32 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_on() argument 1189 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_on() 1197 if (req_state) in ti_sci_cmd_clk_is_on() 1198 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ); in ti_sci_cmd_clk_is_on() 1217 u32 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_off() argument 1222 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_off() 1230 if (req_state) in ti_sci_cmd_clk_is_off() [all …]
|
| /linux-6.15/fs/gfs2/ |
| H A D | glock.h | 128 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
|
| H A D | lock_dlm.c | 290 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() argument 300 req = make_mode(gl->gl_name.ln_sbd, req_state); in gdlm_lock()
|
| /linux-6.15/drivers/misc/genwqe/ |
| H A D | card_base.h | 382 enum genwqe_requ_state req_state; /* request status */ member
|
| H A D | card_ddcb.c | 213 return req->req_state; in ddcb_requ_get_state() 219 req->req_state = new_state; in ddcb_requ_set_state()
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-qup.c | 385 u32 req_state, u32 req_mask) in qup_i2c_poll_state_mask() argument 398 (state & req_mask) == req_state) in qup_i2c_poll_state_mask() 407 static int qup_i2c_poll_state(struct qup_i2c_dev *qup, u32 req_state) in qup_i2c_poll_state() argument 409 return qup_i2c_poll_state_mask(qup, req_state, QUP_STATE_MASK); in qup_i2c_poll_state()
|
| /linux-6.15/drivers/scsi/ |
| H A D | sg.c | 863 rinfo[val].req_state = srp->done + 1; in sg_fill_request_table() 887 char req_state; member
|