Searched refs:req_state (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 108 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/ |
D | powerdomain.c | 1046 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()
|
D | powerdomain.h | 222 bool is_logic_state, u8 req_state);
|
/Linux-v4.19/drivers/firmware/ |
D | ti_sci.c | 1110 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/ |
D | sci-clk.c | 115 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/ |
D | sg.h | 117 char req_state; /* 0 -> not used, 1 -> written, 2 -> ready to read */ member
|
/Linux-v4.19/fs/gfs2/ |
D | glock.h | 132 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
|
D | lock_dlm.c | 252 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/ |
D | card_base.h | 390 enum genwqe_requ_state req_state; /* request status */ member
|
D | card_ddcb.c | 222 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/ |
D | i2c-qup.c | 382 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/ |
D | compat_ioctl.c | 348 char req_state; member
|
/Linux-v4.19/drivers/scsi/ |
D | sg.c | 879 rinfo[val].req_state = srp->done + 1; in sg_fill_request_table()
|