![]() |
ckb-next
beta-v0.2.8 at branch testing
ckb-next driver for corsair devices
|
Include dependency graph for led.c:Go to the source code of this file.
Functions | |
| void | cmd_rgb (usbdevice *kb, usbmode *mode, int dummy, int keyindex, const char *code) |
| static uchar | iselect (const char *led) |
| void | cmd_ioff (usbdevice *kb, usbmode *mode, int dummy1, int dummy2, const char *led) |
| void | cmd_ion (usbdevice *kb, usbmode *mode, int dummy1, int dummy2, const char *led) |
| void | cmd_iauto (usbdevice *kb, usbmode *mode, int dummy1, int dummy2, const char *led) |
| void | cmd_inotify (usbdevice *kb, usbmode *mode, int nnumber, int dummy, const char *led) |
| static int | has_key (const char *name, const usbdevice *kb) |
| char * | printrgb (const lighting *light, const usbdevice *kb) |
Definition at line 54 of file led.c.
References usbmode::ioff, usbmode::ion, iselect(), and usbdevice::vtable.
Here is the call graph for this function:Definition at line 62 of file led.c.
References usbmode::inotify, and iselect().
Here is the call graph for this function:Definition at line 38 of file led.c.
References usbmode::ioff, usbmode::ion, iselect(), and usbdevice::vtable.
Here is the call graph for this function:Definition at line 46 of file led.c.
References usbmode::ioff, usbmode::ion, iselect(), and usbdevice::vtable.
Here is the call graph for this function:Definition at line 6 of file led.c.
References lighting::b, lighting::g, keymap, key::led, usbmode::light, lighting::r, and lighting::sidelight.
|
static |
Definition at line 73 of file led.c.
References IS_K65, IS_K95, IS_MOUSE, IS_SABRE, IS_SCIMITAR, usbdevice::product, and usbdevice::vendor.
Referenced by printrgb().
Here is the caller graph for this function:
|
static |
Definition at line 25 of file led.c.
References I_CAPS, I_NUM, and I_SCROLL.
Referenced by cmd_iauto(), cmd_inotify(), cmd_ioff(), and cmd_ion().
Here is the caller graph for this function:Definition at line 102 of file led.c.
References lighting::b, lighting::g, has_key(), keymap, key::led, N_KEYS_EXTENDED, key::name, and lighting::r.
Referenced by _cmd_get().
Here is the call graph for this function:
Here is the caller graph for this function: