| /linux/drivers/mfd/ |
| H A D | retu-mfd.c | 121 char *chip_name; member 128 .chip_name = "Retu", 135 .chip_name = "Tahvo", 255 rdat->chip_name, ret); in retu_probe() 259 dev_info(rdev->dev, "%s%s%s v%d.%d found\n", rdat->chip_name, in retu_probe()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_drv.c | 339 vdec_dev->chip_name = MTK_VDEC_MT8173; in mtk_vcodec_dec_get_chip_name() 341 vdec_dev->chip_name = MTK_VDEC_MT8183; in mtk_vcodec_dec_get_chip_name() 343 vdec_dev->chip_name = MTK_VDEC_MT8192; in mtk_vcodec_dec_get_chip_name() 345 vdec_dev->chip_name = MTK_VDEC_MT8195; in mtk_vcodec_dec_get_chip_name() 347 vdec_dev->chip_name = MTK_VDEC_MT8186; in mtk_vcodec_dec_get_chip_name() 349 vdec_dev->chip_name = MTK_VDEC_MT8188; in mtk_vcodec_dec_get_chip_name() 351 vdec_dev->chip_name = MTK_VDEC_INVAL; in mtk_vcodec_dec_get_chip_name() 370 if (dev->chip_name == MTK_VDEC_INVAL) { in mtk_vcodec_probe()
|
| H A D | mtk_vcodec_dec_stateless.c | 574 switch (ctx->dev->chip_name) { in mtk_vcodec_dec_fill_h264_level() 595 switch (ctx->dev->chip_name) { in mtk_vcodec_dec_fill_h264_profile() 609 switch (ctx->dev->chip_name) { in mtk_vcodec_dec_fill_h265_level() 625 switch (ctx->dev->chip_name) { in mtk_vcodec_dec_fill_h265_profile() 639 switch (ctx->dev->chip_name) { in mtk_vcodec_dec_fill_vp9_level() 659 switch (ctx->dev->chip_name) { in mtk_vcodec_dec_fill_vp9_profile()
|
| /linux/sound/hda/common/ |
| H A D | auto_parser.c | 416 codec->core.chip_name, cfg->line_outs, cfg->line_out_pins[0], in snd_hda_parse_pin_defcfg() 801 codec->core.chip_name, modelname); in snd_hda_apply_verbs() 808 codec->core.chip_name, modelname); 815 codec->core.chip_name, modelname); in snd_hda_apply_pincfgs() 822 codec->core.chip_name, modelname); in set_pin_targets() 827 codec->core.chip_name, fix->type); 915 codec->core.chip_name, name ? name : ""); in pin_config_match() 983 codec->core.chip_name); in hda_quirk_lookup_id() 994 codec->core.chip_name, name); 1053 codec->core.chip_name, nam in snd_hda_pick_fixup() [all...] |
| H A D | bind.c | 79 codec->core.vendor_name, codec->core.chip_name); in snd_hda_codec_set_name()
|
| /linux/drivers/video/fbdev/via/ |
| H A D | accel.c | 308 u32 chip_name = viapar->shared->chip_info.gfx_chip_name; in viafb_setup_engine() local 317 switch (chip_name) { in viafb_setup_engine() 372 vq_len, chip_name = viapar->shared->chip_info.gfx_chip_name; in viafb_reset_engine() local 387 switch (chip_name) { in viafb_reset_engine() 424 switch (chip_name) { in viafb_reset_engine()
|
| /linux/drivers/iio/temperature/ |
| H A D | mcp9600.c | 115 const char *chip_name; member 534 indio_dev->name = chip_info->chip_name; in mcp9600_probe() 544 .chip_name = "mcp9600", 549 .chip_name = "mcp9601",
|
| /linux/arch/sparc/kernel/ |
| H A D | psycho_common.h | 47 const char *chip_name, int chip_type);
|
| H A D | psycho_common.c | 454 const char *chip_name, int chip_type) in psycho_pbm_init_common() argument 471 pbm->name, chip_name, in psycho_pbm_init_common()
|
| /linux/drivers/iio/accel/ |
| H A D | msa311.c | 361 char *chip_name; member 984 msa311->chip_name = devm_kasprintf(dev, GFP_KERNEL, in msa311_check_partid() 986 if (!msa311->chip_name) in msa311_check_partid() 1060 msa311->chip_name, indio_dev); in msa311_setup_interrupts() 1064 trig = devm_iio_trigger_alloc(dev, "%s-new-data", msa311->chip_name); in msa311_setup_interrupts() 1211 indio_dev->name = msa311->chip_name; in msa311_probe()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | ni.c | 688 const char *chip_name; in ni_init_microcode() local 699 chip_name = "BARTS"; in ni_init_microcode() 708 chip_name = "TURKS"; in ni_init_microcode() 717 chip_name = "CAICOS"; in ni_init_microcode() 726 chip_name = "CAYMAN"; in ni_init_microcode() 735 chip_name = "ARUBA"; in ni_init_microcode() 747 DRM_INFO("Loading %s Microcode\n", chip_name); in ni_init_microcode() 749 snprintf(fw_name, sizeof(fw_name), "radeon/%s_pfp.bin", chip_name); in ni_init_microcode() 760 snprintf(fw_name, sizeof(fw_name), "radeon/%s_me.bin", chip_name); in ni_init_microcode() 782 snprintf(fw_name, sizeof(fw_name), "radeon/%s_mc.bin", chip_name); in ni_init_microcode() [all …]
|
| H A D | r600.c | 2434 const char *chip_name; in r600_init_microcode() local 2445 chip_name = "R600"; in r600_init_microcode() 2449 chip_name = "RV610"; in r600_init_microcode() 2453 chip_name = "RV630"; in r600_init_microcode() 2457 chip_name = "RV620"; in r600_init_microcode() 2461 chip_name = "RV635"; in r600_init_microcode() 2465 chip_name = "RV670"; in r600_init_microcode() 2470 chip_name = "RS780"; in r600_init_microcode() 2474 chip_name = "RV770"; in r600_init_microcode() 2480 chip_name = "RV730"; in r600_init_microcode() [all …]
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
| H A D | dev.c | 1450 const char *chip_name; in rtl8187_probe() local 1556 chip_name = "RTL8187BvB(early)"; in rtl8187_probe() 1561 chip_name = "RTL8187vD"; in rtl8187_probe() 1564 chip_name = "RTL8187vB (default)"; in rtl8187_probe() 1578 chip_name = "RTL8187BvB"; in rtl8187_probe() 1582 chip_name = "RTL8187BvD"; in rtl8187_probe() 1586 chip_name = "RTL8187BvE"; in rtl8187_probe() 1590 chip_name = "RTL8187BvB (default)"; in rtl8187_probe() 1649 mac_addr, chip_name, priv->asic_rev, priv->rf->name, in rtl8187_probe()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_glue.h | 168 char chip_name[8]; member
|
| /linux/sound/pci/ctxfi/ |
| H A D | xfi.c | 104 card->shortname, atc->chip_name, atc->model_name); in ct_card_probe()
|
| H A D | ctatc.h | 82 const char *chip_name; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v8_0.c | 941 const char *chip_name; in gfx_v8_0_init_microcode() local 953 chip_name = "topaz"; in gfx_v8_0_init_microcode() 956 chip_name = "tonga"; in gfx_v8_0_init_microcode() 959 chip_name = "carrizo"; in gfx_v8_0_init_microcode() 962 chip_name = "fiji"; in gfx_v8_0_init_microcode() 965 chip_name = "stoney"; in gfx_v8_0_init_microcode() 968 chip_name = "polaris10"; in gfx_v8_0_init_microcode() 971 chip_name = "polaris11"; in gfx_v8_0_init_microcode() 974 chip_name = "polaris12"; in gfx_v8_0_init_microcode() 977 chip_name = "vegam"; in gfx_v8_0_init_microcode() [all …]
|
| H A D | amdgpu_device.c | 1814 const char *chip_name; in amdgpu_device_parse_gpu_info_fw() local 1824 chip_name = "vega10"; in amdgpu_device_parse_gpu_info_fw() 1827 chip_name = "vega12"; in amdgpu_device_parse_gpu_info_fw() 1831 chip_name = "raven2"; in amdgpu_device_parse_gpu_info_fw() 1833 chip_name = "picasso"; in amdgpu_device_parse_gpu_info_fw() 1835 chip_name = "raven"; in amdgpu_device_parse_gpu_info_fw() 1838 chip_name = "arcturus"; in amdgpu_device_parse_gpu_info_fw() 1843 chip_name = "navi12"; in amdgpu_device_parse_gpu_info_fw() 1848 chip_name = "cyan_skillfish"; in amdgpu_device_parse_gpu_info_fw() 1854 "amdgpu/%s_gpu_info.bin", chip_name); in amdgpu_device_parse_gpu_info_fw() [all …]
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-sim.sh | 113 cat $CONFIGFS_DIR/$CHIP/$BANK/chip_name 2> /dev/null || \ 184 test -n `cat $CONFIGFS_DIR/chip/bank/chip_name` || fail "chip_name doesn't work"
|
| /linux/Documentation/admin-guide/gpio/ |
| H A D | gpio-sim.rst | 40 **Attribute:** ``/config/gpio-sim/gpio-device/gpio-bankX/chip_name`` 45 ``'chip_name'`` attribute is read-only and allows the user-space to read the
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-irq | 18 What: /sys/kernel/irq/<irq>/chip_name
|
| /linux/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
| H A D | dev.c | 1738 const char *chip_name, *rf_name = NULL; in rtl8180_probe() local 1828 chip_name = "RTL8180"; in rtl8180_probe() 1833 chip_name = "RTL8180vF"; in rtl8180_probe() 1838 chip_name = "RTL8185"; in rtl8180_probe() 1843 chip_name = "RTL8185vD"; in rtl8180_probe() 1848 chip_name = "RTL8187SE"; in rtl8180_probe() 1942 priv->mac_addr, chip_name, priv->rf->name); in rtl8180_probe()
|
| /linux/Documentation/i2c/muxes/ |
| H A D | i2c-mux-gpio.rst | 70 you can instead provide a chip name (.chip_name) and relative GPIO pin
|
| /linux/sound/hda/codecs/ |
| H A D | senarytech.c | 207 codec_info(codec, "%s: BIOS auto-probing.\n", codec->core.chip_name); in senary_probe()
|
| /linux/drivers/net/ethernet/dec/tulip/ |
| H A D | tulip.h | 42 char *chip_name; member
|