Searched refs:is_remote (Results 1 – 7 of 7) 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 180 th1520_mbox_chan_wr_ack(struct th1520_mbox_con_priv * cp,void * data,bool is_remote) th1520_mbox_chan_wr_ack() argument [all...] |
/linux/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/include/drm/display/ |
H A D | drm_dp_helper.h | 513 * @is_remote: Is this AUX CH actually using sideband messaging. 515 bool is_remote; member
|
/linux/drivers/gpu/drm/display/ |
H 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()
|
H A D | drm_dp_mst_topology.c | 2332 port->aux.is_remote = true; in drm_dp_mst_add_port()
|
/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()
|
/linux/drivers/dma/ |
H A D | fsl-edma-main.c | 322 fsl_chan->is_remote = dma_spec->args[2] & FSL_EDMA_REMOTE; in fsl_edma3_xlate()
|