Home
last modified time | relevance | path

Searched refs:dp_idx (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-lpass-dais.c109 cfg->dp_idx = 0; in q6hdmi_hw_params()
112 cfg->dp_idx = dai->id - DISPLAY_PORT_RX_1 + 1; in q6hdmi_hw_params()
H A Daudioreach.h761 u16 dp_idx; member
H A Daudioreach.c648 intf_cfg->cfg.dptx_idx = cfg->dp_idx; in audioreach_display_port_set_media_format()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c645 unsigned int dp_idx; in xhci_event() local
663 dp_idx = (erdp - intr->er_start) / TRB_SIZE; in xhci_event()
664 assert(dp_idx < intr->er_size); in xhci_event()
666 if ((intr->er_ep_idx + 2) % intr->er_size == dp_idx) { in xhci_event()
670 } else if ((intr->er_ep_idx + 1) % intr->er_size == dp_idx) { in xhci_event()
3098 unsigned int dp_idx = (erdp - intr->er_start) / TRB_SIZE; in xhci_runtime_write() local
3101 dp_idx != intr->er_ep_idx) { in xhci_runtime_write()