Home
last modified time | relevance | path

Searched refs:name_suffix (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/video/backlight/
H A Dlm3509_bl.c93 lm3509_backlight_register(struct device *dev, const char *name_suffix, in lm3509_backlight_register() argument
112 name_suffix); in lm3509_backlight_register()
/linux/include/linux/
H A Dmost.h102 const char *name_suffix; member
/linux/drivers/most/
H A Dcore.c1325 const char *name_suffix = iface->channel_vector[i].name_suffix; in most_register_interface() local
1330 if (!name_suffix) in most_register_interface()
1333 snprintf(c->name, STRING_SIZE, "%s", name_suffix); in most_register_interface()
H A Dmost_usb.c1030 tmp_cap->name_suffix = &mdev->suffix[i][0]; in hdm_probe()
/linux/drivers/hid/
H A Dhid-nvidia-shield.c243 const char *name_suffix) in shield_allocate_input_dev() argument
257 name_suffix); in shield_allocate_input_dev()
/linux/kernel/irq/
H A Dirqdomain.c212 if (info->name_suffix) in irq_domain_set_name()
226 return alloc_fwnode_name(domain, fwnode, bus_token, info->name_suffix); in irq_domain_set_name()
/linux/drivers/base/regmap/
H A Dregmap-irq.c642 .name_suffix = chip->domain_suffix, in regmap_irq_create_domain()