/include/trace/events/ |
D | fsi_master_gpio.h | 12 TP_PROTO(const struct fsi_master_gpio *master, int bits, uint64_t msg), 13 TP_ARGS(master, bits, msg), 20 __entry->master_idx = master->master.idx; 33 TP_PROTO(const struct fsi_master_gpio *master, int bits, uint64_t msg), 34 TP_ARGS(master, bits, msg), 41 __entry->master_idx = master->master.idx; 54 TP_PROTO(const struct fsi_master_gpio *master, int clocks), 55 TP_ARGS(master, clocks), 61 __entry->master_idx = master->master.idx; 70 TP_PROTO(const struct fsi_master_gpio *master), [all …]
|
D | fsi_master_ast_cf.h | 11 TP_PROTO(const struct fsi_master_acf *master, uint32_t op), 12 TP_ARGS(master, op), 18 __entry->master_idx = master->master.idx; 27 TP_PROTO(const struct fsi_master_acf *master, const struct fsi_msg *cmd, u8 rbits), 28 TP_ARGS(master, cmd, rbits), 36 __entry->master_idx = master->master.idx; 48 TP_PROTO(const struct fsi_master_acf *master, u8 rtag, u8 rcrc, __be32 rdata, bool crc_ok), 49 TP_ARGS(master, rtag, rcrc, rdata, crc_ok), 58 __entry->master_idx = master->master.idx; 71 TP_PROTO(const struct fsi_master_acf *master, int retries), [all …]
|
D | fsi.h | 12 TP_PROTO(const struct fsi_master *master, int link, int id, 14 TP_ARGS(master, link, id, addr, size), 23 __entry->master_idx = master->idx; 39 TP_PROTO(const struct fsi_master *master, int link, int id, 41 TP_ARGS(master, link, id, addr, size, data), 51 __entry->master_idx = master->idx; 70 TP_PROTO(const struct fsi_master *master, int link, int id, 73 TP_ARGS(master, link, id, addr, size, write, data, ret), 85 __entry->master_idx = master->idx; 109 TP_PROTO(const struct fsi_master *master, int link), [all …]
|
/include/linux/ |
D | component.h | 23 int (*bind)(struct device *comp, struct device *master, 32 void (*unbind)(struct device *comp, struct device *master, 41 int component_bind_all(struct device *master, void *master_data); 42 void component_unbind_all(struct device *master, void *master_data); 44 struct master; 74 int (*bind)(struct device *master); 82 void (*unbind)(struct device *master); 92 void component_match_add_release(struct device *master, 96 void component_match_add_typed(struct device *master, 117 static inline void component_match_add(struct device *master, in component_match_add() argument [all …]
|
D | devpts_fs.h | 34 int ptm_open_peer(struct file *master, struct tty_struct *tty, int flags); 38 ptm_open_peer(struct file *master, struct tty_struct *tty, int flags) in ptm_open_peer() argument
|
D | if_frad.h | 53 struct net_device *master; member 66 struct net_device *master[CONFIG_DLCI_MAX]; member
|
D | intel-pti.h | 25 u8 master; member
|
D | w1.h | 74 struct w1_master *master; member 243 int w1_add_master_device(struct w1_bus_master *master); 244 void w1_remove_master_device(struct w1_bus_master *master);
|
/include/linux/reset/ |
D | bcm63xx_pmb.h | 41 static inline int __bpcm_do_op(void __iomem *master, unsigned int addr, in __bpcm_do_op() argument 48 writel(cmd, master + PMB_CTRL); in __bpcm_do_op() 50 cmd = readl(master + PMB_CTRL); in __bpcm_do_op() 66 static inline int bpcm_rd(void __iomem *master, unsigned int addr, in bpcm_rd() argument 71 ret = __bpcm_do_op(master, addr, off >> 2, PMC_PMBM_READ); in bpcm_rd() 72 *val = readl(master + PMB_RD_DATA); in bpcm_rd() 77 static inline int bpcm_wr(void __iomem *master, unsigned int addr, in bpcm_wr() argument 82 writel(val, master + PMB_WR_DATA); in bpcm_wr() 83 ret = __bpcm_do_op(master, addr, off >> 2, PMC_PMBM_WRITE); in bpcm_wr()
|
/include/linux/hsi/ |
D | ssi_protocol.h | 17 static inline void ssip_slave_put_master(struct hsi_client *master) in ssip_slave_put_master() argument 22 int ssip_slave_start_tx(struct hsi_client *master); 23 int ssip_slave_stop_tx(struct hsi_client *master); 24 void ssip_reset_event(struct hsi_client *master); 26 int ssip_slave_running(struct hsi_client *master);
|
/include/linux/i3c/ |
D | master.h | 43 struct i3c_master_controller *master; member 431 int (*bus_init)(struct i3c_master_controller *master); 432 void (*bus_cleanup)(struct i3c_master_controller *master); 436 int (*do_daa)(struct i3c_master_controller *master); 437 bool (*supports_ccc_cmd)(struct i3c_master_controller *master, 439 int (*send_ccc_cmd)(struct i3c_master_controller *master, 520 int i3c_master_do_i2c_xfers(struct i3c_master_controller *master, 524 int i3c_master_disec_locked(struct i3c_master_controller *master, u8 addr, 526 int i3c_master_enec_locked(struct i3c_master_controller *master, u8 addr, 528 int i3c_master_entdaa_locked(struct i3c_master_controller *master); [all …]
|
/include/net/ |
D | l3mdev.h | 85 struct net_device *master; in l3mdev_master_dev_rcu() local 91 master = dev; in l3mdev_master_dev_rcu() 93 master = netdev_master_upper_dev_get_rcu(dev); in l3mdev_master_dev_rcu() 95 master = NULL; in l3mdev_master_dev_rcu() 97 return master; in l3mdev_master_dev_rcu() 148 struct net_device *master = NULL; in l3mdev_l3_rcv() local 151 master = netdev_master_upper_dev_get_rcu(skb->dev); in l3mdev_l3_rcv() 154 master = skb->dev; in l3mdev_l3_rcv() 156 if (master && master->l3mdev_ops->l3mdev_l3_rcv) in l3mdev_l3_rcv() 157 skb = master->l3mdev_ops->l3mdev_l3_rcv(master, skb, proto); in l3mdev_l3_rcv() [all …]
|
/include/sound/ |
D | i2c.h | 44 struct snd_i2c_bus *master; /* master bus when SCK/SCL is shared */ member 63 struct snd_i2c_bus *master, struct snd_i2c_bus **ri2c); 70 if (bus->master) in snd_i2c_lock() 71 mutex_lock(&bus->master->lock_mutex); in snd_i2c_lock() 78 if (bus->master) in snd_i2c_unlock() 79 mutex_unlock(&bus->master->lock_mutex); in snd_i2c_unlock()
|
D | control.h | 181 int _snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave, 206 snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave) in snd_ctl_add_slave() argument 208 return _snd_ctl_add_slave(master, slave, 0); in snd_ctl_add_slave() 228 snd_ctl_add_slave_uncached(struct snd_kcontrol *master, in snd_ctl_add_slave_uncached() argument 231 return _snd_ctl_add_slave(master, slave, SND_CTL_SLAVE_NEED_UPDATE); in snd_ctl_add_slave_uncached()
|
/include/drm/ |
D | drm_legacy.h | 156 struct drm_master *master; member 179 if (!_DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock) || \ 180 _file_priv->master->lock.file_priv != _file_priv) { \ 182 __func__, _DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock),\ 183 _file_priv->master->lock.file_priv, _file_priv); \
|
D | drm_lease.h | 13 struct drm_master *drm_lease_owner(struct drm_master *master); 21 void drm_lease_revoke(struct drm_master *master);
|
D | drm_auth.h | 109 struct drm_master *drm_master_get(struct drm_master *master); 110 void drm_master_put(struct drm_master **master);
|
/include/linux/mtd/ |
D | partitions.h | 109 int mtd_add_partition(struct mtd_info *master, const char *name, 111 int mtd_del_partition(struct mtd_info *master, int partno);
|
/include/uapi/linux/netfilter/ |
D | xt_quota.h | 20 struct xt_quota_priv *master; member
|
D | xt_limit.h | 23 struct xt_limit_priv *master; member
|
D | xt_statistic.h | 34 struct xt_statistic_priv *master __attribute__((aligned(8))); member
|
/include/linux/dma/ |
D | xilinx_dma.h | 31 int master; member
|
/include/linux/netfilter/ |
D | xt_quota2.h | 23 struct xt_quota_counter *master __attribute__((aligned(8))); member
|
/include/uapi/linux/ |
D | stm.h | 33 __u16 master; member
|
/include/net/netfilter/ |
D | nf_conntrack_expect.h | 37 struct nf_conn *master; member 65 return nf_ct_net(exp->master); in nf_ct_exp_net()
|