Home
last modified time | relevance | path

Searched refs:chips (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/Linux-v5.10/drivers/gpio/
Dgpio-davinci.c194 struct davinci_gpio_controller *chips; in davinci_gpio_probe() local
230 chips = devm_kzalloc(dev, sizeof(*chips), GFP_KERNEL); in davinci_gpio_probe()
231 if (!chips) in davinci_gpio_probe()
239 chips->irqs[i] = platform_get_irq(pdev, i); in davinci_gpio_probe()
240 if (chips->irqs[i] < 0) in davinci_gpio_probe()
241 return dev_err_probe(dev, chips->irqs[i], "IRQ not populated\n"); in davinci_gpio_probe()
244 chips->chip.label = dev_name(dev); in davinci_gpio_probe()
246 chips->chip.direction_input = davinci_direction_in; in davinci_gpio_probe()
247 chips->chip.get = davinci_gpio_get; in davinci_gpio_probe()
248 chips->chip.direction_output = davinci_direction_out; in davinci_gpio_probe()
[all …]
/Linux-v5.10/drivers/mtd/chips/
DKconfig6 tristate "Detect flash chips by Common Flash Interface (CFI) probe"
18 tristate "Detect non-CFI AMD/JEDEC-compatible flash chips"
22 This option enables JEDEC-style probing of flash chips which are not
24 CFI-targeted flash drivers for any chips which are identified which
26 covers most AMD/Fujitsu-compatible chips and also non-CFI
27 Intel chips.
37 chips, or if you wish to reduce the size of the kernel by including
38 support for only specific arrangements of flash chips, say 'Y'. This
50 data bits when writing the 'magic' commands to the chips. Saying
52 enabled, means that the CPU will not do any swapping; the chips
[all …]
Dcfi_cmdset_0002.c714 cfi->chips[i].word_write_time = 1<<cfi->cfiq->WordWriteTimeoutTyp; in cfi_cmdset_0002()
715 cfi->chips[i].buffer_write_time = 1<<cfi->cfiq->BufWriteTimeoutTyp; in cfi_cmdset_0002()
716 cfi->chips[i].erase_time = 1<<cfi->cfiq->BlockEraseTimeoutTyp; in cfi_cmdset_0002()
725 cfi->chips[i].buffer_write_time_max = in cfi_cmdset_0002()
729 cfi->chips[i].buffer_write_time_max = 0; in cfi_cmdset_0002()
731 cfi->chips[i].buffer_write_time_max = in cfi_cmdset_0002()
732 max(cfi->chips[i].buffer_write_time_max, 2000); in cfi_cmdset_0002()
734 cfi->chips[i].ref_point_counter = 0; in cfi_cmdset_0002()
735 init_waitqueue_head(&(cfi->chips[i].wq)); in cfi_cmdset_0002()
1261 ret = do_read_onechip(map, &cfi->chips[chipnum], ofs, thislen, buf); in cfi_amdstd_read()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/bus/
Dbrcm,gisb-arb.txt6 "brcm,bcm7278-gisb-arb" for V7 28nm chips
7 "brcm,gisb-arb" or "brcm,bcm7445-gisb-arb" for other 28nm chips
8 "brcm,bcm7435-gisb-arb" for newer 40nm chips
9 "brcm,bcm7400-gisb-arb" for older 40nm chips and all 65nm chips
10 "brcm,bcm7038-gisb-arb" for 130nm chips
/Linux-v5.10/drivers/net/wireless/ralink/rt2x00/
DKconfig29 Supported chips: RT2460.
41 Supported chips: RT2560.
56 Supported chips: RT2561, RT2561S & RT2661.
73 Supported chips: RT2760, RT2790, RT2860, RT2880, RT2890, RT3052,
86 Supported chips: RT3390
94 Supported chips: RT3060, RT3062, RT3562, RT3592
103 Supported chips: RT5390
111 Supported chips: RT3290
121 Supported chips: RT2571 & RT2572.
134 Supported chips: RT2571W, RT2573 & RT2671.
[all …]
/Linux-v5.10/drivers/mtd/lpddr/
DKconfig6 tristate "Support for LPDDR flash chips"
10 flash chips. Synonymous with Mobile-DDR. It is a new standard for
15 tristate "Detect flash chips by QINFO probe"
17 Device Information for LPDDR chips is offered through the Overlay
25 tristate "Support for LPDDR2-NVM flash chips"
/Linux-v5.10/drivers/i2c/muxes/
Di2c-mux-pca954x.c94 static const struct chip_desc chips[] = { variable
197 { .compatible = "nxp,pca9540", .data = &chips[pca_9540] },
198 { .compatible = "nxp,pca9542", .data = &chips[pca_9542] },
199 { .compatible = "nxp,pca9543", .data = &chips[pca_9543] },
200 { .compatible = "nxp,pca9544", .data = &chips[pca_9544] },
201 { .compatible = "nxp,pca9545", .data = &chips[pca_9545] },
202 { .compatible = "nxp,pca9546", .data = &chips[pca_9546] },
203 { .compatible = "nxp,pca9547", .data = &chips[pca_9547] },
204 { .compatible = "nxp,pca9548", .data = &chips[pca_9548] },
205 { .compatible = "nxp,pca9846", .data = &chips[pca_9846] },
[all …]
/Linux-v5.10/sound/usb/6fire/
Dchip.c34 static struct sfire_chip *chips[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable
95 if (chips[i]) in usb6fire_chip_probe()
96 chips[i]->intf_count++; in usb6fire_chip_probe()
97 usb_set_intfdata(intf, chips[i]); in usb6fire_chip_probe()
135 chips[regidx] = chip; in usb6fire_chip_probe()
180 chips[chip->regidx] = NULL; in usb6fire_chip_disconnect()
/Linux-v5.10/drivers/cpufreq/
Dpowernv-cpufreq.c140 } *chips; variable
979 chips[i].restore = true; in powernv_cpufreq_occ_msg()
980 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
987 if (chips[i].id == omsg.chip) in powernv_cpufreq_occ_msg()
992 chips[i].throttle_reason = omsg.throttle_status; in powernv_cpufreq_occ_msg()
993 chips[i].reason[omsg.throttle_status]++; in powernv_cpufreq_occ_msg()
997 chips[i].restore = true; in powernv_cpufreq_occ_msg()
999 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
1069 chips = kcalloc(nr_chips, sizeof(struct chip), GFP_KERNEL); in init_chip_info()
1070 if (!chips) { in init_chip_info()
[all …]
/Linux-v5.10/drivers/iio/potentiometer/
DKconfig35 potentiometer chips.
46 chips.
57 chips.
68 digital potentiometer chips.
86 digital potentiometer chips.
100 digital potentiometer chips.
112 digital potentiometer chips.
124 digital potentiometer chips.
/Linux-v5.10/Documentation/hwmon/
Dtmp421.rst4 Supported chips:
54 TMP423, TMP441, and TMP442 temperature sensor chips. These chips
57 in degrees Celsius. The chips are wired over I2C/SMBus and specified
61 The chips support only temperature measurement. The driver exports
Dthmc50.rst4 Supported chips:
38 List of adapter,address pairs to force chips into ADM1022 mode with
39 second remote temperature. This does not work for original THMC50 chips.
57 The THMC50 is usually used in combination with LM78-like chips, to measure
88 The driver was tested on Compaq AP550 with two ADM1022 chips (one works
Dtmp401.rst4 Supported chips:
63 TMP431, TMP432, TMP435, and TMP461 chips. These chips implement one or two
73 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
/Linux-v5.10/Documentation/admin-guide/gpio/
Dgpio-mockup.rst7 chips for testing purposes. The lines exposed by these chips can be accessed
11 Creating simulated chips using module params
26 The line above creates three chips. The first one will expose 8 lines,
28 to 405 while for two first chips it will be assigned automatically.
/Linux-v5.10/Documentation/devicetree/bindings/powerpc/fsl/
Dccf.txt12 Example chips: T4240, B4860
15 Example chips: P5040, P5020, P4080, P3041, P2041
20 used for both CCF version 1 chips and CCF version 2
21 chips. It should be specified after either
/Linux-v5.10/drivers/memory/tegra/
DKconfig16 Tegra20 chips. The EMC controls the external DRAM on the board.
26 Tegra30 chips. The EMC controls the external DRAM on the board.
36 Tegra124 chips. The EMC controls the external DRAM on the board.
50 Tegra210 chips. The EMC controls the external DRAM on the board.
/Linux-v5.10/drivers/mtd/maps/
DKconfig7 bool "Support non-linear mappings of flash chips"
10 paged mappings of flash chips.
17 ROM driver code to communicate with chips which are mapped
19 the physical address and size of the flash chips on your
42 This is the physical memory location at which the flash chips
52 This is the total length of the mapping of the flash chips on
54 physical memory map between the chips, this could be larger
74 and RAM driver code to communicate with chips which are mapped
135 in which user-programmable flash chips are connected on the
158 which user-programmable flash chips are connected on various
[all …]
/Linux-v5.10/drivers/net/dsa/mv88e6xxx/
DKconfig10 Ethernet switch chips, except 88E6060.
20 It is required on most chips. If the chip you compile the support for
31 chips that support it.
/Linux-v5.10/drivers/nfc/st-nci/
DKconfig5 STMicroelectronics NFC NCI chips core driver. It implements the chipset
15 STMicroelectronics NFC NCI chips family.
27 STMicroelectronics NFC NCI chips family.
/Linux-v5.10/sound/soc/bcm/
DKconfig13 tristate "SoC platform audio for Broadcom Cygnus chips"
17 Cygnus chips (bcm958300, bcm958305, bcm911360)
26 DSL/PON chips (bcm63158, bcm63178)
/Linux-v5.10/Documentation/devicetree/bindings/gpio/
Dgpio-max3191x.txt17 Number of chips in the daisy-chain (default is 1).
21 (if all chips are wired to the same pin).
30 - maxim,modesel-8bit: Boolean whether the modesel pin of the chips is
39 (in 16-bit mode). Use this if the chips are powered
/Linux-v5.10/drivers/mtd/nand/raw/
Doxnas_nand.c34 struct nand_chip *chips[OXNAS_NAND_MAX_CHIPS]; member
147 oxnas->chips[oxnas->nchips++] = chip; in oxnas_nand_probe()
166 chip = oxnas->chips[i]; in oxnas_nand_probe()
183 chip = oxnas->chips[i]; in oxnas_nand_remove()
/Linux-v5.10/Documentation/devicetree/bindings/mtd/
Dcypress,hyperflash.txt1 Bindings for HyperFlash NOR flash chips compliant with Cypress HyperBus
5 - compatible : "cypress,hyperflash", "cfi-flash" for HyperFlash NOR chips
/Linux-v5.10/drivers/net/dsa/
DKconfig17 switch chips.
41 Ethernet switch chips.
68 switch chips.
80 chips, currently only RTL8366RB.
88 switch chips.
/Linux-v5.10/drivers/hwmon/
DKconfig108 AD7416, AD7417 and AD7418 temperature monitoring chips.
118 and ADM1023 sensor chips and clones: Maxim MAX1617 and MAX1617A,
130 and Philips NE1619 sensor chips.
162 and ADM1030 sensor chips.
172 sensor chips.
183 Dallas DS1780, National Semiconductor LM81 sensor chips.
202 ADT7310 and ADT7320 temperature monitoring chips.
213 ADT7410 and ADT7420 temperature monitoring chips.
233 ADT7462 temperature monitoring chips.
243 ADT7470 temperature monitoring chips.
[all …]

12345678910>>...27