OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:act8846_ctrl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
act8846.h
32
struct
act8846_ctrl
;
34
struct
act8846_ctrl
*act8846_lookup(device_t, const char *);
35
int act8846_set_voltage(struct
act8846_ctrl
*, u_int, u_int);
36
int act8846_get_voltage(struct
act8846_ctrl
*, u_int *);
37
int act8846_is_enabled(struct
act8846_ctrl
*, bool *);
38
int act8846_enable(struct
act8846_ctrl
*);
39
int act8846_disable(struct
act8846_ctrl
*);
act8846.c
80
struct
act8846_ctrl
{
struct
98
static const struct
act8846_ctrl
act8846_ctrls[] = {
134
struct
act8846_ctrl
*sc_ctrl;
143
static void act8846_print(struct
act8846_ctrl
*c);
198
act8846_print(struct
act8846_ctrl
*c)
219
struct
act8846_ctrl
*
223
struct
act8846_ctrl
*c;
237
act8846_set_voltage(struct
act8846_ctrl
*c, u_int min, u_int max)
267
act8846_get_voltage(struct
act8846_ctrl
*c, u_int *pvol)
285
act8846_is_enabled(struct
act8846_ctrl
*c, bool *penabled
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026