Searched refs:unplugged (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dmconsole_kern.c325 struct unplugged_pages *unplugged; local
332 unplugged = list_entry(unplugged_pages.next,
335 addr = unplugged->pages[--unplug_index];
337 list_del(&unplugged->list);
338 addr = unplugged;
352 unplugged = page_address(page);
354 list_add(&unplugged->list, &unplugged_pages);
359 addr = unplugged;
361 unplugged = list_entry(entry,
371 unplugged
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-ict.c176 goto unplugged;
194 unplugged:
H A Diwl-core.c1419 goto unplugged;
1431 unplugged:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpowerevt.tex14 system is suspended, hibernated, plugged into or unplugged from the wall socket
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc.h174 int error_status; /* set when something goes wrong with the cam (unplugged, USB errors) */
195 char unplugged; member in struct:pwc_device
H A Dpwc-if.c51 - Mark Burazin: solving hang in VIDIOCSYNC when camera gets unplugged
193 When a device is unplugged while in use it will be removed from the
1270 /* Turn off LEDS and power down camera, but only when not unplugged */
1271 if (!pdev->unplugged) {
1324 /* Check for unplugged/etc. here */
1416 if (!pdev->unplugged)
1879 /* We got unplugged; this is signalled by an EPIPE error code */
1890 pdev->unplugged = 1;

Completed in 54 milliseconds