Searched refs:is_remote (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/mailbox/ |
| H 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 156 *arg = th1520_mbox_chan_read(cp, off, is_remote); in th1520_mbox_chan_rd_data() 163 void *data, bool is_remote) in th1520_mbox_chan_wr_data() argument [all …]
|
| /linux/drivers/dma/ |
| H A D | fsl-edma-common.c | 83 if (fsl_chan->is_remote) in fsl_edma3_enable_request() 797 fsl_chan->is_remote = true; in fsl_edma_prep_memcpy() 907 fsl_chan->is_remote = false; in fsl_edma_free_chan_resources()
|
| H A D | fsl-edma-common.h | 194 bool is_remote; member
|
| H A D | fsl-edma-main.c | 322 fsl_chan->is_remote = dma_spec->args[2] & FSL_EDMA_REMOTE; in fsl_edma3_xlate()
|
| /linux/include/drm/display/ |
| H A D | drm_dp_helper.h | 528 bool is_remote; member
|
| /linux/fs/dlm/ |
| H A D | lock.c | 244 static inline int is_remote(struct dlm_rsb *r) in is_remote() function 3200 if (is_remote(r)) { in _request_lock() 3219 if (is_remote(r)) { in _convert_lock() 3238 if (is_remote(r)) { in _unlock_lock() 3257 if (is_remote(r)) { in _cancel_lock()
|