/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 42 bool claimed; member 521 if (!overlay->stream[i].claimed) in vmw_overlay_num_free_overlays() 541 if (overlay->stream[i].claimed) in vmw_overlay_claim() 544 overlay->stream[i].claimed = true; in vmw_overlay_claim() 565 WARN_ON(!overlay->stream[stream_id].claimed); in vmw_overlay_unref() 567 overlay->stream[stream_id].claimed = false; in vmw_overlay_unref() 589 overlay->stream[i].claimed = false; in vmw_overlay_init()
|
/linux-4.1.27/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-4.1.27/drivers/net/wireless/cw1200/ |
D | cw1200_spi.c | 44 int claimed; member 209 if (!self->claimed) in cw1200_spi_lock() 216 self->claimed = 1; in cw1200_spi_lock() 228 self->claimed = 0; in cw1200_spi_unlock()
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | ecard.c | 437 if (ec->claimed && ec->ops->irqenable) in ecard_irq_unmask() 473 if (ec->claimed && ec->ops->fiqenable) in ecard_enablefiq() 505 ec->slot_no, ec->claimed ? "" : "not "); in ecard_dump_irq_state() 564 if (!ec->claimed || !ec->irq || ec->slot_no == 8) in ecard_irq_handler() 1040 ec->claimed = 1; in ecard_drv_probe() 1043 ec->claimed = 0; in ecard_drv_probe() 1053 ec->claimed = 0; in ecard_drv_remove() 1081 ec->claimed = 0; in ecard_drv_shutdown()
|
/linux-4.1.27/drivers/hid/ |
D | hid-core.c | 1194 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event() 1196 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event() 1430 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event() 1432 if (hid->claimed & HID_CLAIMED_HIDRAW) { in hid_report_raw_event() 1438 if (hid->claimed != HID_CLAIMED_HIDRAW && report->maxfield) { in hid_report_raw_event() 1446 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event() 1608 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect() 1613 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect() 1615 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect() 1618 hdev->claimed |= HID_CLAIMED_DRIVER; in hid_connect() [all …]
|
D | hid-ezkey.c | 53 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
|
D | hid-gyration.c | 61 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in gyration_event()
|
D | hid-icade.c | 172 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in icade_event()
|
D | hid-a4tech.c | 56 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in a4_event()
|
D | hid-cypress.c | 77 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
|
D | hid-elo.c | 78 if (!(hdev->claimed & HID_CLAIMED_INPUT) || list_empty(&hdev->inputs)) in elo_raw_event()
|
D | hid-microsoft.c | 178 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ms_event()
|
D | hid-ntrig.c | 577 if (!(hid->claimed & HID_CLAIMED_INPUT)) in ntrig_event() 856 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_hid_event) in ntrig_event()
|
D | hid-multitouch.c | 629 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mt_touch_event() 642 if (hid->claimed & HID_CLAIMED_INPUT) { in mt_process_mt_event() 839 if (!(hid->claimed & HID_CLAIMED_INPUT)) in mt_report()
|
D | hid-apple.c | 275 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in apple_event()
|
D | uhid.c | 122 hid->claimed = 0; in uhid_hid_stop()
|
/linux-4.1.27/drivers/hsi/ |
D | hsi.c | 609 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port() 617 port->claimed++; in hsi_claim_port() 639 port->claimed--; in hsi_release_port() 640 BUG_ON(port->claimed < 0); in hsi_release_port() 642 if (!port->claimed) in hsi_release_port()
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_irq.c | 197 WARN_ON(!host->claimed); in sdio_card_irq_get() 224 WARN_ON(!host->claimed); in sdio_card_irq_put()
|
D | core.c | 223 WARN_ON(!host->claimed); in mmc_start_request() 696 WARN_ON(!host->claimed); in mmc_wait_for_cmd() 911 if (stop || !host->claimed || host->claimer == current) in __mmc_claim_host() 919 host->claimed = 1; in __mmc_claim_host() 947 WARN_ON(!host->claimed); in mmc_release_host() 954 host->claimed = 0; in mmc_release_host() 1745 WARN_ON(!host->claimed); in mmc_attach_bus() 1768 WARN_ON(!host->claimed); in mmc_detach_bus() 2417 WARN_ON(!host->claimed); in mmc_detect_card_removed()
|
D | sdio.c | 592 WARN_ON(!host->claimed); in mmc_sdio_init_card() 1082 WARN_ON(!host->claimed); in mmc_attach_sdio()
|
D | sd.c | 922 WARN_ON(!host->claimed); in mmc_sd_init_card() 1239 WARN_ON(!host->claimed); in mmc_attach_sd()
|
D | mmc.c | 1210 WARN_ON(!host->claimed); in mmc_init_card() 1865 WARN_ON(!host->claimed); in mmc_attach_mmc()
|
/linux-4.1.27/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-4.1.27/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
|
D | URB.txt | 79 endpoint descriptor in an interface that it's claimed.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-gpio | 9 "export" operation. If a given GPIO is not claimed for use by
|
D | sysfs-firmware-acpi | 131 has been called and claimed an interrupt. 134 has been called and NOT claimed an interrupt.
|
/linux-4.1.27/arch/arm/include/asm/ |
D | ecard.h | 149 unsigned char claimed; /* Card claimed? */ member
|
/linux-4.1.27/Documentation/acpi/ |
D | scan_handlers.txt | 53 that means that the handler has claimed the device node and is now responsible 57 handler that has claimed it.
|
/linux-4.1.27/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.
|
D | parport.txt | 181 allowed to keep a port claimed for. This is advisory,
|
D | CodingStyle | 124 Heretic people all over the world have claimed that this inconsistency
|
D | kernel-parameters.txt | 375 strict (default): access to resources claimed by ACPI 378 lax: access to resources claimed by ACPI is allowed; 2835 even if no driver has claimed them. This is useful
|
/linux-4.1.27/include/linux/hsi/ |
D | hsi.h | 243 int claimed; member
|
/linux-4.1.27/Documentation/scsi/ |
D | bnx2fc.txt | 40 5. "Symbolic Name" in 'fcoeadm -i' output would display if bnx2fc has claimed
|
D | aic7xxx.txt | 154 claimed the controller.
|
D | aic79xx.txt | 88 claimed the controller.
|
D | ChangeLog.ncr53c8xx | 272 are claimed by the manuals to be able to execute SCSI scripts just
|
D | ChangeLog.sym53c8xx | 106 Remove unused options that claimed to optimize for the 896.
|
/linux-4.1.27/drivers/mmc/host/ |
D | omap.c | 200 static void mmc_omap_select_slot(struct mmc_omap_slot *slot, int claimed) in mmc_omap_select_slot() argument 205 if (claimed) in mmc_omap_select_slot() 217 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot() 227 if (claimed) { in mmc_omap_select_slot()
|
/linux-4.1.27/include/linux/mmc/ |
D | host.h | 319 unsigned int claimed:1; /* host exclusively claimed */ member
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 68 returns 1 if no driver has claimed this interface, as an
|
/linux-4.1.27/drivers/usb/host/ |
D | oxu210hp-hcd.c | 2068 int claimed; in check_period() local 2088 claimed = periodic_usecs(oxu, frame, uframe); in check_period() 2089 if (claimed > usecs) in check_period() 2097 claimed = periodic_usecs(oxu, frame, uframe); in check_period() 2098 if (claimed > usecs) in check_period()
|
D | fusbh200-hcd.c | 3778 int claimed; in check_period() local 3795 claimed = periodic_usecs (fusbh200, frame, uframe); in check_period() 3796 if (claimed > usecs) in check_period() 3804 claimed = periodic_usecs (fusbh200, frame, uframe); in check_period() 3805 if (claimed > usecs) in check_period()
|
D | fotg210-hcd.c | 3842 int claimed; in check_period() local 3859 claimed = periodic_usecs(fotg210, frame, in check_period() 3861 if (claimed > usecs) in check_period() 3869 claimed = periodic_usecs(fotg210, frame, uframe); in check_period() 3870 if (claimed > usecs) in check_period()
|
/linux-4.1.27/Documentation/networking/ |
D | e100.txt | 197 * Other names and brands may be claimed as the property of others.
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 80 amendment. However, no compliance with that draft is claimed or even
|
/linux-4.1.27/include/linux/ |
D | hid.h | 530 unsigned claimed; /* Claimed by hidinput, hiddev? */ member
|
/linux-4.1.27/fs/affs/ |
D | Changes | 27 this fs never claimed to be Posix conformant.
|
/linux-4.1.27/Documentation/filesystems/ |
D | mandatory-locking.txt | 24 - Similar races make the claimed mutual exclusion between lock
|
D | ext2.txt | 285 It is frequently claimed that the ext2 implementation of writing
|
/linux-4.1.27/Documentation/input/ |
D | xpad.txt | 33 claimed dpad_to_buttons could be used to force behavior on known devices.
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 252 /* release previously-claimed GPIO */ 256 GPIOs that have already been claimed with that call. The return value of 299 are claimed, three additional calls are defined:
|
/linux-4.1.27/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 719 hid->claimed = 0; in i2c_hid_stop()
|
/linux-4.1.27/Documentation/driver-model/ |
D | porting.txt | 351 claimed by a driver.
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 733 hid->claimed = 0; in hidp_stop()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-core.c | 1186 hid->claimed = 0; in usbhid_stop()
|
/linux-4.1.27/drivers/hsi/controllers/ |
D | omap_ssi_port.c | 738 if (port->claimed <= 1) { in ssi_release()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1508 * must not have claimed the S/G cache yet
|