| /OK3568_Linux_fs/kernel/sound/soc/intel/common/ |
| H A D | soc-acpi-intel-cht-match.c | 35 .drv_name = "cht-bsw-rt5645", 58 .drv_name = "cht-bsw-rt5672", 66 .drv_name = "cht-bsw-rt5672", 74 .drv_name = "cht-bsw-rt5645", 82 .drv_name = "cht-bsw-rt5645", 90 .drv_name = "cht-bsw-rt5645", 98 .drv_name = "cht-bsw-max98090", 106 .drv_name = "cht-bsw-nau8824", 114 .drv_name = "bytcht_da7213", 122 .drv_name = "bytcht_da7213", [all …]
|
| H A D | soc-acpi-intel-byt-match.c | 90 .drv_name = "cht-bsw-rt5672", 99 .drv_name = "bytcr_rt5651", 126 .drv_name = "bytcr_rt5640", 135 .drv_name = "bytcr_rt5640", 143 .drv_name = "bytcr_rt5640", 151 .drv_name = "bytcr_rt5651", 159 .drv_name = "bytcht_da7213", 167 .drv_name = "bytcht_da7213", 175 .drv_name = "bytcht_es8316", 183 .drv_name = "sof_rt5682", [all …]
|
| H A D | soc-acpi-intel-kbl-match.c | 48 .drv_name = "kbl_alc286s_i2s", 53 .drv_name = "kbl_n88l25_s4567", 61 .drv_name = "kbl_n88l25_m98357a", 69 .drv_name = "kbl_r5514_5663_max", 77 .drv_name = "kbl_rt5663_m98927", 85 .drv_name = "kbl_rt5663", 90 .drv_name = "kbl_da7219_mx98357a", 98 .drv_name = "kbl_da7219_max98927", 106 .drv_name = "kbl_rt5660", 111 .drv_name = "kbl_rt5660", [all …]
|
| H A D | soc-acpi-intel-cml-match.c | 35 .drv_name = "cml_rt1011_rt5682", 43 .drv_name = "sof_rt5682", 51 .drv_name = "sof_rt5682", 57 .drv_name = "cml_da7219_max98357a", 65 .drv_name = "cml_da7219_mx98357a", 266 .drv_name = "sof_sdw", 273 .drv_name = "sof_sdw", 285 .drv_name = "sof_sdw", 292 .drv_name = "sof_sdw",
|
| H A D | soc-acpi-intel-tgl-match.c | 316 .drv_name = "sof_sdw", 324 .drv_name = "tgl_max98357a_rt5682", 332 .drv_name = "tgl_max98373_rt5682", 347 .drv_name = "sof_sdw", 354 .drv_name = "sof_sdw", 366 .drv_name = "sof_sdw", 373 .drv_name = "sof_sdw", 380 .drv_name = "sof_sdw", 387 .drv_name = "sof_sdw", 394 .drv_name = "sof_sdw",
|
| H A D | soc-acpi-intel-hsw-bdw-match.c | 15 .drv_name = "haswell-audio", 27 .drv_name = "broadwell-audio", 34 .drv_name = "bdw-rt5650", 41 .drv_name = "bdw-rt5677", 48 .drv_name = "haswell-audio",
|
| H A D | soc-acpi-intel-bxt-match.c | 52 .drv_name = "bxt_alc298s_i2s", 59 .drv_name = "bxt_da7219_max98357a", 68 .drv_name = "sof_pcm512x", 74 .drv_name = "sof-wm8804", 80 .drv_name = "bxt_tdf8532",
|
| H A D | soc-acpi-intel-jsl-match.c | 35 .drv_name = "sof_da7219_max98373", 43 .drv_name = "sof_da7219_max98360a", 49 .drv_name = "jsl_rt5682_rt1015", 57 .drv_name = "jsl_rt5682_max98360a",
|
| H A D | soc-acpi-intel-icl-match.c | 20 .drv_name = "icl_rt274", 28 .drv_name = "sof_rt5682", 167 .drv_name = "sof_sdw", 174 .drv_name = "sof_sdw", 181 .drv_name = "sof_sdw",
|
| H A D | soc-acpi-intel-skl-match.c | 23 .drv_name = "skl_alc286s_i2s", 28 .drv_name = "skl_n88l25_s4567", 36 .drv_name = "skl_n88l25_m98357a",
|
| H A D | soc-acpi-intel-glk-match.c | 20 .drv_name = "glk_alc298s_i2s", 27 .drv_name = "glk_da7219_max98357a", 36 .drv_name = "glk_rt5682_max98357a",
|
| H A D | soc-acpi-intel-cnl-match.c | 20 .drv_name = "cnl_rt274", 59 .drv_name = "sof_sdw",
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | irqchip.h | 33 #define IRQCHIP_PLATFORM_DRIVER_BEGIN(drv_name) \ argument 34 static const struct of_device_id drv_name##_irqchip_match_table[] = { 38 #define IRQCHIP_PLATFORM_DRIVER_END(drv_name) \ argument 41 MODULE_DEVICE_TABLE(of, drv_name##_irqchip_match_table); \ 42 static struct platform_driver drv_name##_driver = { \ 45 .name = #drv_name, \ 47 .of_match_table = drv_name##_irqchip_match_table, \ 51 builtin_platform_driver(drv_name##_driver)
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mmp/ |
| H A D | devices.h | 12 const char *drv_name; member 23 .drv_name = _drv, \ 34 .drv_name = _drv, \ 45 .drv_name = _drv, \
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | log.c | 16 static struct log_device *log_device_find_by_name(const char *drv_name) in log_device_find_by_name() argument 21 if (!strcmp(drv_name, ldev->drv->name)) in log_device_find_by_name() 154 int log_add_filter(const char *drv_name, enum log_category_t cat_list[], in log_add_filter() argument 161 ldev = log_device_find_by_name(drv_name); in log_add_filter() 194 int log_remove_filter(const char *drv_name, int filter_num) in log_remove_filter() argument 199 ldev = log_device_find_by_name(drv_name); in log_remove_filter()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | lists.c | 74 int device_bind_driver(struct udevice *parent, const char *drv_name, in device_bind_driver() argument 77 return device_bind_driver_to_node(parent, drv_name, dev_name, in device_bind_driver() 81 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name, in device_bind_driver_to_node() argument 88 drv = lists_driver_lookup_name(drv_name); in device_bind_driver_to_node() 90 debug("Cannot find driver '%s'\n", drv_name); in device_bind_driver_to_node()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qce/ |
| H A D | skcipher.c | 301 const char *drv_name; member 313 .drv_name = "ecb-aes-qce", 322 .drv_name = "cbc-aes-qce", 331 .drv_name = "ctr-aes-qce", 341 .drv_name = "xts-aes-qce", 350 .drv_name = "ecb-des-qce", 359 .drv_name = "cbc-des-qce", 368 .drv_name = "ecb-3des-qce", 377 .drv_name = "cbc-3des-qce", 400 def->drv_name); in qce_skcipher_register_one()
|
| H A D | sha.c | 439 const char *drv_name; member 450 .drv_name = "sha1-qce", 459 .drv_name = "sha256-qce", 468 .drv_name = "hmac-sha1-qce", 477 .drv_name = "hmac-sha256-qce", 527 def->drv_name); in qce_ahash_register_one()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-crypto-sha.c | 361 const char *drv_name; member 371 .drv_name = "sha1-ccp", 379 .drv_name = "sha224-ccp", 387 .drv_name = "sha256-ccp", 395 .drv_name = "sha384-ccp", 403 .drv_name = "sha512-ccp", 438 def->drv_name); in ccp_register_hmac_alg() 488 def->drv_name); in ccp_register_sha_alg()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | lists.h | 72 int device_bind_driver(struct udevice *parent, const char *drv_name, 87 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name,
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | sof-audio.c | 472 mach->drv_name = "sof-nocodec"; in sof_machine_check() 489 const char *drv_name; in sof_machine_register() local 493 drv_name = plat_data->machine->drv_name; in sof_machine_register() 499 platform_device_register_data(sdev->dev, drv_name, in sof_machine_register()
|
| /OK3568_Linux_fs/u-boot/drivers/irq/ |
| H A D | irq-generic.c | 382 char *drv_name; in do_dump_irqs() local 394 drv_name = "IRQ"; in do_dump_irqs() 396 drv_name = dev->driver->name; in do_dump_irqs() 401 drv_name, dev->name, irq_desc[pirq].count); in do_dump_irqs()
|
| /OK3568_Linux_fs/u-boot/drivers/clk/at91/ |
| H A D | pmc.c | 53 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name) in at91_clk_sub_device_bind() argument 81 ret = device_bind_driver_to_node(dev, drv_name, name, in at91_clk_sub_device_bind()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | video-uclass.c | 205 const char *drv_name = drv; in video_post_probe() local 248 drv_name = priv->vidconsole_drv_name; in video_post_probe() 249 ret = device_bind_driver(dev, drv_name, str, &cons); in video_post_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 327 const char *drv_name, const char *dev_name, in spi_get_bus_and_cs() argument 353 if (ret == -ENODEV && drv_name) { in spi_get_bus_and_cs() 355 __func__, dev_name, busnum, cs, drv_name); in spi_get_bus_and_cs() 356 ret = device_bind_driver(bus, drv_name, dev_name, &dev); in spi_get_bus_and_cs()
|