Searched refs:bh1780_read (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dbh1780gli.c57 static int bh1780_read(struct bh1780_data *ddata, u8 reg, char *msg) function
74 lsb = bh1780_read(ddata, BH1780_REG_DLOW, "DLOW");
78 msb = bh1780_read(ddata, BH1780_REG_DHIGH, "DHIGH");
93 state = bh1780_read(ddata, BH1780_REG_CONTROL, "CONTROL");
167 ret = bh1780_read(ddata, BH1780_REG_PARTID, "PART ID");
205 state = bh1780_read(ddata, BH1780_REG_CONTROL, "CONTROL");

Completed in 54 milliseconds