/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-alsa.h | 45 v4l2_dev->name , ## args); \ 55 pr_err("%s-alsa: " fmt, v4l2_dev->name , ## args) 58 pr_warn("%s-alsa: " fmt, v4l2_dev->name , ## args) 61 pr_info("%s-alsa: " fmt, v4l2_dev->name , ## args)
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-alsa.h | 44 v4l2_dev->name , ## args); \ 54 printk(KERN_ERR "%s-alsa: " fmt, v4l2_dev->name , ## args) 57 printk(KERN_WARNING "%s-alsa: " fmt, v4l2_dev->name , ## args) 60 printk(KERN_INFO "%s-alsa: " fmt, v4l2_dev->name , ## args)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2_tlv.h | 47 #define MLXFW_MFA2_TLV(name, payload_type, tlv_type) \ 49 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \ 57 #define MLXFW_MFA2_TLV_VARSIZE(name, payload_type, tlv_type) \ 59 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-legacy.c | 23 if (!request_region(base, 8, d->name)) { in ide_legacy_init_one() 25 d->name, base, base + 7); in ide_legacy_init_one() 29 if (!request_region(ctl, 1, d->name)) { in ide_legacy_init_one() 31 d->name, ctl); in ide_legacy_init_one()
|
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
H A D | pinctrl-paris.h | 40 .name = _name, \ 45 .name = _name, \ 52 #define PINCTRL_PIN_GROUP(name, id) \ 54 name, \
|
/kernel/linux/linux-5.10/drivers/tc/ |
H A D | tc-driver.c | 65 while (id->name[0] || id->vendor[0]) { in tc_match_device() 66 if (strcmp(tdev->name, id->name) == 0 && in tc_match_device() 99 .name = "tc",
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fb_cmdline.c | 28 * @name: framebuffer name as it would appear in 30 * (video=<name>:<options>) 35 int fb_get_options(const char *name, char **option) in fb_get_options() argument 39 int name_len = strlen(name), i; in fb_get_options() 41 if (name_len && ofonly && strncmp(name, "offb", 4)) in fb_get_options() 51 if (!strncmp(name, opt, name_len) && in fb_get_options()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-clk.h | 67 #define v4l2_clk_name_i2c(name, size, adap, client) snprintf(name, size, \ 70 #define v4l2_clk_name_of(name, size, node) snprintf(name, size, \
|
/kernel/linux/linux-5.10/sound/soc/amd/renoir/ |
H A D | acp3x-rn.c | 30 .name = "acp3x-dmic-capture", 38 .name = "acp", 59 acp_card.name, ret); in acp_probe() 67 .name = "acp_pdm_mach",
|
/kernel/linux/linux-5.10/tools/iio/ |
H A D | iio_utils.h | 24 * @name: channel name 25 * @generic_name: general name for channel type 38 char *name; member 62 const char *device_dir, const char *name, 65 const char *device_dir, const char *name, 70 int find_type_by_name(const char *name, const char *type);
|
/kernel/linux/linux-5.10/tools/perf/arch/arm/annotate/ |
H A D | instructions.c | 13 static struct ins_ops *arm__associate_instruction_ops(struct arch *arch, const char *name) in arm__associate_instruction_ops() argument 19 if (!regexec(&arm->call_insn, name, 2, match, 0)) in arm__associate_instruction_ops() 21 else if (!regexec(&arm->jump_insn, name, 2, match, 0)) in arm__associate_instruction_ops() 26 arch__associate_ins_ops(arch, name, ops); in arm__associate_instruction_ops()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | xattr_trusted.c | 13 struct inode *inode, const char *name, void *buffer, size_t size) in trusted_get() 18 return reiserfs_xattr_get(inode, xattr_full_name(handler, name), in trusted_get() 24 struct inode *inode, const char *name, const void *buffer, in trusted_set() 31 xattr_full_name(handler, name), in trusted_set() 12 trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) trusted_get() argument 23 trusted_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) trusted_set() argument
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | trace.h | 26 #define TRACE_EVENT(name, proto, ...) \ 27 static inline void trace_ ## name(proto) {} 41 __string(device, bat_priv->soft_iface->name) 47 __assign_str(device, bat_priv->soft_iface->name);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_debugfs.c | 31 static void virtio_add_bool(struct seq_file *m, const char *name, in virtio_add_bool() argument 34 seq_printf(m, "%-16s : %s\n", name, value ? "yes" : "no"); in virtio_add_bool() 37 static void virtio_add_int(struct seq_file *m, const char *name, in virtio_add_int() argument 40 seq_printf(m, "%-16s : %d\n", name, value); in virtio_add_int()
|
/kernel/linux/linux-5.10/drivers/pinctrl/visconti/ |
H A D | pinctrl-common.h | 47 const char *name; member 55 .name = __stringify(group_name) "_grp", \ 67 const char *name; member 74 .name = #func, \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cma.h | 33 bool fixed, const char *name, struct cma **res_cma, 38 bool fixed, const char *name, struct cma **res_cma) in cma_declare_contiguous() 41 order_per_bit, fixed, name, res_cma, NUMA_NO_NODE); in cma_declare_contiguous() 45 const char *name, 35 cma_declare_contiguous(phys_addr_t base, phys_addr_t size, phys_addr_t limit, phys_addr_t alignment, unsigned int order_per_bit, bool fixed, const char *name, struct cma **res_cma) cma_declare_contiguous() argument
|
H A D | cookie.h | 22 #define DEFINE_COOKIE(name) \ 23 static DEFINE_PER_CPU(struct pcpu_gen_cookie, __##name); \ 24 static struct gen_cookie name = { \ 25 .local = &__##name, \
|
H A D | dmapool.h | 21 struct dma_pool *dma_pool_create(const char *name, struct device *dev, 33 struct dma_pool *dmam_pool_create(const char *name, struct device *dev, 38 static inline struct dma_pool *dma_pool_create(const char *name, in dma_pool_create() argument 46 static inline struct dma_pool *dmam_pool_create(const char *name, in dmam_pool_create() argument
|
H A D | fault-inject.h | 44 #define DECLARE_FAULT_ATTR(name) struct fault_attr name = FAULT_ATTR_INITIALIZER 50 struct dentry *fault_create_debugfs_attr(const char *name, 55 static inline struct dentry *fault_create_debugfs_attr(const char *name, in fault_create_debugfs_attr() argument
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-alsa.h | 45 v4l2_dev->name , ## args); \ 55 pr_err("%s-alsa: " fmt, v4l2_dev->name , ## args) 58 pr_warn("%s-alsa: " fmt, v4l2_dev->name , ## args) 61 pr_info("%s-alsa: " fmt, v4l2_dev->name , ## args)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxfw/ |
H A D | mlxfw_mfa2_tlv.h | 47 #define MLXFW_MFA2_TLV(name, payload_type, tlv_type) \ 49 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \ 57 #define MLXFW_MFA2_TLV_VARSIZE(name, payload_type, tlv_type) \ 59 mlxfw_mfa2_tlv_ ## name ## _get(const struct mlxfw_mfa2_file *mfa2_file, \
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | xattr_trusted.c | 13 struct inode *inode, const char *name, void *buffer, size_t size) in trusted_get() 18 return reiserfs_xattr_get(inode, xattr_full_name(handler, name), in trusted_get() 25 struct inode *inode, const char *name, const void *buffer, in trusted_set() 32 xattr_full_name(handler, name), in trusted_set() 12 trusted_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) trusted_get() argument 23 trusted_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *unused, struct inode *inode, const char *name, const void *buffer, size_t size, int flags) trusted_set() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cma.h | 37 bool fixed, const char *name, struct cma **res_cma, 42 bool fixed, const char *name, struct cma **res_cma) in cma_declare_contiguous() 45 order_per_bit, fixed, name, res_cma, NUMA_NO_NODE); in cma_declare_contiguous() 49 const char *name, 39 cma_declare_contiguous(phys_addr_t base, phys_addr_t size, phys_addr_t limit, phys_addr_t alignment, unsigned int order_per_bit, bool fixed, const char *name, struct cma **res_cma) cma_declare_contiguous() argument
|
H A D | dmapool.h | 21 struct dma_pool *dma_pool_create(const char *name, struct device *dev, 33 struct dma_pool *dmam_pool_create(const char *name, struct device *dev, 38 static inline struct dma_pool *dma_pool_create(const char *name, in dma_pool_create() argument 46 static inline struct dma_pool *dmam_pool_create(const char *name, in dmam_pool_create() argument
|
H A D | cookie.h | 22 #define DEFINE_COOKIE(name) \ 23 static DEFINE_PER_CPU(struct pcpu_gen_cookie, __##name); \ 24 static struct gen_cookie name = { \ 25 .local = &__##name, \
|