/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-base.c | 49 dpy_info->pmodes[i].r.width = cpu_to_le32(g->req_state[i].width); in virtio_gpu_base_fill_display_info() 50 dpy_info->pmodes[i].r.height = cpu_to_le32(g->req_state[i].height); in virtio_gpu_base_fill_display_info() 60 .width_mm = g->req_state[scanout].width_mm, in virtio_gpu_base_generate_edid() 61 .height_mm = g->req_state[scanout].height_mm, in virtio_gpu_base_generate_edid() 62 .prefx = g->req_state[scanout].width, in virtio_gpu_base_generate_edid() 63 .prefy = g->req_state[scanout].height, in virtio_gpu_base_generate_edid() 64 .refresh_rate = g->req_state[scanout].refresh_rate, in virtio_gpu_base_generate_edid() 97 g->req_state[idx].x = info->xoff; in virtio_gpu_ui_info() 98 g->req_state[idx].y = info->yoff; in virtio_gpu_ui_info() 99 g->req_state[idx].refresh_rate = info->refresh_rate; in virtio_gpu_ui_info() [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wcd-clsh-v2.c | 490 static void wcd_clsh_v3_state_aux(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_aux() argument 509 static void wcd_clsh_state_lo(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_lo() argument 536 static void wcd_clsh_v3_state_hph_r(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_hph_r() argument 568 static void wcd_clsh_state_hph_r(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_hph_r() argument 626 static void wcd_clsh_v3_state_hph_l(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_hph_l() argument 658 static void wcd_clsh_state_hph_l(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_hph_l() argument 716 static void wcd_clsh_v3_state_ear(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_v3_state_ear() argument 742 static void wcd_clsh_state_ear(struct wcd_clsh_ctrl *ctrl, int req_state, in wcd_clsh_state_ear() argument 777 static int _wcd_clsh_ctrl_set_state(struct wcd_clsh_ctrl *ctrl, int req_state, in _wcd_clsh_ctrl_set_state() argument 780 switch (req_state) { in _wcd_clsh_ctrl_set_state() [all …]
|
/openbmc/u-boot/include/linux/soc/ti/ |
H A D | ti_sci_protocol.h | 128 bool *req_state, bool *current_state); 130 bool *req_state, bool *current_state); 195 bool *req_state); 197 bool *req_state, bool *current_state); 199 bool *req_state, bool *current_state);
|
/openbmc/linux/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);
|
/openbmc/linux/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);
|
/openbmc/u-boot/drivers/firmware/ |
H A D | ti_sci.c | 971 u32 dev_id, u8 clk_id, bool *req_state) in ti_sci_cmd_clk_is_auto() argument 976 if (!req_state) in ti_sci_cmd_clk_is_auto() 983 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO); in ti_sci_cmd_clk_is_auto() 1000 u8 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_on() argument 1005 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_on() 1013 if (req_state) in ti_sci_cmd_clk_is_on() 1014 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ); in ti_sci_cmd_clk_is_on() 1033 u8 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_off() argument 1038 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_off() 1046 if (req_state) in ti_sci_cmd_clk_is_off() [all …]
|
/openbmc/linux/fs/smb/server/ |
H A D | oplock.c | 102 lease->state = lctx->req_state; in alloc_lease() 429 lease->state = lctx->req_state; in grant_write_oplock() 450 if (lctx->req_state & SMB2_LEASE_HANDLE_CACHING_LE) in grant_read_oplock() 532 lease->state == (lctx->req_state & lease->state)) { in same_client_has_lease() 534 lease->state |= lctx->req_state; in same_client_has_lease() 535 if (lctx->req_state & in same_client_has_lease() 542 if (lctx->req_state == in same_client_has_lease() 546 lease->state = lctx->req_state; in same_client_has_lease() 550 if (lctx->req_state && lease->state == in same_client_has_lease() 553 lease_none_upgrade(opinfo, lctx->req_state); in same_client_has_lease() [all …]
|
H A D | oplock.h | 33 __le32 req_state; member
|
H A D | smb2pdu.c | 2783 if ((lc && (lc->req_state & SMB2_LEASE_HANDLE_CACHING_LE)) || in parse_durable_handle_context() 2804 if ((lc && (lc->req_state & SMB2_LEASE_HANDLE_CACHING_LE)) || in parse_durable_handle_context() 3429 lc->req_state &= ~SMB2_LEASE_WRITE_CACHING_LE; in smb2_open() 3440 req_op_level = smb2_map_lease_to_oplock(lc->req_state); in smb2_open() 3443 name, req_op_level, lc->req_state); in smb2_open() 8496 static int check_lease_state(struct lease *lease, __le32 req_state) in check_lease_state() argument 8500 !(req_state & SMB2_LEASE_WRITE_CACHING_LE)) { in check_lease_state() 8501 lease->new_state = req_state; in check_lease_state() 8505 if (lease->new_state == req_state) in check_lease_state()
|
/openbmc/linux/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()
|
/openbmc/linux/include/scsi/ |
H A D | sg.h | 176 char req_state; /* 0 -> not used, 1 -> written, 2 -> ready to read */ member
|
/openbmc/linux/drivers/firmware/ |
H A D | ti_sci.c | 1149 u32 dev_id, u32 clk_id, bool *req_state) in ti_sci_cmd_clk_is_auto() argument 1154 if (!req_state) in ti_sci_cmd_clk_is_auto() 1161 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO); in ti_sci_cmd_clk_is_auto() 1178 u32 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_on() argument 1183 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_on() 1191 if (req_state) in ti_sci_cmd_clk_is_on() 1192 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ); in ti_sci_cmd_clk_is_on() 1211 u32 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_off() argument 1216 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_off() 1224 if (req_state) in ti_sci_cmd_clk_is_off() [all …]
|
/openbmc/linux/fs/gfs2/ |
H A D | glock.h | 127 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
|
H A D | lock_dlm.c | 260 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock() argument 269 req = make_mode(gl->gl_name.ln_sbd, req_state); in gdlm_lock()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/i2c/busses/ |
H A 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()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-gpu.h | 156 struct virtio_gpu_requested_state req_state[VIRTIO_GPU_MAX_SCANOUTS]; member
|
/openbmc/linux/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
|