OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lmtemp_softc
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/i2c/
lm75.c
52
struct
lmtemp_softc
{
struct
69
CFATTACH_DECL_NEW(lmtemp, sizeof(struct
lmtemp_softc
),
73
static int lmtemp_config_write(struct
lmtemp_softc
*, uint8_t);
74
static int lmtemp_temp_write(struct
lmtemp_softc
*, uint8_t, uint32_t,
76
static int lmtemp_temp_read(struct
lmtemp_softc
*, uint8_t, uint32_t *,
93
static void lmtemp_setup_sysctl(struct
lmtemp_softc
*);
194
struct
lmtemp_softc
*sc = device_private(self);
319
lmtemp_config_write(struct
lmtemp_softc
*sc, uint8_t val)
331
lmtemp_temp_write(struct
lmtemp_softc
*sc, uint8_t reg, uint32_t val, int degc)
343
lmtemp_temp_read(struct
lmtemp_softc
*sc, uint8_t which, uint32_t *valp
[
all
...]
Completed in 10 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025