Searched refs:apm_event_t (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | apm-emulation.c | 48 apm_event_t events[APM_MAX_EVENTS]; 171 static inline apm_event_t queue_get_event(struct apm_queue *q) in queue_get_event() 177 static void queue_add_event(struct apm_queue *q, apm_event_t event) in queue_add_event() 190 static void queue_event(apm_event_t event) in queue_event() 206 apm_event_t event; in apm_read() 209 if (count < sizeof(apm_event_t)) in apm_read() 470 apm_event_t event; in kapmd() 716 void apm_queue_event(apm_event_t event) in apm_queue_event()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_apm.c | 42 apm_event_t apmLinux; 77 apm_event_t linuxEvents[8]; in lnxPMGetEventFromOs() 79 if ((n = read(fd, linuxEvents, num * sizeof(apm_event_t))) == -1) in lnxPMGetEventFromOs() 81 n /= sizeof(apm_event_t); in lnxPMGetEventFromOs()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | legacy.patch | 79 @@ -343,7 +343,7 @@ static int call_proxy(apm_event_t event) 88 @@ -356,8 +356,9 @@ static int call_proxy(apm_event_t event) 99 @@ -372,16 +373,16 @@ static int call_proxy(apm_event_t event) 119 @@ -392,9 +393,9 @@ static int call_proxy(apm_event_t event)
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | apm_32.c | 345 apm_event_t events[APM_MAX_EVENTS]; 772 static int apm_get_event(apm_event_t *event, apm_eventinfo_t *info) in apm_get_event() 1169 static apm_event_t get_queued_event(struct apm_user *as) in get_queued_event() 1176 static void queue_event(apm_event_t event, struct apm_user *sender) in queue_event() 1301 static apm_event_t get_event(void) in get_event() 1304 apm_event_t event = APM_NO_EVENTS; /* silence gcc */ in get_event() 1322 apm_event_t event; in check_events() 1466 apm_event_t event; in do_read() 1471 if ((int)count < sizeof(apm_event_t)) in do_read()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | apm-emulation.h | 59 void apm_queue_event(apm_event_t event);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | apm_bios.h | 22 typedef unsigned short apm_event_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | apm_bios.h | 22 typedef unsigned short apm_event_t; typedef
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | apm_bios.h | 22 typedef unsigned short apm_event_t; typedef
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | apm_bios.h | 13 typedef unsigned short apm_event_t; typedef
|