req_state 1043 arch/arm/mach-omap2/powerdomain.c bool is_logic_state, u8 req_state) req_state 1053 arch/arm/mach-omap2/powerdomain.c if (pwrdm_states & BIT(req_state)) req_state 1054 arch/arm/mach-omap2/powerdomain.c return req_state; req_state 1056 arch/arm/mach-omap2/powerdomain.c if (!req_state) req_state 1063 arch/arm/mach-omap2/powerdomain.c new_pwrst = req_state - 1; req_state 1079 arch/arm/mach-omap2/powerdomain.c new_pwrst = req_state + 1; req_state 219 arch/arm/mach-omap2/powerdomain.h bool is_logic_state, u8 req_state); req_state 118 drivers/clk/keystone/sci-clk.c bool req_state, current_state; req_state 122 drivers/clk/keystone/sci-clk.c clk->clk_id, &req_state, req_state 131 drivers/clk/keystone/sci-clk.c return req_state; req_state 1162 drivers/firmware/ti_sci.c u32 dev_id, u32 clk_id, bool *req_state) req_state 1167 drivers/firmware/ti_sci.c if (!req_state) req_state 1174 drivers/firmware/ti_sci.c *req_state = (state == MSG_CLOCK_SW_STATE_AUTO); req_state 1191 drivers/firmware/ti_sci.c u32 clk_id, bool *req_state, bool *curr_state) req_state 1196 drivers/firmware/ti_sci.c if (!req_state && !curr_state) req_state 1204 drivers/firmware/ti_sci.c if (req_state) req_state 1205 drivers/firmware/ti_sci.c *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ); req_state 1224 drivers/firmware/ti_sci.c u32 clk_id, bool *req_state, bool *curr_state) req_state 1229 drivers/firmware/ti_sci.c if (!req_state && !curr_state) req_state 1237 drivers/firmware/ti_sci.c if (req_state) req_state 1238 drivers/firmware/ti_sci.c *req_state = (r_state == MSG_CLOCK_SW_STATE_UNREQ); req_state 382 drivers/i2c/busses/i2c-qup.c u32 req_state, u32 req_mask) req_state 395 drivers/i2c/busses/i2c-qup.c (state & req_mask) == req_state) req_state 404 drivers/i2c/busses/i2c-qup.c static int qup_i2c_poll_state(struct qup_i2c_dev *qup, u32 req_state) req_state 406 drivers/i2c/busses/i2c-qup.c return qup_i2c_poll_state_mask(qup, req_state, QUP_STATE_MASK); req_state 382 drivers/misc/genwqe/card_base.h enum genwqe_requ_state req_state; /* request status */ req_state 213 drivers/misc/genwqe/card_ddcb.c return req->req_state; req_state 219 drivers/misc/genwqe/card_ddcb.c req->req_state = new_state; req_state 878 drivers/scsi/sg.c rinfo[val].req_state = srp->done + 1; req_state 240 fs/compat_ioctl.c char req_state; req_state 129 fs/gfs2/glock.h int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state, req_state 250 fs/gfs2/lock_dlm.c static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, req_state 258 fs/gfs2/lock_dlm.c req = make_mode(gl->gl_name.ln_sbd, req_state); req_state 111 include/linux/soc/ti/ti_sci_protocol.h bool *req_state, bool *current_state); req_state 113 include/linux/soc/ti/ti_sci_protocol.h bool *req_state, bool *current_state); req_state 178 include/linux/soc/ti/ti_sci_protocol.h bool *req_state); req_state 180 include/linux/soc/ti/ti_sci_protocol.h bool *req_state, bool *current_state); req_state 182 include/linux/soc/ti/ti_sci_protocol.h bool *req_state, bool *current_state); req_state 117 include/scsi/sg.h char req_state; /* 0 -> not used, 1 -> written, 2 -> ready to read */ req_state 292 sound/soc/codecs/wcd-clsh-v2.c static void wcd_clsh_state_lo(struct wcd_clsh_ctrl *ctrl, int req_state, req_state 319 sound/soc/codecs/wcd-clsh-v2.c static void wcd_clsh_state_hph_r(struct wcd_clsh_ctrl *ctrl, int req_state, req_state 377 sound/soc/codecs/wcd-clsh-v2.c static void wcd_clsh_state_hph_l(struct wcd_clsh_ctrl *ctrl, int req_state, req_state 435 sound/soc/codecs/wcd-clsh-v2.c static void wcd_clsh_state_ear(struct wcd_clsh_ctrl *ctrl, int req_state, req_state 470 sound/soc/codecs/wcd-clsh-v2.c static int _wcd_clsh_ctrl_set_state(struct wcd_clsh_ctrl *ctrl, int req_state, req_state 473 sound/soc/codecs/wcd-clsh-v2.c switch (req_state) { req_state 475 sound/soc/codecs/wcd-clsh-v2.c wcd_clsh_state_ear(ctrl, req_state, is_enable, mode); req_state 478 sound/soc/codecs/wcd-clsh-v2.c wcd_clsh_state_hph_l(ctrl, req_state, is_enable, mode); req_state 481 sound/soc/codecs/wcd-clsh-v2.c wcd_clsh_state_hph_r(ctrl, req_state, is_enable, mode); req_state 485 sound/soc/codecs/wcd-clsh-v2.c wcd_clsh_state_lo(ctrl, req_state, is_enable, mode);