Home
last modified time | relevance | path

Searched refs:is_remote (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mailbox/
H A Dmailbox-th1520.c113 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 Dfsl-edma-common.c83 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 Dfsl-edma-common.h194 bool is_remote; member
H A Dfsl-edma-main.c322 fsl_chan->is_remote = dma_spec->args[2] & FSL_EDMA_REMOTE; in fsl_edma3_xlate()
/linux/include/drm/display/
H A Ddrm_dp_helper.h528 bool is_remote; member
/linux/fs/dlm/
H A Dlock.c244 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()