Searched refs:pes (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gv100.c | 91 u32 pes, temp, tpc_new = 0; in gv100_gr_nonpes_aware_tpc() local 93 for (pes = 0; pes < gr->ppc_nr[gpc]; pes++) { in gv100_gr_nonpes_aware_tpc() 94 if (gr->ppc_tpc_mask[gpc][pes] & BIT(tpc)) in gv100_gr_nonpes_aware_tpc() 97 tpc_new += gr->ppc_tpc_nr[gpc][pes]; in gv100_gr_nonpes_aware_tpc() 100 temp = (BIT(tpc) - 1) & gr->ppc_tpc_mask[gpc][pes]; in gv100_gr_nonpes_aware_tpc() 122 u32 pes; in gv100_gr_scg_estimate_perf() local 165 for (pes = 0; pes < gr->ppc_nr[gpc]; pes++) { in gv100_gr_scg_estimate_perf() 167 num_tpc_mask = gr->ppc_tpc_mask[gpc][pes] & gpc_tpc_mask[gpc]; in gv100_gr_scg_estimate_perf() 231 u32 gpc, tpc, pes, gtpc; in gv100_gr_oneinit_sm_id() local 243 for (pes = 0; pes < gr->ppc_nr[gpc]; pes++) in gv100_gr_oneinit_sm_id() [all …]
|
/linux/drivers/staging/media/av7110/ |
H A D | dvb_filter.c | 82 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes, in dvb_filter_pes2ts() argument 96 memcpy(buf + 4, pes, 184); in dvb_filter_pes2ts() 100 len -= 184; pes += 184; in dvb_filter_pes2ts() 113 memcpy(buf + 5 + rest, pes, len); in dvb_filter_pes2ts()
|
H A D | av7110_av.c | 572 memset(p->pes, 0, TS_SIZE); in av7110_p2t_init() 582 memset(p->pes, 0, TS_SIZE); in clear_p2t() 675 p->pes[0] = 0x00; in av7110_p2t_write() 676 p->pes[1] = 0x00; in av7110_p2t_write() 677 p->pes[2] = 0x01; in av7110_p2t_write() 678 p->pes[3] = buf[c]; in av7110_p2t_write() 680 memcpy(p->pes + p->pos, buf + c, (TS_SIZE - 4) - p->pos); in av7110_p2t_write() 682 p_to_t(p->pes, (TS_SIZE - 4), pid, &p->counter, p->feed); in av7110_p2t_write() 700 memcpy(p->pes + p->pos, buf, l); in av7110_p2t_write() 703 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed); in av7110_p2t_write() [all …]
|
H A D | dvb_filter.h | 35 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes,
|
H A D | av7110.h | 63 u8 pes[TS_SIZE]; member
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx_fcalls.rst | 21 dmx-set-pes-filter 24 dmx-get-pes-pids
|
/linux/include/media/ |
H A D | dmxdev.h | 137 struct dmx_pes_filter_params pes; member
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel.c | 274 for (pe = 0; pe < priv->config.pes; pe++) { in eip197_init_firmware() 352 for (pe = 0; pe < priv->config.pes; pe++) { in poll_fw_ready() 375 for (pe = 0; pe < priv->config.pes; pe++) { in eip197_start_firmware() 452 for (pe = 0; pe < priv->config.pes; pe++) in eip197_load_firmwares() 495 (priv->config.pes * EIP197_FETCH_DEPTH)); in safexcel_hw_setup_cdesc_rings() 551 (priv->config.pes * EIP197_FETCH_DEPTH)); in safexcel_hw_setup_rdesc_rings() 600 priv->config.pes, priv->config.rings); in safexcel_hw_init() 626 for (pe = 0; pe < priv->config.pes; pe++) { in safexcel_hw_init() 768 for (pe = 0; pe < priv->config.pes; pe++) { in safexcel_hw_init() 1328 priv->config.pes = priv->hwconfig.hwnumpes; in safexcel_configure()
|
H A D | safexcel.h | 676 u32 pes; member
|
/linux/drivers/media/usb/ttusb-dec/ |
H A D | ttusb_dec.c | 213 unsigned char *pes, int len, int payload_start) in dvb_filter_pes2ts() argument 226 memcpy(buf+4, pes, 184); in dvb_filter_pes2ts() 229 len-=184; pes+=184; in dvb_filter_pes2ts() 242 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
|