Searched refs:write_byte (Results 26 - 48 of 48) sorted by relevance

12

/linux-master/arch/sparc/kernel/
H A Dtime_32.c257 .write_byte = mostek_write_byte,
H A Dtime_64.c546 .write_byte = mostek_write_byte,
/linux-master/drivers/hwmon/pmbus/
H A Dmax16601.c254 .write_byte = max16601_write_byte,
H A Dzl6100.c455 info->write_byte = zl6100_write_byte;
H A Dpmbus.h454 int (*write_byte)(struct i2c_client *client, int page, u8 value); member in struct:pmbus_driver_info
H A Dmax31785.c393 .write_byte = max31785_write_byte,
H A Ducd9000.c672 info->write_byte = ucd90320_write_byte;
H A Dltc2978.c714 info->write_byte = ltc_write_byte;
H A Dpmbus_core.c219 if (info->write_byte) {
220 status = info->write_byte(client, page, value);
/linux-master/drivers/w1/masters/
H A Dds2482.c499 data->w1_ch[idx].w1_bm.write_byte = ds2482_w1_write_byte;
H A Damd_axi_w1.c356 lp->bus_host.write_byte = amd_axi_w1_write_byte;
H A Domap_hdq.c534 .write_byte = omap_w1_write_byte,
H A Dds2490.c997 dev->master.write_byte = &ds9490r_write_byte;
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c56 int mode, uint8_t write_byte,
63 uint8_t write_byte, uint8_t *read_byte)
69 write_byte, read_byte);
748 uint8_t write_byte, uint8_t *read_byte)
778 msg[4] = write_byte;
62 i2c_algo_dp_aux_transaction(struct i2c_adapter *adapter, int mode, uint8_t write_byte, uint8_t *read_byte) argument
747 cdv_intel_dp_i2c_aux_ch(struct i2c_adapter *adapter, int mode, uint8_t write_byte, uint8_t *read_byte) argument
/linux-master/drivers/char/
H A Dnvram.c210 .write_byte = pc_nvram_write_byte,
/linux-master/drivers/i2c/algos/
H A Di2c-algo-pca.c26 #define pca_outw(adap, reg, val) adap->write_byte(adap->data, reg, val)
/linux-master/arch/m68k/kernel/
H A Dsetup_mm.c594 .write_byte = m68k_nvram_write_byte,
/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c102 chip->legacy.write_byte(chip, val);
H A Dmxc_nand.c1403 chip->legacy.write_byte(chip, subfeature_param[i]);
H A Dnand_base.c2037 chip->legacy.write_byte(chip, params[i]);
2278 chip->legacy.write_byte(chip, p[i]);
/linux-master/drivers/misc/eeprom/
H A Didt_89hpesx.c275 sts = idt_smb_safe(write_byte, pdev->client, ccode,
357 sts = idt_smb_safe(write_byte, pdev->client, ccode,
/linux-master/include/linux/mtd/
H A Drawnand.h1141 * @write_byte: write a single byte to the chip on the low 8 I/O lines
1168 void (*write_byte)(struct nand_chip *chip, u8 byte); member in struct:nand_legacy
/linux-master/drivers/mfd/
H A Dstmpe.c70 ret = stmpe->ci->write_byte(stmpe, reg, val);

Completed in 597 milliseconds

12