Home
last modified time | relevance | path

Searched refs:chip_name (Results 1 – 25 of 48) sorted by relevance

12

/linux/drivers/mfd/
H A Dretu-mfd.c121 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 Dmtk_vcodec_dec_drv.c339 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 Dmtk_vcodec_dec_stateless.c574 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 Dauto_parser.c416 codec->core.chip_name, cfg->line_outs, cfg->line_out_pins[0], in snd_hda_parse_pin_defcfg()
845 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
852 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
859 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
866 codec->core.chip_name, modelname); in __snd_hda_apply_fixup()
871 codec->core.chip_name, fix->type); in __snd_hda_apply_fixup()
959 codec->core.chip_name, name ? name : ""); in snd_hda_pick_pin_fixup()
1027 codec->core.chip_name); in snd_hda_pick_fixup()
1038 codec->core.chip_name, name); in snd_hda_pick_fixup()
1097 codec->core.chip_name, name ? name : "", in snd_hda_pick_fixup()
H A Dbind.c79 codec->core.vendor_name, codec->core.chip_name); in snd_hda_codec_set_name()
/linux/drivers/video/fbdev/via/
H A Daccel.c308 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()
H A Dviafbdev.c763 chip_name = viapar->shared->chip_info.gfx_chip_name; in viafb_cursor() local
770 if ((chip_name == UNICHROME_CLE266 && viapar->iga_path == IGA2) || in viafb_cursor()
812 if (chip_name == UNICHROME_CX700 || in viafb_cursor()
813 chip_name == UNICHROME_VX800 || in viafb_cursor()
814 chip_name == UNICHROME_VX855 || in viafb_cursor()
815 chip_name == UNICHROME_VX900) { in viafb_cursor()
/linux/drivers/media/dvb-frontends/
H A Dlgdt330x.c183 char *chip_name; in lgdt330x_init() local
256 chip_name = "LGDT3302"; in lgdt330x_init()
261 chip_name = "LGDT3303"; in lgdt330x_init()
280 chip_name = "undefined"; in lgdt330x_init()
285 dprintk(state, "Initialized the %s chip\n", chip_name); in lgdt330x_init()
H A Dsi2165.c1153 const char *chip_name; in si2165_probe() local
1227 chip_name = "Si2161"; in si2165_probe()
1231 chip_name = "Si2165"; in si2165_probe()
1243 chip_name, rev_char, state->chip_type, in si2165_probe()
1246 strlcat(state->fe.ops.info.name, chip_name, in si2165_probe()
/linux/arch/sparc/kernel/
H A Dpsycho_common.h47 const char *chip_name, int chip_type);
H A Dpsycho_common.c454 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/gpu/drm/radeon/
H A Dni.c688 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 Dr600.c2434 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/watchdog/
H A Dw83627hf_wdt.c478 static const char * const chip_name[] = { in wdt_init() local
517 chip_name[chip]); in wdt_init()
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h168 char chip_name[8]; member
/linux/sound/pci/ctxfi/
H A Dxfi.c104 card->shortname, atc->chip_name, atc->model_name); in ct_card_probe()
H A Dctatc.h82 const char *chip_name; member
/linux/drivers/media/rc/
H A Dnuvoton-cir.c396 const char *chip_name; in nvt_hw_detect() local
420 chip_name = nvt_find_chip(nvt, chip_id); in nvt_hw_detect()
423 if (!chip_name) in nvt_hw_detect()
429 chip_name, nvt->chip_major, nvt->chip_minor); in nvt_hw_detect()
/linux/tools/testing/selftests/gpio/
H A Dgpio-sim.sh113 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 Dgpio-sim.rst40 **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 Dsysfs-kernel-irq18 What: /sys/kernel/irq/<irq>/chip_name
/linux/Documentation/i2c/muxes/
H A Di2c-mux-gpio.rst70 you can instead provide a chip name (.chip_name) and relative GPIO pin
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192e.c482 strscpy(priv->chip_name, "8191EU", sizeof(priv->chip_name)); in rtl8192eu_identify_chip()
486 strscpy(priv->chip_name, "8192EU", sizeof(priv->chip_name)); in rtl8192eu_identify_chip()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c327 const char *chip_name; in gfx_v6_0_init_microcode() local
336 chip_name = "tahiti"; in gfx_v6_0_init_microcode()
339 chip_name = "pitcairn"; in gfx_v6_0_init_microcode()
342 chip_name = "verde"; in gfx_v6_0_init_microcode()
345 chip_name = "oland"; in gfx_v6_0_init_microcode()
348 chip_name = "hainan"; in gfx_v6_0_init_microcode()
355 "amdgpu/%s_pfp.bin", chip_name); in gfx_v6_0_init_microcode()
364 "amdgpu/%s_me.bin", chip_name); in gfx_v6_0_init_microcode()
373 "amdgpu/%s_ce.bin", chip_name); in gfx_v6_0_init_microcode()
382 "amdgpu/%s_rlc.bin", chip_name); in gfx_v6_0_init_microcode()
[all …]
/linux/sound/hda/codecs/
H A Dsenarytech.c207 codec_info(codec, "%s: BIOS auto-probing.\n", codec->core.chip_name); in senary_probe()

12