Searched refs:read (Results 101 - 125 of 393) sorted by relevance

1234567891011>>

/u-boot/drivers/power/pmic/
H A Daxp.c44 .read = dm_i2c_read,
H A Dmax77663.c37 log_debug("read error from device: %p register: %#x!\n", dev, reg);
84 .read = max77663_read,
H A Dbd71837.c46 pr_err("read error from device: %p register: %#x!", dev, reg);
96 .read = bd71837_read,
H A Dda9063.c25 * The register map is non contiguous and attempts to read in the holes fail.
39 * attempts to read fail and the kernel marks them unreadable too,
80 pr_err("read error from device: %p register: %#x!", dev, reg);
116 .read = da9063_read,
H A Dpfuze100.c46 debug("read error from device: %p register: %#x!\n", dev, reg);
77 .read = pfuze100_read,
H A Dmc34708.c57 printf("read error from device: %p register: %#x!\n", dev, reg);
91 .read = mc34708_read,
H A Dmp5416.c44 pr_err("read error from device: %p register: %#x!", dev, reg);
83 .read = mp5416_read,
H A Dpmic_tps65910_dm.c53 pr_err("%s read error on register %02x\n", dev->name, reg);
99 .read = pmic_tps65910_read,
H A Dtps65941.c39 pr_err("read error from device: %p register: %#x!\n", dev, reg);
69 .read = tps65941_read,
/u-boot/drivers/rng/
H A Dturris_rwtm_rng.c102 .read = turris_rwtm_rng_random_read,
/u-boot/drivers/axi/
H A Dsandbox_store.c15 * @store: The buffer holding the device's internal memory, which is read from
25 * @src: Pointer to the data source from where data will be read
80 .read = sandbox_store_read,
93 debug("%s: Could not read 'reg' property\n", dev->name);
98 * Allocate the device's internal storage that will be read
/u-boot/arch/arm/mach-imx/
H A Dspl_imx_romapi.c105 load.read = spl_romapi_read_seekable;
113 load.read = spl_romapi_read_seekable;
338 load.read = spl_romapi_read_stream;
362 load.read = spl_ram_load_read;
/u-boot/drivers/mtd/nvmxip/
H A Dnvmxip.c19 * nvmxip_blk_read() - block device read operation
21 * @blknr: first block number to read from
22 * @blkcnt: number of blocks to read
29 * number of blocks read on success. Otherwise, failure
35 /* number of bytes to read */
37 /* physical address of the first block to read */
97 .read = nvmxip_blk_read,
/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c24 return log_ret(sf_get_ops(dev)->read(dev, offset, len, buf));
/u-boot/drivers/net/fm/
H A Dtgec_phy.c88 /* Initiate the read */
117 bus->read = tgec_mdio_read;
/u-boot/drivers/net/phy/
H A Dcortina.c154 printf("NAND read of Cortina firmware at 0x%lx failed %d\n",
170 puts("SF: read for Cortina ucode failed\n");
183 printf("MMC read: dev # %u, block # %u, count %u ...\n",
207 printf("NAND read of Cortina firmware at 0x%lx failed %d\n",
223 puts("SF: read for Cortina ucode failed\n");
236 printf("MMC read: dev # %u, block # %u, count %u ...\n",
417 phy_reg = bus->read(bus, addr, 0, VILLA_GLOBAL_CHIP_ID_LSB);
422 phy_reg = bus->read(bus, addr, 0, VILLA_GLOBAL_CHIP_ID_MSB);
434 phy_reg = bus->read(bus, addr, devad, MII_PHYSID1);
439 phy_reg = bus->read(bu
[all...]
/u-boot/drivers/ata/
H A Dsata.c100 .read = sata_bread,
/u-boot/drivers/block/
H A Defi_blk.c25 * @blknr: first block to be read
26 * @blkcnt: number of blocks to read
37 log_debug("read buf=%p, block=%lx, count=%lx: ", buffer, (ulong)blknr,
79 .read = efi_bl_read,
/u-boot/disk/
H A Ddisk-uclass.c64 * @dev: Device to read from (partition udevice)
65 * @start: Start block for the read (from start of partition)
66 * @blkcnt: Number of blocks to read (within the partition)
68 * @return number of blocks read (which may be less than @blkcnt),
133 .read = disk_blk_read,
/u-boot/drivers/misc/
H A Di2c_eeprom.c30 if (!ops->read)
33 return ops->read(dev, offset, buf, size);
105 .read = i2c_eeprom_std_read,
374 .read = i2c_eeprom_partition_read,
/u-boot/common/spl/
H A Dspl_blk_fs.c84 load.read = spl_fit_read;
H A Dspl_spi.c82 load.read = spl_spi_fit_read;
H A Dspl_ram.c74 load.read = spl_ram_load_read;
/u-boot/drivers/virtio/
H A Dvirtio_rng.c85 .read = virtio_rng_read,
/u-boot/drivers/watchdog/
H A Dsbsa_gwdt.c13 #include <dm/read.h>

Completed in 174 milliseconds

1234567891011>>