Home
last modified time | relevance | path

Searched refs:pstate (Results 1 - 25 of 41) sorted by relevance

12

/third_party/libsnd/src/G72x/
H A Dg72x.c135 { G72x_STATE *pstate ; in g72x_reader_init() local
137 if ((pstate = g72x_state_new ()) == NULL) in g72x_reader_init()
140 private_init_state (pstate) ; in g72x_reader_init()
142 pstate->encoder = NULL ; in g72x_reader_init()
146 pstate->decoder = g723_16_decoder ; in g72x_reader_init()
149 pstate->codec_bits = 2 ; in g72x_reader_init()
150 pstate->blocksize = G723_16_BYTES_PER_BLOCK ; in g72x_reader_init()
151 pstate->samplesperblock = G723_16_SAMPLES_PER_BLOCK ; in g72x_reader_init()
155 pstate->decoder = g723_24_decoder ; in g72x_reader_init()
158 pstate in g72x_reader_init()
190 { G72x_STATE *pstate ; g72x_writer_init() local
243 g72x_decode_block(G72x_STATE *pstate, const unsigned char *block, short *samples) g72x_decode_block() argument
254 g72x_encode_block(G72x_STATE *pstate, short *samples, unsigned char *block) g72x_encode_block() argument
[all...]
H A Dg72x.h75 int g72x_decode_block (struct g72x_state *pstate, const unsigned char *block, short *samples) ;
83 int g72x_encode_block (struct g72x_state *pstate, short *samples, unsigned char *block) ;
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dprocess.c230 u64 pstate = regs->pstate; in print_pstate() local
233 printk("pstate: %08llx (%c%c%c%c %c %s %s %c%c%c)\n", pstate, pstate & PSR_AA32_N_BIT ? 'N' : 'n', in print_pstate()
234 pstate & PSR_AA32_Z_BIT ? 'Z' : 'z', pstate & PSR_AA32_C_BIT ? 'C' : 'c', in print_pstate()
235 pstate & PSR_AA32_V_BIT ? 'V' : 'v', pstate & PSR_AA32_Q_BIT ? 'Q' : 'q', in print_pstate()
236 pstate in print_pstate()
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_if.h21 /* pointer to the device request */ void **pptr, /* data pointer */ uint16_t *plen, /* maximum transfer length */ uint16_t offset, /* data offset */ uint8_t *pstate);
24 /* pointer to the device request */ void **pptr, /* data pointer */ uint16_t *plen, /* maximum transfer length */ uint16_t offset, /* data offset */ uint8_t *pstate) in USB_HANDLE_REQUEST()
28 return ((usb_handle_request_t *) _m)(dev, req, pptr, plen, offset, pstate); in USB_HANDLE_REQUEST()
23 USB_HANDLE_REQUEST(device_t dev, const void *req, void **pptr, uint16_t *plen, uint16_t offset, uint8_t *pstate) USB_HANDLE_REQUEST() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c63 create_render_pass2(struct zink_screen *screen, struct zink_render_pass_state *state, struct zink_render_pass_pipeline_state *pstate) in create_render_pass2() argument
75 pstate->num_attachments = state->num_cbufs; in create_render_pass2()
76 pstate->num_cresolves = state->num_cresolves; in create_render_pass2()
77 pstate->num_zsresolves = state->num_zsresolves; in create_render_pass2()
78 pstate->fbfetch = 0; in create_render_pass2()
84 pstate->attachments[i].format = attachments[i].format = rt->format; in create_render_pass2()
85 pstate->attachments[i].samples = attachments[i].samples = rt->samples; in create_render_pass2()
107 pstate->fbfetch = 1; in create_render_pass2()
132 pstate->attachments[num_attachments].format = attachments[num_attachments].format = rt->format; in create_render_pass2()
133 pstate in create_render_pass2()
234 zink_create_render_pass(struct zink_screen *screen, struct zink_render_pass_state *state, struct zink_render_pass_pipeline_state *pstate) zink_create_render_pass() argument
289 rp_state_size(const struct zink_render_pass_pipeline_state *pstate) rp_state_size() argument
433 struct zink_render_pass_pipeline_state pstate; get_render_pass() local
[all...]
H A Dzink_render_pass.h94 struct zink_render_pass_pipeline_state *pstate);
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_arm64.c45 output->printf(output, " pc %016lx cpsr %08lx mode %s\n", regs->pc, regs->pstate, mode_name(regs)); in fiq_debugger_dump_pc()
60 output->printf(output, " cpsr %08x (%s)\n", regs->pstate, mode_name(regs)); in fiq_debugger_dump_regs_aarch32()
85 output->printf(output, " pc %016lx cpsr %08x (%s)\n", regs->pc, regs->pstate, mode_name(regs)); in fiq_debugger_dump_regs_aarch64()
106 u32 pstate = READ_SPECIAL_REG(CurrentEl); in fiq_debugger_dump_allregs() local
107 bool in_el2 = (pstate & PSR_MODE_MASK) >= PSR_MODE_EL2t; in fiq_debugger_dump_allregs()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_arm64.c41 regs->pc, regs->pstate, mode_name(regs)); in fiq_debugger_dump_pc()
60 regs->pstate, mode_name(regs)); in fiq_debugger_dump_regs_aarch32()
100 regs->pc, regs->pstate, mode_name(regs)); in fiq_debugger_dump_regs_aarch64()
121 u32 pstate = READ_SPECIAL_REG(CurrentEl); in fiq_debugger_dump_allregs() local
122 bool in_el2 = (pstate & PSR_MODE_MASK) >= PSR_MODE_EL2t; in fiq_debugger_dump_allregs()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c880 struct drm_plane_state *pstate; in vop_hdr_atomic_check() local
897 pstate = drm_atomic_get_plane_state(state, plane); in vop_hdr_atomic_check()
898 if (IS_ERR(pstate)) { in vop_hdr_atomic_check()
899 return PTR_ERR(pstate); in vop_hdr_atomic_check()
901 vop_plane_state = to_vop_plane_state(pstate); in vop_hdr_atomic_check()
902 if (!pstate->fb) { in vop_hdr_atomic_check()
941 pstate = drm_atomic_get_plane_state(state, plane); in vop_hdr_atomic_check()
942 if (IS_ERR(pstate)) { in vop_hdr_atomic_check()
943 return PTR_ERR(pstate); in vop_hdr_atomic_check()
945 vop_plane_state = to_vop_plane_state(pstate); in vop_hdr_atomic_check()
1158 struct drm_plane_state *pstate; vop_csc_atomic_check() local
2367 struct vop_plane_state *pstate = to_vop_plane_state(state); vop_plane_info_dump() local
2585 vop_plane_line_bandwidth(struct drm_plane_state *pstate) vop_plane_line_bandwidth() argument
2650 struct drm_plane_state *pstate; vop_crtc_bandwidth() local
3160 struct drm_plane_state *pstate; vop_afbdc_atomic_check() local
3326 struct drm_plane_state *pstate; vop_crtc_atomic_check() local
[all...]
H A Drockchip_drm_vop2.c845 static inline bool vop2_plane_active(struct drm_plane_state *pstate) in vop2_plane_active() argument
847 if (!pstate || !pstate->fb) { in vop2_plane_active()
2339 struct drm_plane_state *pstate = &vpstate->base; in vop2_setup_csc_mode() local
2341 int is_input_yuv = is_yuv_support(pstate->fb->format->format); in vop2_setup_csc_mode()
3444 static int vop2_cluster_two_win_mode_check(struct drm_plane_state *pstate) in vop2_cluster_two_win_mode_check() argument
3446 struct drm_atomic_state *state = pstate->state; in vop2_cluster_two_win_mode_check()
3447 struct drm_plane *plane = pstate->plane; in vop2_cluster_two_win_mode_check()
3452 int actual_w = drm_rect_width(&pstate->src) >> 0x10; in vop2_cluster_two_win_mode_check()
3455 if (pstate in vop2_cluster_two_win_mode_check()
3487 vop2_cluter_splice_scale_check(struct vop2_win *win, struct drm_plane_state *pstate, u16 hdisplay) vop2_cluter_splice_scale_check() argument
3518 vop2_plane_splice_check(struct drm_plane *plane, struct drm_plane_state *pstate, struct drm_display_mode *mode) vop2_plane_splice_check() argument
3779 struct drm_plane_state *pstate = plane->state; vop2_plane_setup_color_key() local
3893 vop2_win_atomic_update(struct vop2_win *win, struct drm_rect *src, struct drm_rect *dst, struct drm_plane_state *pstate) vop2_win_atomic_update() argument
4121 struct drm_plane_state *pstate = plane->state; vop2_plane_atomic_update() local
4270 struct drm_plane_state *pstate; rockchip_atomic_helper_update_plane() local
4328 struct drm_plane_state *pstate; rockchip_atomic_helper_disable_plane() local
4645 struct drm_plane_state *pstate = plane->state; vop2_plane_info_dump() local
4926 vop2_plane_line_bandwidth(struct drm_plane_state *pstate) vop2_plane_line_bandwidth() argument
4990 struct drm_plane_state *pstate; vop2_crtc_bandwidth() local
6257 struct drm_plane_state *pstate; vop2_setup_hdr10() local
6572 struct drm_plane_state *pstate; vop2_setup_alpha() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c870 static inline bool vop2_plane_active(struct drm_plane_state *pstate) in vop2_plane_active() argument
872 if (!pstate || !pstate->fb) in vop2_plane_active()
2334 struct drm_plane_state *pstate = &vpstate->base; in vop2_setup_csc_mode() local
2336 int is_input_yuv = is_yuv_support(pstate->fb->format->format); in vop2_setup_csc_mode()
3445 static int vop2_cluster_two_win_mode_check(struct drm_plane_state *pstate) in vop2_cluster_two_win_mode_check() argument
3447 struct drm_atomic_state *state = pstate->state; in vop2_cluster_two_win_mode_check()
3448 struct drm_plane *plane = pstate->plane; in vop2_cluster_two_win_mode_check()
3453 int actual_w = drm_rect_width(&pstate->src) >> 16; in vop2_cluster_two_win_mode_check()
3456 if (pstate in vop2_cluster_two_win_mode_check()
3490 vop2_cluter_splice_scale_check(struct vop2_win *win, struct drm_plane_state *pstate, u16 hdisplay) vop2_cluter_splice_scale_check() argument
3525 vop2_plane_splice_check(struct drm_plane *plane, struct drm_plane_state *pstate, struct drm_display_mode *mode) vop2_plane_splice_check() argument
3786 struct drm_plane_state *pstate = plane->state; vop2_plane_setup_color_key() local
3896 vop2_win_atomic_update(struct vop2_win *win, struct drm_rect *src, struct drm_rect *dst, struct drm_plane_state *pstate) vop2_win_atomic_update() argument
4119 struct drm_plane_state *pstate = plane->state; vop2_plane_atomic_update() local
4272 struct drm_plane_state *pstate; rockchip_atomic_helper_update_plane() local
4328 struct drm_plane_state *pstate; rockchip_atomic_helper_disable_plane() local
4647 struct drm_plane_state *pstate = plane->state; vop2_plane_info_dump() local
4937 vop2_plane_line_bandwidth(struct drm_plane_state *pstate) vop2_plane_line_bandwidth() argument
4999 struct drm_plane_state *pstate; vop2_crtc_bandwidth() local
6310 struct drm_plane_state *pstate; vop2_setup_hdr10() local
6611 struct drm_plane_state *pstate; vop2_setup_alpha() local
[all...]
/third_party/musl/arch/aarch64/bits/
H A Duser.h5 unsigned long long pstate; member
H A Dsignal.h21 unsigned long sp, pc, pstate; member
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c249 typedef struct ]b4_prefix[pstate ]b4_prefix[pstate;
253 [[b4_prefix[pstate *ps]], [[ps]]]b4_pure_if([,
259 [[b4_prefix[pstate *ps]], [[ps]]]m4_ifset([b4_parse_param], [,
261 b4_function_declare([b4_prefix[pstate_new]], [b4_prefix[pstate *]],
264 [[b4_prefix[pstate *ps]], [[ps]]])dnl
327 #define yypstate ]b4_prefix[pstate]])[
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulonglong,
/third_party/rust/crates/libc/src/unix/nto/
H A Daarch64.rs22 pub pstate: u64,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulong,
/device/soc/rockchip/common/sdk_linux/drivers/opp/
H A Dof.c798 new_opp->pstate = pm_genpd_opp_to_performance_state(dev, new_opp); in _opp_add_static_v2()
890 if (opp->pstate) { in _of_add_opp_table_v2()
1206 int pstate = -EINVAL; in of_get_required_opp_performance_state() local
1221 pstate = opp->pstate; in of_get_required_opp_performance_state()
1230 return pstate; in of_get_required_opp_performance_state()
H A Ddebugfs.c121 debugfs_create_u32("performance_state", S_IRUGO, d, &opp->pstate); in opp_debug_create_one()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c103 struct ir3_legalize_state *pstate = &pbd->state; in legalize_block() local
108 regmask_or(&state->needs_ss, &state->needs_ss, &pstate->needs_ss); in legalize_block()
110 &pstate->needs_ss_war); in legalize_block()
111 regmask_or(&state->needs_sy, &state->needs_sy, &pstate->needs_sy); in legalize_block()
120 struct ir3_legalize_state *pstate = &pbd->state; in legalize_block() local
122 regmask_or_shared(&state->needs_ss, &state->needs_ss, &pstate->needs_ss); in legalize_block()
/third_party/libunwind/libunwind/src/aarch64/
H A DGresume.c135 sc->pstate = uc->uc_mcontext.pstate; in aarch64_local_resume()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H A Dalign.rs24 pub pstate: ::c_ulonglong,
/third_party/libunwind/libunwind/include/
H A Dlibunwind-aarch64.h197 uint64_t pstate; member
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Dopp.h59 * @pstate: Device's power domain's performance state.
81 unsigned int pstate; member
/third_party/FreeBSD/stand/kshim/
H A Dbsd_kernel.h119 uint16_t offset, uint8_t *pstate);

Completed in 32 milliseconds

12