| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | ipc.c | 420 struct sof_ipc_dma_trace_posn posn; in ipc_trace_message() local 425 snd_sof_ipc_msg_data(sdev, NULL, &posn, sizeof(posn)); in ipc_trace_message() 426 snd_sof_trace_update_pos(sdev, &posn); in ipc_trace_message() 443 struct sof_ipc_stream_posn posn; in ipc_period_elapsed() local 456 snd_sof_ipc_msg_data(sdev, stream->substream, &posn, sizeof(posn)); in ipc_period_elapsed() 459 posn.host_posn, posn.dai_posn, posn.wallclock); in ipc_period_elapsed() 461 memcpy(&stream->posn, &posn, sizeof(posn)); in ipc_period_elapsed() 473 struct sof_ipc_stream_posn posn; in ipc_xrun() local 485 snd_sof_ipc_msg_data(sdev, stream->substream, &posn, sizeof(posn)); in ipc_xrun() 488 posn.host_posn, posn.xrun_comp_id, posn.xrun_size); in ipc_xrun() [all …]
|
| H A D | trace.c | 284 struct sof_ipc_dma_trace_posn *posn) in snd_sof_trace_update_pos() argument 289 if (sdev->dtrace_is_enabled && sdev->host_offset != posn->host_offset) { in snd_sof_trace_update_pos() 290 sdev->host_offset = posn->host_offset; in snd_sof_trace_update_pos() 294 if (posn->overflow != 0) in snd_sof_trace_update_pos() 297 posn->overflow, posn->messages); in snd_sof_trace_update_pos()
|
| H A D | sof-audio.h | 35 struct sof_ipc_stream_posn posn; member 168 struct sof_ipc_stream_posn *posn);
|
| H A D | pcm.c | 445 spcm->stream[substream->stream].posn.host_posn); in sof_pcm_pointer() 447 spcm->stream[substream->stream].posn.dai_posn); in sof_pcm_pointer() 516 spcm->stream[substream->stream].posn.host_posn = 0; in sof_pcm_open() 517 spcm->stream[substream->stream].posn.dai_posn = 0; in sof_pcm_open()
|
| H A D | sof-priv.h | 518 struct sof_ipc_dma_trace_posn *posn);
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/intel/ |
| H A D | hda-pcm.c | 166 pos = spcm->stream[substream->stream].posn.host_posn; in hda_dsp_pcm_pointer()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 5772 static inline int port_inactive_err(u64 posn) in port_inactive_err() argument 5774 return (posn >= SEES(TX_LINKDOWN) && in port_inactive_err() 5775 posn <= SEES(TX_INCORRECT_LINK_STATE)); in port_inactive_err() 5782 static inline int disallowed_pkt_err(int posn) in disallowed_pkt_err() argument 5784 return (posn >= SEES(TX_SDMA0_DISALLOWED_PACKET) && in disallowed_pkt_err() 5785 posn <= SEES(TX_SDMA15_DISALLOWED_PACKET)); in disallowed_pkt_err() 5793 static inline int disallowed_pkt_engine(int posn) in disallowed_pkt_engine() argument 5795 return posn - SEES(TX_SDMA0_DISALLOWED_PACKET); in disallowed_pkt_engine() 5861 int posn = fls64(reg_copy); in handle_egress_err() local 5863 int shift = posn - 1; in handle_egress_err()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd.h | 2046 int dhd_os_write_file_posn(void *fp, unsigned long *posn,
|
| H A D | dhd_linux.c | 8075 dhd_os_write_file_posn(void *fp, unsigned long *posn, void *buf, 8078 loff_t wr_posn = *posn; 8086 *posn = wr_posn;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd.h | 2046 int dhd_os_write_file_posn(void *fp, unsigned long *posn,
|
| H A D | dhd_linux.c | 8075 dhd_os_write_file_posn(void *fp, unsigned long *posn, void *buf, 8078 loff_t wr_posn = *posn; 8086 *posn = wr_posn;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd.h | 2048 int dhd_os_write_file_posn(void *fp, unsigned long *posn,
|
| H A D | dhd_linux.c | 8086 dhd_os_write_file_posn(void *fp, unsigned long *posn, void *buf, 8089 loff_t wr_posn = *posn; 8097 *posn = wr_posn;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd.h | 2638 int dhd_os_write_file_posn(void *fp, unsigned long *posn,
|
| H A D | dhd_linux.c | 10578 dhd_os_write_file_posn(void *fp, unsigned long *posn, void *buf, in dhd_os_write_file_posn() argument 10581 loff_t wr_posn = *posn; in dhd_os_write_file_posn() 10589 *posn = wr_posn; in dhd_os_write_file_posn()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd.h | 2633 int dhd_os_write_file_posn(void *fp, unsigned long *posn,
|
| H A D | dhd_linux.c | 10574 dhd_os_write_file_posn(void *fp, unsigned long *posn, void *buf, in dhd_os_write_file_posn() argument 10577 loff_t wr_posn = *posn; in dhd_os_write_file_posn() 10585 *posn = wr_posn; in dhd_os_write_file_posn()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | rope | 1107 // cache is valid for previous posn.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | rope | 1107 // cache is valid for previous posn.
|