OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:r2025rtc_softc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
r2025.c
52
struct
r2025rtc_softc
{
struct
63
CFATTACH_DECL_NEW(r2025rtc, sizeof(struct
r2025rtc_softc
),
70
static int r2025rtc_reg_write(struct
r2025rtc_softc
*, int, uint8_t*, int);
71
static int r2025rtc_reg_read(struct
r2025rtc_softc
*, int, uint8_t*, int);
89
struct
r2025rtc_softc
*sc = device_private(self);
108
struct
r2025rtc_softc
*sc = device_private(ch->todr_dev);
157
struct
r2025rtc_softc
*sc = device_private(ch->todr_dev);
204
r2025rtc_reg_write(struct
r2025rtc_softc
*sc, int reg, uint8_t *val, int len)
236
r2025rtc_reg_read(struct
r2025rtc_softc
*sc, int reg, uint8_t *val, int len)
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025