Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/soc/ti/
Dti_sci_protocol.h108 bool *req_state, bool *current_state);
110 bool *req_state, bool *current_state);
175 bool *req_state);
177 bool *req_state, bool *current_state);
179 bool *req_state, bool *current_state);
/Linux-v4.19/arch/arm/mach-omap2/
Dpowerdomain.c1046 bool is_logic_state, u8 req_state) in pwrdm_get_valid_lp_state() argument
1056 if (pwrdm_states & BIT(req_state)) in pwrdm_get_valid_lp_state()
1057 return req_state; in pwrdm_get_valid_lp_state()
1059 if (!req_state) in pwrdm_get_valid_lp_state()
1066 new_pwrst = req_state - 1; in pwrdm_get_valid_lp_state()
1082 new_pwrst = req_state + 1; in pwrdm_get_valid_lp_state()
Dpowerdomain.h222 bool is_logic_state, u8 req_state);
/Linux-v4.19/drivers/firmware/
Dti_sci.c1110 u32 dev_id, u8 clk_id, bool *req_state) in ti_sci_cmd_clk_is_auto() argument
1115 if (!req_state) in ti_sci_cmd_clk_is_auto()
1122 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO); in ti_sci_cmd_clk_is_auto()
1139 u8 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_on() argument
1144 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_on()
1152 if (req_state) in ti_sci_cmd_clk_is_on()
1153 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ); in ti_sci_cmd_clk_is_on()
1172 u8 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_off() argument
1177 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_off()
1185 if (req_state) in ti_sci_cmd_clk_is_off()
[all …]
/Linux-v4.19/drivers/clk/keystone/
Dsci-clk.c115 bool req_state, current_state; in sci_clk_is_prepared() local
119 clk->clk_id, &req_state, in sci_clk_is_prepared()
128 return req_state; in sci_clk_is_prepared()
/Linux-v4.19/include/scsi/
Dsg.h117 char req_state; /* 0 -> not used, 1 -> written, 2 -> ready to read */ member
/Linux-v4.19/fs/gfs2/
Dglock.h132 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
Dlock_dlm.c252 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() argument
260 req = make_mode(req_state); in gdlm_lock()
/Linux-v4.19/drivers/misc/genwqe/
Dcard_base.h390 enum genwqe_requ_state req_state; /* request status */ member
Dcard_ddcb.c222 return req->req_state; in ddcb_requ_get_state()
228 req->req_state = new_state; in ddcb_requ_set_state()
/Linux-v4.19/drivers/i2c/busses/
Di2c-qup.c382 u32 req_state, u32 req_mask) in qup_i2c_poll_state_mask() argument
395 (state & req_mask) == req_state) in qup_i2c_poll_state_mask()
404 static int qup_i2c_poll_state(struct qup_i2c_dev *qup, u32 req_state) in qup_i2c_poll_state() argument
406 return qup_i2c_poll_state_mask(qup, req_state, QUP_STATE_MASK); in qup_i2c_poll_state()
/Linux-v4.19/fs/
Dcompat_ioctl.c348 char req_state; member
/Linux-v4.19/drivers/scsi/
Dsg.c879 rinfo[val].req_state = srp->done + 1; in sg_fill_request_table()