Home
last modified time | relevance | path

Searched refs:get_active (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/randr/
H A Drrmonitor.c193 RRMonitorInitList(ScreenPtr screen, RRMonitorListPtr mon_list, Bool get_active) in RRMonitorInitList() argument
249 if (get_active) { in RRMonitorInitList()
309 RRMonitorMakeList(ScreenPtr screen, Bool get_active, RRMonitorPtr *monitors_ret, int *nmon_ret) in RRMonitorMakeList() argument
320 if (!RRMonitorInitList(screen, &list, get_active)) in RRMonitorMakeList()
346 if (get_active) { in RRMonitorMakeList()
626 Bool get_active; in ProcRRGetMonitors() local
633 get_active = stuff->get_active; in ProcRRGetMonitors()
634 if (!RRMonitorMakeList(screen, get_active, &monitors, &nmonitors)) in ProcRRGetMonitors()
H A Drandrstr.h1099 RRMonitorMakeList(ScreenPtr screen, Bool get_active, RRMonitorPtr *monitors_ret, int *nmon_ret);
/OK3568_Linux_fs/kernel/include/linux/
H A Denclosure.h65 void (*get_active)(struct enclosure_device *, member
/OK3568_Linux_fs/kernel/drivers/misc/
H A Denclosure.c540 if (edev->cb->get_active) in get_component_active()
541 edev->cb->get_active(edev, ecomp); in get_component_active()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog36061 add get_active flag from updated protocol.