Searched refs:is_remote (Results 1 – 6 of 6) sorted by relevance
| /drivers/mailbox/ |
| A D | mailbox-th1520.c | 113 u32 offs, bool is_remote) in th1520_mbox_chan_write() argument 115 if (is_remote) in th1520_mbox_chan_write() 122 bool is_remote) in th1520_mbox_chan_read() argument 124 if (is_remote) in th1520_mbox_chan_read() 131 u32 set, u32 clr, bool is_remote) in th1520_mbox_chan_rmw() argument 138 val = th1520_mbox_chan_read(cp, off, is_remote); in th1520_mbox_chan_rmw() 141 th1520_mbox_chan_write(cp, val, off, is_remote); in th1520_mbox_chan_rmw() 146 void *data, bool is_remote) in th1520_mbox_chan_rd_data() argument 163 void *data, bool is_remote) in th1520_mbox_chan_wr_data() argument 180 bool is_remote) in th1520_mbox_chan_wr_ack() argument [all …]
|
| /drivers/dma/ |
| A D | fsl-edma-common.c | 83 if (fsl_chan->is_remote) in fsl_edma3_enable_request() 777 fsl_chan->is_remote = true; in fsl_edma_prep_memcpy() 885 fsl_chan->is_remote = false; in fsl_edma_free_chan_resources()
|
| A D | fsl-edma-common.h | 194 bool is_remote; member
|
| A D | fsl-edma-main.c | 322 fsl_chan->is_remote = dma_spec->args[2] & FSL_EDMA_REMOTE; in fsl_edma3_xlate()
|
| /drivers/gpu/drm/display/ |
| A D | drm_dp_helper.c | 720 return !aux->is_remote && !READ_ONCE(aux->dpcd_probe_disabled); in dpcd_access_needs_probe() 750 if (aux->is_remote) in drm_dp_dpcd_read() 782 if (aux->is_remote) in drm_dp_dpcd_write()
|
| A D | drm_dp_mst_topology.c | 2332 port->aux.is_remote = true; in drm_dp_mst_add_port()
|
Completed in 29 milliseconds