/kernel/linux/linux-5.10/drivers/clk/hisilicon/ |
H A D | clk.c | 98 clk = clk_register_fixed_rate(NULL, clks[i].name, in hisi_clk_register_fixed_rate() 104 __func__, clks[i].name); in hisi_clk_register_fixed_rate() 128 clk = clk_register_fixed_factor(NULL, clks[i].name, in hisi_clk_register_fixed_factor() 134 __func__, clks[i].name); in hisi_clk_register_fixed_factor() 160 clk = clk_register_mux_table(NULL, clks[i].name, in hisi_clk_register_mux() 168 __func__, clks[i].name); in hisi_clk_register_mux() 201 clks[i].name); in hisi_clk_register_phase() 220 clk = clk_register_divider_table(NULL, clks[i].name, in hisi_clk_register_divider() 230 __func__, clks[i].name); in hisi_clk_register_divider() 258 clk = clk_register_gate(NULL, clks[i].name, in hisi_clk_register_gate() [all...] |
/kernel/linux/linux-5.10/drivers/net/arcnet/ |
H A D | com20020-pci.c | 52 static char device[9]; /* use eg. device="arc1" to change name */ 113 .name = NULL, 179 arc_printk(D_NORMAL, dev, "%s Controls\n", ci->name); in com20020pci_probe() 213 if (!strncmp(ci->name, "EAE PLX-PCI FB2", 15)) in com20020pci_probe() 218 if (!strncmp(ci->name, "EAE PLX-PCI MA1", 15)) in com20020pci_probe() 221 snprintf(dev->name, sizeof(dev->name), "arc%d-%d", dev->dev_id, i); in com20020pci_probe() 253 card->tx_led.name = devm_kasprintf(&pdev->dev, GFP_KERNEL, in com20020pci_probe() 262 card->recon_led.name = devm_kasprintf(&pdev->dev, GFP_KERNEL, in com20020pci_probe() 309 .name [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | psycho_common.c | 91 pbm->name, in psycho_check_stc_error() 102 pbm->name, in psycho_check_stc_error() 110 pbm->name, in psycho_check_stc_error() 186 pbm->name, i, type_str, in psycho_dump_iommu_tags_and_data() 193 pbm->name, i, in psycho_dump_iommu_tags_and_data() 236 pbm->name, type_str); in psycho_check_iommu_error() 269 "error asserted.\n", pbm->name); in psycho_pcierr_intr_other() 272 pbm->name); in psycho_pcierr_intr_other() 284 pbm->name, stat); in psycho_pcierr_intr_other() 323 pbm->name, in psycho_pcierr_intr() [all...] |
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | synaptics_usb.c | 87 char name[128]; member 357 strlcpy(synusb->name, udev->manufacturer, in synusb_probe() 358 sizeof(synusb->name)); in synusb_probe() 362 strlcat(synusb->name, " ", sizeof(synusb->name)); in synusb_probe() 363 strlcat(synusb->name, udev->product, sizeof(synusb->name)); in synusb_probe() 366 if (!strlen(synusb->name)) in synusb_probe() 367 snprintf(synusb->name, sizeof(synusb->name), in synusb_probe() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/tw68/ |
H A D | tw68-core.c | 204 dev->name, orig, tw_readl(TW68_INTSTAT)); in tw68_irq() 206 dev->name, dev->pci_irqmask, dev->board_virqmask); in tw68_irq() 236 dev->name = dev->v4l2_dev.name; in tw68_initdev() 240 dev->name, latency); in tw68_initdev() 248 dev->name, pci_name(pci_dev), dev->pci_rev, pci_dev->irq, in tw68_initdev() 253 pr_info("%s: Oops: no 32bit PCI DMA ???\n", dev->name); in tw68_initdev() 279 dev->name)) { in tw68_initdev() 282 dev->name, in tw68_initdev() 292 dev->name); in tw68_initdev() [all...] |
/kernel/linux/linux-5.10/drivers/misc/lkdtm/ |
H A D | core.c | 57 const char *name; member 64 .name = _name, \ 92 const char *name; member 98 .name = __stringify(_name), \ 205 /* Return the crashtype number or NULL if the name is invalid */ 206 static const struct crashtype *find_crashtype(const char *name) in find_crashtype() argument 211 if (!strcmp(name, crashtypes[i].name)) in find_crashtype() 275 lkdtm_crashpoint->name, lkdtm_crashtype->name, crash_coun in lkdtm_kprobe_handler() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | seqlock.h | 72 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init() argument 78 lockdep_init_map(&s->dep_map, name, key, 0); in __seqcount_init() 85 .dep_map = { .name = #lockname } 116 * @name: Name of the seqcount_t instance 118 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } 284 * @name: Name of the seqcount_LOCKNAME_t instance 293 #define SEQCNT_RAW_SPINLOCK_ZERO(name, lock) SEQCOUNT_LOCKNAME_ZERO(name, lock) 294 #define SEQCNT_SPINLOCK_ZERO(name, loc [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | kbl_da7219_max98357a.c | 397 .name = "Kbl Audio Port", 409 .name = "Kbl Audio Capture Port", 420 .name = "Kbl Audio DMIC cap", 430 .name = "Kbl HDMI Port1", 441 .name = "Kbl HDMI Port2", 452 .name = "Kbl HDMI Port3", 466 .name = "SSP0-Codec", 479 .name = "SSP1-Codec", 492 .name = "dmic01", 501 .name [all...] |
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | bells.c | 256 .name = "CPU-DSP", 263 .name = "DSP-CODEC", 292 .name = "CPU-DSP", 299 .name = "DSP-CODEC", 308 .name = "Baseband", 317 .name = "Sub", 347 .name = "CPU-DSP", 354 .name = "DSP-CODEC", 363 .name = "Baseband", 372 .name [all...] |
/kernel/linux/linux-5.10/kernel/gcov/ |
H A D | fs.c | 44 * @name: data file basename 61 char name[]; member 235 * Find a node by the associated data file name. Needs to be called with 238 static struct gcov_node *get_node_by_name(const char *name) in get_node_by_name() argument 245 if (info && (strcmp(gcov_info_filename(info), name) == 0)) in get_node_by_name() 326 * gcov data file name and link type. Depending on the link type and the 411 const char *name, struct gcov_node *parent) in init_node() 421 if (name) in init_node() 422 strcpy(node->name, name); in init_node() 410 init_node(struct gcov_node *node, struct gcov_info *info, const char *name, struct gcov_node *parent) init_node() argument 429 new_node(struct gcov_node *parent, struct gcov_info *info, const char *name) new_node() argument 508 get_child_by_name(struct gcov_node *parent, const char *name) get_child_by_name() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tda9887.c | 50 char *name; member 140 .name = "PAL-BGHN", 151 .name = "PAL-I", 162 .name = "PAL-DK", 173 .name = "PAL-M/Nc", 184 .name = "SECAM-BGH", 192 .name = "SECAM-L", 201 .name = "SECAM-L'", 211 .name = "SECAM-DK", 222 .name [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | intel-lpss.c | 105 .name = LPSS_IDMA64_DRIVER_NAME, 111 .name = "i2c_designware", 117 .name = "dw-apb-uart", 123 .name = "pxa2xx-spi", 293 char name[32]; in intel_lpss_register_clock_divider() local 296 snprintf(name, sizeof(name), "%s-enable", devname); in intel_lpss_register_clock_divider() 297 tmp = clk_register_gate(NULL, name, __clk_get_name(tmp), 0, in intel_lpss_register_clock_divider() 302 snprintf(name, sizeof(name), " in intel_lpss_register_clock_divider() [all...] |
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | pci_hotplug_core.c | 49 #define GET_STATUS(name, type) \ 50 static int get_##name(struct hotplug_slot *slot, type *value) \ 56 if (ops->get_##name) \ 57 retval = ops->get_##name(slot, value); \ 119 .attr = {.name = "power", .mode = S_IFREG | S_IRUGO | S_IWUSR}, 164 .attr = {.name = "attention", .mode = S_IFREG | S_IRUGO | S_IWUSR}, 182 .attr = {.name = "latch", .mode = S_IFREG | S_IRUGO}, 199 .attr = {.name = "adapter", .mode = S_IFREG | S_IRUGO}, 230 .attr = {.name = "test", .mode = S_IFREG | S_IRUGO | S_IWUSR}, 378 static struct hotplug_slot *get_slot_from_name(const char *name) in get_slot_from_name() argument 404 __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) __pci_hp_register() argument 438 __pci_hp_initialize(struct hotplug_slot *slot, struct pci_bus *bus, int devnr, const char *name, struct module *owner, const char *mod_name) __pci_hp_initialize() argument [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | of_regulator.c | 41 constraints->name = of_get_property(np, "regulator-name", NULL); in of_get_regulation_constraints() 323 * or otherwise the child node's name. Note that the match table is modified 335 const char *name; in of_regulator_match() local 360 name = of_get_property(child, in of_regulator_match() 362 if (!name) in of_regulator_match() 363 name = child->name; in of_regulator_match() 369 if (strcmp(match->name, name)) in of_regulator_match() 397 const char *name; regulator_of_get_init_node() local [all...] |
H A D | tps65090-regulator.c | 187 .name = "TPS65090_RAILS"#_id, \ 295 { .name = "dcdc1", }, 296 { .name = "dcdc2", }, 297 { .name = "dcdc3", }, 298 { .name = "fet1", }, 299 { .name = "fet2", }, 300 { .name = "fet3", }, 301 { .name = "fet4", }, 302 { .name = "fet5", }, 303 { .name [all...] |
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | rpmsg_core.c | 302 if (strncmp(chinfo->name, rpdev->id.name, RPMSG_NAME_SIZE)) in rpmsg_device_match() 368 rpmsg_show_attr(name, id.name, "%s\n"); 384 return sprintf(buf, RPMSG_DEVICE_MODALIAS_FMT "\n", rpdev->id.name); in modalias_show() 399 /* rpmsg devices and drivers are matched using the service name */ 403 return strncmp(id->name, rpdev->id.name, RPMSG_NAME_SIZE) == 0; in rpmsg_id_match() 415 return !strcmp(rpdev->driver_override, drv->name); in rpmsg_dev_match() 418 for (i = 0; ids[i].name[ in rpmsg_dev_match() [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | tps6586x.c | 105 .name = "tps6586x-gpio", 108 .name = "tps6586x-regulator", 111 .name = "tps6586x-rtc", 116 .name = "tps6586x-onkey", 279 .name = "tps6586x", 390 pdev = platform_device_alloc(subdev->name, subdev->id); in tps6586x_add_subdevs() 471 const char *name; in tps6586x_print_version() local 475 name = "TPS658621A"; in tps6586x_print_version() 478 name = "TPS658621C/D"; in tps6586x_print_version() 481 name in tps6586x_print_version() [all...] |
H A D | intel-lpss.c | 105 .name = LPSS_IDMA64_DRIVER_NAME, 111 .name = "i2c_designware", 117 .name = "dw-apb-uart", 123 .name = "pxa2xx-spi", 293 char name[32]; in intel_lpss_register_clock_divider() local 296 snprintf(name, sizeof(name), "%s-enable", devname); in intel_lpss_register_clock_divider() 297 tmp = clk_register_gate(NULL, name, __clk_get_name(tmp), 0, in intel_lpss_register_clock_divider() 302 snprintf(name, sizeof(name), " in intel_lpss_register_clock_divider() [all...] |
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | tda9887.c | 50 char *name; member 140 .name = "PAL-BGHN", 151 .name = "PAL-I", 162 .name = "PAL-DK", 173 .name = "PAL-M/Nc", 184 .name = "SECAM-BGH", 192 .name = "SECAM-L", 201 .name = "SECAM-L'", 211 .name = "SECAM-DK", 222 .name [all...] |
/kernel/linux/linux-6.6/drivers/net/arcnet/ |
H A D | com20020-pci.c | 52 static char device[9]; /* use eg. device="arc1" to change name */ 113 .name = NULL, 179 arc_printk(D_NORMAL, dev, "%s Controls\n", ci->name); in com20020pci_probe() 213 if (!strncmp(ci->name, "EAE PLX-PCI FB2", 15)) in com20020pci_probe() 218 if (!strncmp(ci->name, "EAE PLX-PCI MA1", 15)) in com20020pci_probe() 221 snprintf(dev->name, sizeof(dev->name), "arc%d-%d", dev->dev_id, i); in com20020pci_probe() 253 card->tx_led.name = devm_kasprintf(&pdev->dev, GFP_KERNEL, in com20020pci_probe() 262 card->recon_led.name = devm_kasprintf(&pdev->dev, GFP_KERNEL, in com20020pci_probe() 309 .name [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | nic.c | 85 efx->name, efx); in efx_nic_init_interrupt() 112 efx->msi_context[channel->channel].name, in efx_nic_init_interrupt() 182 #define REGISTER(name, arch, min_rev, max_rev) { \ 183 arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 187 #define REGISTER_DZ(name) REGISTER(name, E, D, Z) 209 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ 211 name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \ 213 arch ## R_ ## min_rev ## max_rev ## _ ## name ## _STE [all...] |
/kernel/linux/linux-6.6/drivers/base/ |
H A D | devtmpfs.c | 11 * By default, all devices are named after the name of the device, 50 const char *name; member 83 .name = "devtmpfs", 93 .name = "devtmpfs", 125 req.name = device_get_devnode(dev, &req.mode, &req.uid, &req.gid, &tmp); in devtmpfs_create_node() 126 if (!req.name) in devtmpfs_create_node() 149 req.name = device_get_devnode(dev, NULL, NULL, NULL, &tmp); in devtmpfs_delete_node() 150 if (!req.name) in devtmpfs_delete_node() 159 static int dev_mkdir(const char *name, umode_t mode) in dev_mkdir() argument 165 dentry = kern_path_create(AT_FDCWD, name, in dev_mkdir() 239 dev_rmdir(const char *name) dev_rmdir() argument 380 handle(const char *name, umode_t mode, kuid_t uid, kgid_t gid, struct device *dev) handle() argument [all...] |
/kernel/linux/linux-6.6/fs/afs/ |
H A D | volume.c | 96 memcpy(volume->name, vldb->name, vldb->name_len + 1); in afs_alloc_volume() 162 * The volume name can be one of the following: 171 * The cell name is optional, and defaults to the current cell. 295 char *name; in afs_activate_volume() local 297 name = kasprintf(GFP_KERNEL, "afs,%s,%llx", in afs_activate_volume() 298 volume->cell->name, volume->vid); in afs_activate_volume() 299 if (!name) in afs_activate_volume() 302 vcookie = fscache_acquire_volume(name, NULL, NULL, 0); in afs_activate_volume() 305 kfree(name); in afs_activate_volume() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | seqlock.h | 71 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init() argument 77 lockdep_init_map(&s->dep_map, name, key, 0); in __seqcount_init() 84 .dep_map = { .name = #lockname } 115 * @name: Name of the seqcount_t instance 117 #define SEQCNT_ZERO(name) { .sequence = 0, SEQCOUNT_DEP_MAP_INIT(name) } 281 * @name: Name of the seqcount_LOCKNAME_t instance 290 #define SEQCNT_RAW_SPINLOCK_ZERO(name, lock) SEQCOUNT_LOCKNAME_ZERO(name, lock) 291 #define SEQCNT_SPINLOCK_ZERO(name, loc [all...] |
/kernel/linux/linux-6.6/drivers/rpmsg/ |
H A D | rpmsg_core.c | 28 * using its name and address info. 50 * using its name and address info. 389 if (strncmp(chinfo->name, rpdev->id.name, RPMSG_NAME_SIZE)) in rpmsg_device_match() 455 rpmsg_show_attr(name, id.name, "%s\n"); 471 return sprintf(buf, RPMSG_DEVICE_MODALIAS_FMT "\n", rpdev->id.name); in modalias_show() 486 /* rpmsg devices and drivers are matched using the service name */ 490 return strncmp(id->name, rpdev->id.name, RPMSG_NAME_SIZ in rpmsg_id_match() [all...] |