OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lm_softc
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/ic/
nslm7xvar.h
158
struct
lm_softc
{
struct
167
void (*refresh_sensor_data)(struct
lm_softc
*);
169
uint8_t (*lm_readreg)(struct
lm_softc
*, int);
170
void (*lm_writereg)(struct
lm_softc
*, int, uint8_t);
183
void (*refresh)(struct
lm_softc
*, int);
191
void (*extattach)(struct
lm_softc
*);
194
int lm_match(struct
lm_softc
*);
195
void lm_attach(struct
lm_softc
*);
196
void lm_detach(struct
lm_softc
*);
nslm7x.c
75
static const struct wb_product *wb_lookup(struct
lm_softc
*,
77
static int wb_match(struct
lm_softc
*);
78
static int wb_attach(struct
lm_softc
*);
79
static int nslm_match(struct
lm_softc
*);
80
static int nslm_attach(struct
lm_softc
*);
81
static int def_match(struct
lm_softc
*);
82
static int def_attach(struct
lm_softc
*);
83
static void wb_temp_diode_type(struct
lm_softc
*, int);
84
static uint16_t wb_read_vendorid(struct
lm_softc
*);
88
static void lm_generic_banksel(struct
lm_softc
*, uint8_t)
[
all
...]
/src/sys/dev/isa/
lm_isa_common_var.h
41
struct
lm_softc
lmsc;
lm_isa_common.c
54
static uint8_t lm_isa_readreg(struct
lm_softc
*, int);
55
static void lm_isa_writereg(struct
lm_softc
*, int, uint8_t);
58
struct
lm_softc
lmsc;
143
lm_isa_readreg(struct
lm_softc
*lmsc, int reg)
152
lm_isa_writereg(struct
lm_softc
*lmsc, int reg, uint8_t val)
/src/sys/arch/i386/pnpbios/
lm_pnpbios.c
59
uint8_t lm_pnpbios_readreg(struct
lm_softc
*, int);
60
void lm_pnpbios_writereg(struct
lm_softc
*, int, int);
63
CFATTACH_DECL_NEW(lm_pnpbios, sizeof(struct
lm_softc
),
129
struct
lm_softc
*sc = device_private(self);
153
lm_pnpbios_readreg(struct
lm_softc
*sc, int reg)
161
lm_pnpbios_writereg(struct
lm_softc
*sc, int reg, int val)
/src/sys/dev/i2c/
lm_i2c.c
52
uint8_t lm_i2c_readreg(struct
lm_softc
*, int);
53
void lm_i2c_writereg(struct
lm_softc
*, int, uint8_t);
56
struct
lm_softc
sc_lmsc;
117
lm_i2c_readreg(struct
lm_softc
*lmsc, int reg)
136
lm_i2c_writereg(struct
lm_softc
*lmsc, int reg, uint8_t val)
Completed in 22 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025