Searched refs:is_remote (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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 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 …]
|
| /linux-6.15/net/devlink/ |
| H A D | dev.c | 79 devlink_reload_stats_put(struct sk_buff *msg, struct devlink *devlink, bool is_remote) in devlink_reload_stats_put() argument 85 if (!is_remote) in devlink_reload_stats_put() 94 if ((!is_remote && in devlink_reload_stats_put() 114 if ((!is_remote && j != DEVLINK_RELOAD_LIMIT_UNSPEC && in devlink_reload_stats_put() 120 if (!is_remote) in devlink_reload_stats_put()
|
| /linux-6.15/drivers/gpu/drm/hisilicon/hibmc/dp/ |
| H A D | dp_aux.c | 162 dp->aux.is_remote = 0; in hibmc_dp_aux_init()
|
| /linux-6.15/drivers/dma/ |
| H 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() 871 fsl_chan->is_remote = false; in fsl_edma_free_chan_resources()
|
| H A D | fsl-edma-common.h | 179 bool is_remote; member
|
| H A D | fsl-edma-main.c | 245 fsl_chan->is_remote = dma_spec->args[2] & FSL_EDMA_REMOTE; in fsl_edma3_xlate()
|
| /linux-6.15/include/drm/display/ |
| H A D | drm_dp_helper.h | 515 bool is_remote; member
|
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_helper.c | 725 if (!aux->is_remote) { in drm_dp_dpcd_read() 731 if (aux->is_remote) in drm_dp_dpcd_read() 761 if (aux->is_remote) in drm_dp_dpcd_write()
|
| H A D | drm_dp_mst_topology.c | 2335 port->aux.is_remote = true; in drm_dp_mst_add_port()
|
| /linux-6.15/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()
|