Searched refs:rx8581 (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/rtc/ |
| D | rtc-rx8581.c | 55 struct rx8581 { struct 102 struct rx8581 *rx8581 = i2c_get_clientdata(client); in rx8581_get_datetime() local 127 err = rx8581->read_block_data(client, RX8581_REG_SC, in rx8581_get_datetime() 180 struct rx8581 *rx8581 = i2c_get_clientdata(client); in rx8581_set_datetime() local 217 err = rx8581->write_block_data(client, RX8581_REG_SC, 7, buf); in rx8581_set_datetime() 272 struct rx8581 *rx8581; in rx8581_probe() local 280 rx8581 = devm_kzalloc(&client->dev, sizeof(struct rx8581), GFP_KERNEL); in rx8581_probe() 281 if (!rx8581) in rx8581_probe() 284 i2c_set_clientdata(client, rx8581); in rx8581_probe() 285 rx8581->client = client; in rx8581_probe() [all …]
|
| D | Makefile | 132 obj-$(CONFIG_RTC_DRV_RX8581) += rtc-rx8581.o
|
| D | Kconfig | 567 will be called rtc-rx8581.
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | r8a7778-bockw.dts | 104 rx8581: rtc@51 { label 105 compatible = "epson,rx8581";
|
| /linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
| D | ge_imp3a.dts | 145 compatible = "epson,rx8581";
|
| /linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
| D | trivial-devices.txt | 53 epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE
|
| /linux-4.4.14/arch/powerpc/boot/dts/ |
| D | gef_sbc610.dts | 206 compatible = "epson,rx8581";
|
| D | gef_ppc9a.dts | 208 compatible = "epson,rx8581";
|
| D | gef_sbc310.dts | 196 compatible = "epson,rx8581";
|