/linux-2.6.39/drivers/block/paride/ |
D | paride.c | 83 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()
|
D | paride.h | 53 int claimed; /* parport has already been claimed */ member
|
/linux-2.6.39/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 41 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/ |
D | ecard.c | 454 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/ |
D | hid-core.c | 881 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 …]
|
D | hid-quanta.c | 151 if (hid->claimed & HID_CLAIMED_INPUT) { in quanta_event() 185 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in quanta_event()
|
D | hid-cando.c | 169 if (hid->claimed & HID_CLAIMED_INPUT) { in cando_event() 197 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in cando_event()
|
D | hid-mosart.c | 159 if (hid->claimed & HID_CLAIMED_INPUT) { in mosart_event() 192 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mosart_event()
|
D | hid-stantum.c | 170 if (hid->claimed & HID_CLAIMED_INPUT) { in stantum_event() 211 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in stantum_event()
|
D | hid-ezkey.c | 54 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
|
D | hid-3m-pct.c | 188 if (hid->claimed & HID_CLAIMED_INPUT) { in mmm_event() 234 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mmm_event()
|
D | hid-gyration.c | 62 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in gyration_event()
|
D | hid-cypress.c | 78 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
|
D | hid-a4tech.c | 57 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in a4_event()
|
D | hid-microsoft.c | 117 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ms_event()
|
D | hid-multitouch.c | 344 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/ |
D | core.c | 168 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()
|
D | sdio_irq.c | 157 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/ |
D | xusbatm.c | 83 …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/ |
D | acm.txt | 122 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/ |
D | sysfs-gpio | 9 "export" operation. If a given GPIO is not claimed for use by
|
D | sysfs-firmware-acpi | 75 has been called and claimed an interrupt. 78 has been called and NOT claimed an interrupt.
|
/linux-2.6.39/arch/arm/include/asm/ |
D | ecard.h | 149 unsigned char claimed; /* Card claimed? */ member
|
/linux-2.6.39/include/linux/mmc/ |
D | host.h | 205 unsigned int claimed:1; /* host exclusively claimed */ member
|
/linux-2.6.39/Documentation/ |
D | parport-lowlevel.txt | 354 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.
|