Home
last modified time | relevance | path

Searched refs:claimed (Results 1 – 25 of 58) sorted by relevance

123

/linux-2.6.39/drivers/block/paride/
Dparide.c83 pi->claimed = 1; in pi_wake_up()
104 pi->claimed = 1; in pi_schedule_claimed()
120 if (pi->claimed) in pi_claim()
122 pi->claimed = 1; in pi_claim()
130 pi->claimed = 0; in pi_unclaim()
394 pi->claimed = 0; in pi_init()
Dparide.h53 int claimed; /* parport has already been claimed */ member
/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c41 bool claimed; member
522 if (!overlay->stream[i].claimed) in vmw_overlay_num_free_overlays()
542 if (overlay->stream[i].claimed) in vmw_overlay_claim()
545 overlay->stream[i].claimed = true; in vmw_overlay_claim()
566 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref()
568 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref()
597 overlay->stream[i].claimed = false; in vmw_overlay_init()
/linux-2.6.39/arch/arm/kernel/
Decard.c454 if (ec->claimed && ec->ops->irqenable) in ecard_irq_unmask()
490 if (ec->claimed && ec->ops->fiqenable) in ecard_enablefiq()
522 ec->slot_no, ec->claimed ? "" : "not "); in ecard_dump_irq_state()
581 if (!ec->claimed || ec->irq == NO_IRQ || ec->slot_no == 8) in ecard_irq_handler()
623 if (ec->claimed) { in ecard_irqexp_handler()
1141 ec->claimed = 1; in ecard_drv_probe()
1144 ec->claimed = 0; in ecard_drv_probe()
1154 ec->claimed = 0; in ecard_drv_remove()
1182 ec->claimed = 0; in ecard_drv_shutdown()
/linux-2.6.39/drivers/hid/
Dhid-core.c881 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event()
883 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event()
1054 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event()
1056 if (hid->claimed & HID_CLAIMED_HIDRAW) in hid_report_raw_event()
1062 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event()
1211 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect()
1215 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect()
1217 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect()
1219 if (!hdev->claimed) { in hid_connect()
1224 if ((hdev->claimed & HID_CLAIMED_INPUT) && in hid_connect()
[all …]
Dhid-quanta.c151 if (hid->claimed & HID_CLAIMED_INPUT) { in quanta_event()
185 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in quanta_event()
Dhid-cando.c169 if (hid->claimed & HID_CLAIMED_INPUT) { in cando_event()
197 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in cando_event()
Dhid-mosart.c159 if (hid->claimed & HID_CLAIMED_INPUT) { in mosart_event()
192 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mosart_event()
Dhid-stantum.c170 if (hid->claimed & HID_CLAIMED_INPUT) { in stantum_event()
211 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in stantum_event()
Dhid-ezkey.c54 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
Dhid-3m-pct.c188 if (hid->claimed & HID_CLAIMED_INPUT) { in mmm_event()
234 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mmm_event()
Dhid-gyration.c62 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in gyration_event()
Dhid-cypress.c78 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
Dhid-a4tech.c57 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in a4_event()
Dhid-microsoft.c117 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ms_event()
Dhid-multitouch.c344 if (hid->claimed & HID_CLAIMED_INPUT) { in mt_event()
404 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mt_event()
/linux-2.6.39/drivers/mmc/core/
Dcore.c168 WARN_ON(!host->claimed); in mmc_start_request()
241 WARN_ON(!host->claimed); in mmc_wait_for_cmd()
485 if (stop || !host->claimed || host->claimer == current) in __mmc_claim_host()
493 host->claimed = 1; in __mmc_claim_host()
519 if (!host->claimed || host->claimer == current) { in mmc_try_claim_host()
520 host->claimed = 1; in mmc_try_claim_host()
546 host->claimed = 0; in mmc_do_release_host()
606 WARN_ON(!host->claimed); in mmc_release_host()
1079 WARN_ON(!host->claimed); in mmc_attach_bus()
1103 WARN_ON(!host->claimed); in mmc_detach_bus()
Dsdio_irq.c157 WARN_ON(!host->claimed); in sdio_card_irq_get()
178 WARN_ON(!host->claimed); in sdio_card_irq_put()
/linux-2.6.39/drivers/usb/atm/
Dxusbatm.c83 …atic void xusbatm_release_intf(struct usb_device *usb_dev, struct usb_interface *intf, int claimed) in xusbatm_release_intf() argument
85 if (claimed) { in xusbatm_release_intf()
/linux-2.6.39/Documentation/usb/
Dacm.txt122 usb.c: acm driver claimed interface c7b5f3e0
123 usb.c: acm driver claimed interface c7b5f3f8
124 usb.c: acm driver claimed interface c7691fa0
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-gpio9 "export" operation. If a given GPIO is not claimed for use by
Dsysfs-firmware-acpi75 has been called and claimed an interrupt.
78 has been called and NOT claimed an interrupt.
/linux-2.6.39/arch/arm/include/asm/
Decard.h149 unsigned char claimed; /* Card claimed? */ member
/linux-2.6.39/include/linux/mmc/
Dhost.h205 unsigned int claimed:1; /* host exclusively claimed */ member
/linux-2.6.39/Documentation/
Dparport-lowlevel.txt354 re-claimed before use.
357 port and no other driver has yet claimed it. You can claim the
362 If an interrupt occurs on the parallel port your driver has claimed,
459 You should not unregister a device that is currently claimed, although
490 You should not try to claim a port that you have already claimed.
495 claimed, and the caller now has possession of the parallel port.
520 Once a parallel port device has been claimed, it can be released using
566 port, and it must be re-claimed before use.

123