/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | wcd-clsh-v2.c | 292 static void wcd_clsh_state_lo(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_lo() argument 319 static void wcd_clsh_state_hph_r(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_hph_r() argument 377 static void wcd_clsh_state_hph_l(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_hph_l() argument 435 static void wcd_clsh_state_ear(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_ear() argument 470 static int _wcd_clsh_ctrl_set_state(struct wcd_clsh_ctrl *ctrl, int req_state, in _wcd_clsh_ctrl_set_state() argument 473 switch (req_state) { in _wcd_clsh_ctrl_set_state() 475 wcd_clsh_state_ear(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 478 wcd_clsh_state_hph_l(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 481 wcd_clsh_state_hph_r(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state() 485 wcd_clsh_state_lo(ctrl, req_state, is_enable, mode); in _wcd_clsh_ctrl_set_state()
|
/kernel/linux/linux-5.10/include/linux/soc/ti/ |
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);
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
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()
|
D | powerdomain.h | 219 bool is_logic_state, u8 req_state);
|
/kernel/linux/linux-5.10/drivers/clk/keystone/ |
D | sci-clk.c | 122 bool req_state, current_state; in sci_clk_is_prepared() local 126 clk->clk_id, &req_state, in sci_clk_is_prepared() 135 return req_state; in sci_clk_is_prepared()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | sg.h | 147 char req_state; /* 0 -> not used, 1 -> written, 2 -> ready to read */ member
|
/kernel/linux/linux-5.10/drivers/firmware/ |
D | ti_sci.c | 1146 u32 dev_id, u32 clk_id, bool *req_state) in ti_sci_cmd_clk_is_auto() argument 1151 if (!req_state) in ti_sci_cmd_clk_is_auto() 1158 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO); in ti_sci_cmd_clk_is_auto() 1175 u32 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_on() argument 1180 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_on() 1188 if (req_state) in ti_sci_cmd_clk_is_on() 1189 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ); in ti_sci_cmd_clk_is_on() 1208 u32 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_off() argument 1213 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_off() 1221 if (req_state) in ti_sci_cmd_clk_is_off() [all …]
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | glock.h | 129 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
|
D | lock_dlm.c | 254 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() argument 262 req = make_mode(gl->gl_name.ln_sbd, req_state); in gdlm_lock()
|
/kernel/linux/linux-5.10/drivers/misc/genwqe/ |
D | card_base.h | 382 enum genwqe_requ_state req_state; /* request status */ member
|
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()
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
D | i2c-qup.c | 377 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()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | sg.c | 865 rinfo[val].req_state = srp->done + 1; in sg_fill_request_table() 889 char req_state; member
|