Home
last modified time | relevance | path

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

12345678910>>...33

/linux/drivers/gpio/
A Dgpio-davinci.c195 chips = devm_kzalloc(dev, sizeof(*chips), GFP_KERNEL); in davinci_gpio_probe()
196 if (!chips) in davinci_gpio_probe()
205 if (chips->irqs[i] < 0) in davinci_gpio_probe()
206 return chips->irqs[i]; in davinci_gpio_probe()
217 chips->chip.base = -1; in davinci_gpio_probe()
232 ret = devm_gpiochip_add_data(dev, &chips->chip, chips); in davinci_gpio_probe()
484 chips); in davinci_gpio_irq_setup()
512 irq = chips->irqs[0]; in davinci_gpio_irq_setup()
518 g = chips->regs[0]; in davinci_gpio_irq_setup()
525 irq_set_handler_data(chips->irqs[gpio], chips); in davinci_gpio_irq_setup()
[all …]
/linux/drivers/mtd/chips/
A DKconfig6 tristate "Detect flash chips by Common Flash Interface (CFI) probe"
18 tristate "Detect non-CFI AMD/JEDEC-compatible flash chips"
26 covers most AMD/Fujitsu-compatible chips and also non-CFI
27 Intel chips.
139 flash chips addressed by each bus cycle, then say 'Y'.
146 flash chips addressed by each bus cycle, then say 'Y'.
153 flash chips addressed by each bus cycle, then say 'Y'.
161 "Protection Registers" present on some flash chips.
213 tristate "Support for RAM chips in bus mapping"
219 tristate "Support for ROM chips in bus mapping"
[all …]
A Dcfi_cmdset_0002.c742 cfi->chips[i].buffer_write_time_max = in cfi_cmdset_0002()
748 cfi->chips[i].buffer_write_time_max = in cfi_cmdset_0002()
751 cfi->chips[i].ref_point_counter = 0; in cfi_cmdset_0002()
1500 chip = &cfi->chips[chipnum]; in cfi_amdstd_otp_walk()
2851 map, &cfi->chips[chipnum], adr, 0, in cfi_ppb_unlock()
2920 chip = &cfi->chips[i]; in cfi_amdstd_sync()
2959 chip = &cfi->chips[i]; in cfi_amdstd_sync()
2981 chip = &cfi->chips[i]; in cfi_amdstd_suspend()
3011 chip = &cfi->chips[i]; in cfi_amdstd_suspend()
3036 chip = &cfi->chips[i]; in cfi_amdstd_resume()
[all …]
/linux/drivers/i2c/muxes/
A Di2c-mux-pca954x.c126 static const struct chip_desc chips[] = { variable
282 { .compatible = "nxp,pca9540", .data = &chips[pca_9540] },
283 { .compatible = "nxp,pca9542", .data = &chips[pca_9542] },
284 { .compatible = "nxp,pca9543", .data = &chips[pca_9543] },
285 { .compatible = "nxp,pca9544", .data = &chips[pca_9544] },
286 { .compatible = "nxp,pca9545", .data = &chips[pca_9545] },
287 { .compatible = "nxp,pca9546", .data = &chips[pca_9546] },
288 { .compatible = "nxp,pca9547", .data = &chips[pca_9547] },
289 { .compatible = "nxp,pca9548", .data = &chips[pca_9548] },
290 { .compatible = "nxp,pca9846", .data = &chips[pca_9846] },
[all …]
/linux/Documentation/devicetree/bindings/bus/
A Dbrcm,gisb-arb.yaml17 - brcm,bcm7445-gisb-arb # for other 28nm chips
21 - brcm,bcm74165-gisb-arb # for V7 new style 16nm chips
22 - brcm,bcm7278-gisb-arb # for V7 28nm chips
23 - brcm,bcm7435-gisb-arb # for newer 40nm chips
24 - brcm,bcm7400-gisb-arb # for older 40nm chips and all 65nm chips
25 - brcm,bcm7038-gisb-arb # for 130nm chips
/linux/drivers/net/wireless/ralink/rt2x00/
A DKconfig29 Supported chips: RT2460.
41 Supported chips: RT2560.
56 Supported chips: RT2561, RT2561S & RT2661.
86 Supported chips: RT3390
103 Supported chips: RT5390
111 Supported chips: RT3290
121 Supported chips: RT2571 & RT2572.
160 Supported chips: RT3370
168 Supported chips: RT3572
181 Supported chips: RT5370
[all …]
/linux/drivers/mtd/lpddr/
A 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/sound/usb/6fire/
A Dchip.c33 static struct sfire_chip *chips[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable
94 if (chips[i]) in usb6fire_chip_probe()
95 chips[i]->intf_count++; in usb6fire_chip_probe()
96 usb_set_intfdata(intf, chips[i]); in usb6fire_chip_probe()
134 chips[regidx] = chip; in usb6fire_chip_probe()
179 chips[chip->regidx] = NULL; in usb6fire_chip_disconnect()
/linux/drivers/cpufreq/
A Dpowernv-cpufreq.c141 } *chips; variable
986 chips[i].restore = true; in powernv_cpufreq_occ_msg()
987 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
994 if (chips[i].id == omsg.chip) in powernv_cpufreq_occ_msg()
1004 chips[i].restore = true; in powernv_cpufreq_occ_msg()
1006 schedule_work(&chips[i].throttle); in powernv_cpufreq_occ_msg()
1073 if (!chips) { in init_chip_info()
1079 chips[i].id = chip[i]; in init_chip_info()
1082 for_each_cpu(cpu, &chips[i].mask) in init_chip_info()
1098 if (chips) in clean_chip_info()
[all …]
/linux/Documentation/hwmon/
A 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
A Dtmp464.rst6 Supported chips:
33 temperature sensor chips. TMP464 provides one local and four remote
35 Temperature is measured in degrees Celsius. The chips are wired over
40 The chips support only temperature measurements. The driver exports
A Dspd5118.rst6 Supported chips:
8 * SPD5118 (JEDEC JESD300) compliant temperature sensor chips
30 The driver auto-detects SPD5118 compliant chips, but can also be instantiated
61 The driver also supports reading the SPD NVRAM on SPD5118 compatible chips.
A 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
A Dtmp401.rst4 Supported chips:
57 TMP431, TMP432, and TMP435 chips. These chips implement one or two
67 The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
/linux/drivers/soc/cirrus/
A DKconfig6 bool "Cirrus EP93xx chips SoC"
11 Enable support SoC for Cirrus EP93xx chips.
13 Cirrus EP93xx chips have several swlocked registers,
/linux/Documentation/devicetree/bindings/net/bluetooth/
A Dnxp,88w8987-bt.yaml7 title: NXP Bluetooth chips
10 This binding describes UART-attached NXP bluetooth chips. These chips
11 are dual-radio chips supporting WiFi and Bluetooth. The bluetooth
/linux/drivers/iio/potentiometer/
A DKconfig45 potentiometer chips.
56 chips.
67 chips.
78 digital potentiometer chips.
96 digital potentiometer chips.
110 digital potentiometer chips.
122 digital potentiometer chips.
134 digital potentiometer chips.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A 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/Documentation/devicetree/bindings/iio/adc/
A Dadi,ad7380.yaml77 chips.
82 chips.
87 chips.
92 chips.
109 # pseudo-differential chips require common mode voltage supplies,
110 # true differential chips don't use them
143 # All other chips from ad738x family use refio as optional external reference.
/linux/Documentation/admin-guide/gpio/
A Dgpio-mockup.rst15 chips for testing purposes. The lines exposed by these chips can be accessed
19 Creating simulated chips using module params
35 The line above creates three chips. The first one will expose 8 lines,
37 to 405 while for two first chips it will be assigned automatically.
/linux/drivers/net/dsa/ocelot/
A DKconfig23 This driver supports the VSC7511, VSC7512, VSC7513 and VSC7514 chips
26 The Ocelot switch family is a set of multi-port networking chips. All
27 of these chips have the ability to be controlled externally through
30 Say "Y" here to enable external control to these chips.
/linux/drivers/memory/tegra/
A DKconfig22 Tegra20 chips. The EMC controls the external DRAM on the board.
34 Tegra30 chips. The EMC controls the external DRAM on the board.
46 Tegra124 chips. The EMC controls the external DRAM on the board.
60 Tegra210 chips. The EMC controls the external DRAM on the board.
/linux/drivers/nfc/st-nci/
A DKconfig5 STMicroelectronics NFC NCI chips core driver. It implements the chipset
15 STMicroelectronics NFC NCI chips family.
27 STMicroelectronics NFC NCI chips family.
/linux/sound/soc/bcm/
A DKconfig13 tristate "SoC platform audio for Broadcom Cygnus chips"
17 Cygnus chips (bcm958300, bcm958305, bcm911360)
26 DSL/PON chips (bcm63158, bcm63178)
/linux/drivers/pwm/
A Dpwm-dwc.c51 ddata->chips[idx] = chip; in dwc_pwm_init_one()
74 ddata = devm_kzalloc(dev, struct_size(ddata, chips, info->nr), GFP_KERNEL); in dwc_pwm_probe()
111 struct pwm_chip *chip = ddata->chips[idx]; in dwc_pwm_suspend()
136 struct pwm_chip *chip = ddata->chips[idx]; in dwc_pwm_resume()

Completed in 55 milliseconds

12345678910>>...33