Searched refs:mc (Results 1 – 8 of 8) sorted by relevance
/include/soc/tegra/ |
D | mc.h | 101 struct tegra_mc *mc); 106 struct tegra_mc *mc) in tegra_smmu_probe() argument 117 struct gart_device *tegra_gart_probe(struct device *dev, struct tegra_mc *mc); 122 tegra_gart_probe(struct device *dev, struct tegra_mc *mc) in tegra_gart_probe() argument 148 int (*hotreset_assert)(struct tegra_mc *mc, 150 int (*hotreset_deassert)(struct tegra_mc *mc, 152 int (*block_dma)(struct tegra_mc *mc, 154 bool (*dma_idling)(struct tegra_mc *mc, 156 int (*unblock_dma)(struct tegra_mc *mc, 158 int (*reset_status)(struct tegra_mc *mc, [all …]
|
/include/trace/events/ |
D | xen.h | 37 TP_PROTO(struct multicall_entry *mc, unsigned nargs), 38 TP_ARGS(mc, nargs), 44 TP_fast_assign(__entry->op = mc->op; 46 memcpy(__entry->args, mc->args, sizeof(ulong) * nargs);
|
/include/linux/ |
D | slimbus.h | 195 u8 mc);
|
D | firewire.h | 448 fw_iso_mc_callback_t mc; member
|
D | kvm_host.h | 1087 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min); 1088 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc); 1089 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc); 1090 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
|
D | netdevice.h | 245 #define netdev_mc_count(dev) netdev_hw_addr_list_count(&(dev)->mc) 246 #define netdev_mc_empty(dev) netdev_hw_addr_list_empty(&(dev)->mc) 248 netdev_hw_addr_list_for_each(ha, &(dev)->mc) 2119 struct netdev_hw_addr_list mc; member 4809 return __hw_addr_sync_dev(&dev->mc, dev, sync, unsync); in __dev_mc_sync() 4823 __hw_addr_unsync_dev(&dev->mc, dev, unsync); in __dev_mc_unsync()
|
D | nvme.h | 353 __u8 mc; member
|
/include/sound/ |
D | soc.h | 1202 static inline bool snd_soc_volsw_is_stereo(struct soc_mixer_control *mc) in snd_soc_volsw_is_stereo() argument 1204 if (mc->reg == mc->rreg && mc->shift == mc->rshift) in snd_soc_volsw_is_stereo()
|