/include/linux/spi/ |
D | spi.h | 74 struct spi_master *master; member 375 int (*prepare_transfer_hardware)(struct spi_master *master); 376 int (*transfer_one_message)(struct spi_master *master, 378 int (*unprepare_transfer_hardware)(struct spi_master *master); 383 static inline void *spi_master_get_devdata(struct spi_master *master) in spi_master_get_devdata() argument 385 return dev_get_drvdata(&master->dev); in spi_master_get_devdata() 388 static inline void spi_master_set_devdata(struct spi_master *master, void *data) in spi_master_set_devdata() argument 390 dev_set_drvdata(&master->dev, data); in spi_master_set_devdata() 393 static inline struct spi_master *spi_master_get(struct spi_master *master) in spi_master_get() argument 395 if (!master || !get_device(&master->dev)) in spi_master_get() [all …]
|
D | spi_bitbang.h | 16 struct spi_master *master; member
|
/include/sound/ |
D | i2c.h | 60 struct snd_i2c_bus *master; /* master bus when SCK/SCL is shared */ member 79 struct snd_i2c_bus *master, struct snd_i2c_bus **ri2c); 86 if (bus->master) in snd_i2c_lock() 87 mutex_lock(&bus->master->lock_mutex); in snd_i2c_lock() 94 if (bus->master) in snd_i2c_unlock() 95 mutex_unlock(&bus->master->lock_mutex); in snd_i2c_unlock()
|
D | control.h | 180 int _snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave, 205 snd_ctl_add_slave(struct snd_kcontrol *master, struct snd_kcontrol *slave) in snd_ctl_add_slave() argument 207 return _snd_ctl_add_slave(master, slave, 0); in snd_ctl_add_slave() 227 snd_ctl_add_slave_uncached(struct snd_kcontrol *master, in snd_ctl_add_slave_uncached() argument 230 return _snd_ctl_add_slave(master, slave, SND_CTL_SLAVE_NEED_UPDATE); in snd_ctl_add_slave_uncached()
|
D | timer.h | 120 struct snd_timer_instance *master; member
|
/include/linux/mtd/ |
D | partitions.h | 83 int mtd_add_partition(struct mtd_info *master, char *name, 85 int mtd_del_partition(struct mtd_info *master, int partno);
|
D | mtd.h | 369 #define mtd_device_register(master, parts, nr_parts) \ argument 370 mtd_device_parse_register(master, NULL, NULL, parts, nr_parts) 371 extern int mtd_device_unregister(struct mtd_info *master);
|
/include/linux/ |
D | if_frad.h | 57 struct net_device *master; member 72 struct net_device *master[CONFIG_DLCI_MAX]; member
|
D | pti.h | 33 u8 master; member
|
D | pm_domain.h | 93 struct generic_pm_domain *master; member
|
D | isdn.h | 211 struct net_device *master; /* Ptr to Master device for slaves */ member
|
/include/uapi/linux/netfilter/ |
D | xt_quota.h | 19 struct xt_quota_priv *master; member
|
D | xt_limit.h | 22 struct xt_limit_priv *master; member
|
D | xt_statistic.h | 33 struct xt_statistic_priv *master __attribute__((aligned(8))); member
|
D | xt_hashlimit.h | 47 struct xt_hashlimit_info *master; member
|
/include/linux/netfilter/ |
D | xt_quota2.h | 22 struct xt_quota_counter *master __attribute__((aligned(8))); member
|
/include/net/netfilter/ |
D | nf_conntrack_expect.h | 31 struct nf_conn *master; member 59 return nf_ct_net(exp->master); in nf_ct_exp_net()
|
D | nf_conntrack.h | 89 struct nf_conn *master; member 132 #define master_ct(conntr) (conntr->master)
|
D | nf_conntrack_ecache.h | 187 e = nf_ct_ecache_find(exp->master); in nf_ct_expect_event_report()
|
/include/uapi/linux/hdlc/ |
D | ioctl.h | 73 char master[IFNAMSIZ]; /* Name of master FRAD device */ member
|
/include/media/ |
D | v4l2-int-device.h | 63 struct v4l2_int_device *master; member 81 struct v4l2_int_master *master; member
|
D | v4l2-common.h | 167 struct spi_master *master, struct spi_board_info *info);
|
/include/drm/ |
D | drmP.h | 282 if (!_DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock) || \ 283 _file_priv->master->lock.file_priv != _file_priv) { \ 285 __func__, _DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock),\ 286 _file_priv->master->lock.file_priv, _file_priv); \ 451 struct drm_master *master; /* master this node is currently associated with member 592 struct drm_master *master; member 737 int (*set_busid)(struct drm_device *dev, struct drm_master *master); 738 int (*set_unique)(struct drm_device *dev, struct drm_master *master, 895 int (*master_create)(struct drm_device *dev, struct drm_master *master); 896 void (*master_destroy)(struct drm_device *dev, struct drm_master *master); [all …]
|
/include/uapi/linux/ |
D | isdn.h | 110 char master[10]; /* Name of Master for Bundling */ member
|
/include/video/ |
D | exynos_mipi_dsim.h | 319 struct mipi_dsim_device *master; member
|