Searched refs:pes (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
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-6.3-rc2/drivers/staging/media/av7110/ |
A D | dvb_filter.c | 83 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes, in dvb_filter_pes2ts() argument 97 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()
|
A D | av7110_av.c | 567 memset(p->pes, 0, TS_SIZE); in av7110_p2t_init() 577 memset(p->pes, 0, TS_SIZE); in clear_p2t() 670 p->pes[0] = 0x00; in av7110_p2t_write() 671 p->pes[1] = 0x00; in av7110_p2t_write() 672 p->pes[2] = 0x01; in av7110_p2t_write() 673 p->pes[3] = buf[c]; in av7110_p2t_write() 675 memcpy(p->pes + p->pos, buf + c, (TS_SIZE - 4) - p->pos); in av7110_p2t_write() 677 p_to_t(p->pes, (TS_SIZE - 4), pid, &p->counter, p->feed); in av7110_p2t_write() 695 memcpy(p->pes + p->pos, buf, l); in av7110_p2t_write() 698 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed); in av7110_p2t_write() [all …]
|
A D | dvb_filter.h | 36 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes,
|
A D | av7110.h | 60 u8 pes[TS_SIZE]; member
|
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/ |
A D | dmx_fcalls.rst | 21 dmx-set-pes-filter 24 dmx-get-pes-pids
|
/linux-6.3-rc2/include/media/ |
A D | dmxdev.h | 137 struct dmx_pes_filter_params pes; member
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
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() 1332 priv->config.pes = priv->hwconfig.hwnumpes; in safexcel_configure()
|
A D | safexcel.h | 676 u32 pes; member
|
/linux-6.3-rc2/drivers/media/dvb-core/ |
A D | dmxdev.c | 434 if (dmxdevfilter->params.pes.output == DMX_OUT_DECODER) { in dvb_dmxdev_ts_callback() 439 if (dmxdevfilter->params.pes.output == DMX_OUT_TAP || in dvb_dmxdev_ts_callback() 440 dmxdevfilter->params.pes.output == DMX_OUT_TSDEMUX_TAP) { in dvb_dmxdev_ts_callback() 616 struct dmx_pes_filter_params *para = &filter->params.pes; in dvb_dmxdev_start_feed() 877 if ((filter->params.pes.output != DMX_OUT_TSDEMUX_TAP) && in dvb_dmxdev_add_pid() 957 dmxdevfilter->params.pes.pid); in dvb_dmxdev_pes_filter_set()
|
/linux-6.3-rc2/drivers/media/usb/ttusb-dec/ |
A D | ttusb_dec.c | 212 unsigned char *pes, int len, int payload_start) in dvb_filter_pes2ts() argument 225 memcpy(buf+4, pes, 184); in dvb_filter_pes2ts() 228 len-=184; pes+=184; in dvb_filter_pes2ts() 241 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
|
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/ |
A D | rt2800lib.c | 9382 static void rt2800_iq_search(struct rt2x00_dev *rt2x00dev, u8 ch_idx, u8 *ges, u8 *pes) in rt2800_iq_search() argument 9503 pes[ch_idx] = perr & 0x3F; in rt2800_iq_search()
|
Completed in 44 milliseconds