Searched refs:at24 (Results 1 – 25 of 41) sorted by relevance
12
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | at24.c | 278 static struct at24_client *at24_translate_offset(struct at24_data *at24, in at24_translate_offset() argument 283 if (at24->flags & AT24_FLAG_ADDR16) { in at24_translate_offset() 291 return &at24->client[i]; in at24_translate_offset() 294 static struct device *at24_base_client_dev(struct at24_data *at24) in at24_base_client_dev() argument 296 return &at24->client[0].client->dev; in at24_base_client_dev() 299 static size_t at24_adjust_read_count(struct at24_data *at24, in at24_adjust_read_count() argument 310 if (at24->flags & AT24_FLAG_NO_RDROL) { in at24_adjust_read_count() 311 bits = (at24->flags & AT24_FLAG_ADDR16) ? 16 : 8; in at24_adjust_read_count() 323 static ssize_t at24_regmap_read(struct at24_data *at24, char *buf, in at24_regmap_read() argument 332 at24_client = at24_translate_offset(at24, &offset); in at24_regmap_read() [all …]
|
| H A D | Makefile | 2 obj-$(CONFIG_EEPROM_AT24) += at24.o
|
| H A D | Kconfig | 32 will be called at24. 56 better at24 driver instead.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | ac14xx.dts | 174 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 D | mpc8349emitx.dts | 90 eeprom: at24@50 { 128 spd: at24@51 {
|
| H A D | warp.dts | 240 at24@52 {
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | fsl-ls1012a-qds.dtsi | 104 compatible = "at24,24c512"; 109 compatible = "at24,24c512";
|
| H A D | fsl-ls1043a-rdb.dts | 51 compatible = "at24,24c512"; 56 compatible = "at24,24c512";
|
| H A D | fsl-ls1043a-qds.dtsi | 116 compatible = "at24,24c512"; 121 compatible = "at24,24c512";
|
| H A D | logicpd-torpedo-som.dtsi | 96 at24@50 { 97 compatible = "at24,24c02";
|
| H A D | imx6qdl-logicpd.dtsi | 167 mfg_eeprom: at24@51 { 174 user_eeprom: at24@52 {
|
| H A D | am437x-idk-evm.dts | 272 at24@50 { 273 compatible = "at24,24c256";
|
| H A D | am437x-sk-evm.dts | 458 at24@50 { 459 compatible = "at24,24c256";
|
| H A D | sun5i-a10s-olinuxino-micro.dts | 113 at24@50 {
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/eeprom/ |
| H A D | at24.txt | 1 This file has been moved to at24.yaml.
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | socfpga_cyclone5_vining_fpga.dts | 138 at24@50 { 214 at24@50 {
|
| H A D | omap5-sbc-t54.dts | 47 at24@50 {
|
| H A D | imx27-phytec-phycard-s-som.dtsi | 37 at24@52 {
|
| H A D | at91-sama5d27_som1.dtsi | 102 at24@50 {
|
| H A D | omap3-sb-t35.dtsi | 92 at24@50 {
|
| H A D | am437x-sbc-t43.dts | 115 eeprom_base: at24@50 {
|
| H A D | logicpd-torpedo-som.dtsi | 106 at24@50 {
|
| H A D | imx28-evk.dts | 261 at24@51 {
|
| H A D | imx27-phytec-phycore-som.dtsi | 191 at24@52 {
|
| H A D | at91-sama5d2_ptc_ek.dts | 233 at24@50 {
|
12