OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ac100_softc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
ac100.c
100
struct
ac100_softc
{
struct
112
static int ac100_read(struct
ac100_softc
*, uint8_t, uint16_t *);
113
static int ac100_write(struct
ac100_softc
*, uint8_t, uint16_t);
115
CFATTACH_DECL_NEW(ac100ic, sizeof(struct
ac100_softc
),
147
struct
ac100_softc
*sc = device_private(self);
201
ac100_read(struct
ac100_softc
*sc, uint8_t reg, uint16_t *val)
207
ac100_write(struct
ac100_softc
*sc, uint8_t reg, uint16_t val)
215
struct
ac100_softc
*sc = device_private(device_parent(tch->todr_dev));
242
struct
ac100_softc
*sc = device_private(device_parent(tch->todr_dev));
Completed in 11 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025