Home
last modified time | relevance | path

Searched refs:at24 (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/misc/eeprom/
H A Dat24.c439 struct at24_data *at24; in at24_read() local
444 at24 = priv; in at24_read()
460 mutex_lock(&at24->lock); in at24_read()
483 struct at24_data *at24; in at24_write() local
488 at24 = priv; in at24_write()
504 mutex_lock(&at24->lock); in at24_write()
605 struct at24_data *at24; in at24_probe() local
691 at24 = devm_kzalloc(dev, struct_size(at24, client_regmaps, num_addresses), in at24_probe()
693 if (!at24) in at24_probe()
696 mutex_init(&at24->lock); in at24_probe()
[all …]
H A DMakefile2 obj-$(CONFIG_EEPROM_AT24) += at24.o
H A DKconfig33 will be called at24.
/linux-6.15/arch/powerpc/boot/dts/
H A Dac14xx.dts174 at24@30 {
179 at24@31 {
189 at24@50 {
194 at24@51 {
199 at24@52 {
204 at24@53 {
209 at24@54 {
214 at24@55 {
219 at24@56 {
224 at24@57 {
H A Dmpc8349emitx.dts90 eeprom: at24@50 {
128 spd: at24@51 {
H A Dwarp.dts240 at24@52 {
H A Dmpc8377_wlan.dts133 at24@50 {
H A Dmpc8379_rdb.dts146 at24@50 {
H A Dmpc8378_rdb.dts148 at24@50 {
H A Dmpc8377_rdb.dts148 at24@50 {
/linux-6.15/Documentation/devicetree/bindings/misc/
H A Didt,89hpesx.yaml39 $ref: /schemas/eeprom/at24.yaml#
/linux-6.15/Documentation/devicetree/bindings/eeprom/
H A Dat24.yaml5 $id: http://devicetree.org/schemas/eeprom/at24.yaml#
106 # Each requires a standard at24 model as fallback.
/linux-6.15/
H A DMAINTAINERS3717 F: Documentation/devicetree/bindings/eeprom/at24.yaml
3718 F: drivers/misc/eeprom/at24.c