Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c42 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/
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-4.1.27/drivers/net/wireless/cw1200/
Dcw1200_spi.c44 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/
Decard.c437 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/
Dhid-core.c1194 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 …]
Dhid-ezkey.c53 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ez_event()
Dhid-gyration.c61 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) in gyration_event()
Dhid-icade.c172 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in icade_event()
Dhid-a4tech.c56 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in a4_event()
Dhid-cypress.c77 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
Dhid-elo.c78 if (!(hdev->claimed & HID_CLAIMED_INPUT) || list_empty(&hdev->inputs)) in elo_raw_event()
Dhid-microsoft.c178 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in ms_event()
Dhid-ntrig.c577 if (!(hid->claimed & HID_CLAIMED_INPUT)) in ntrig_event()
856 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_hid_event) in ntrig_event()
Dhid-multitouch.c629 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()
Dhid-apple.c275 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in apple_event()
Duhid.c122 hid->claimed = 0; in uhid_hid_stop()
/linux-4.1.27/drivers/hsi/
Dhsi.c609 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/
Dsdio_irq.c197 WARN_ON(!host->claimed); in sdio_card_irq_get()
224 WARN_ON(!host->claimed); in sdio_card_irq_put()
Dcore.c223 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()
Dsdio.c592 WARN_ON(!host->claimed); in mmc_sdio_init_card()
1082 WARN_ON(!host->claimed); in mmc_attach_sdio()
Dsd.c922 WARN_ON(!host->claimed); in mmc_sd_init_card()
1239 WARN_ON(!host->claimed); in mmc_attach_sd()
Dmmc.c1210 WARN_ON(!host->claimed); in mmc_init_card()
1865 WARN_ON(!host->claimed); in mmc_attach_mmc()
/linux-4.1.27/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-4.1.27/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
DURB.txt79 endpoint descriptor in an interface that it's claimed.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-gpio9 "export" operation. If a given GPIO is not claimed for use by
Dsysfs-firmware-acpi131 has been called and claimed an interrupt.
134 has been called and NOT claimed an interrupt.
/linux-4.1.27/arch/arm/include/asm/
Decard.h149 unsigned char claimed; /* Card claimed? */ member
/linux-4.1.27/Documentation/acpi/
Dscan_handlers.txt53 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/
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.
Dparport.txt181 allowed to keep a port claimed for. This is advisory,
DCodingStyle124 Heretic people all over the world have claimed that this inconsistency
Dkernel-parameters.txt375 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/
Dhsi.h243 int claimed; member
/linux-4.1.27/Documentation/scsi/
Dbnx2fc.txt40 5. "Symbolic Name" in 'fcoeadm -i' output would display if bnx2fc has claimed
Daic7xxx.txt154 claimed the controller.
Daic79xx.txt88 claimed the controller.
DChangeLog.ncr53c8xx272 are claimed by the manuals to be able to execute SCSI scripts just
DChangeLog.sym53c8xx106 Remove unused options that claimed to optimize for the 896.
/linux-4.1.27/drivers/mmc/host/
Domap.c200 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/
Dhost.h319 unsigned int claimed:1; /* host exclusively claimed */ member
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-bus-usb68 returns 1 if no driver has claimed this interface, as an
/linux-4.1.27/drivers/usb/host/
Doxu210hp-hcd.c2068 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()
Dfusbh200-hcd.c3778 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()
Dfotg210-hcd.c3842 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/
De100.txt197 * Other names and brands may be claimed as the property of others.
/linux-4.1.27/net/mac80211/
DKconfig80 amendment. However, no compliance with that draft is claimed or even
/linux-4.1.27/include/linux/
Dhid.h530 unsigned claimed; /* Claimed by hidinput, hiddev? */ member
/linux-4.1.27/fs/affs/
DChanges27 this fs never claimed to be Posix conformant.
/linux-4.1.27/Documentation/filesystems/
Dmandatory-locking.txt24 - Similar races make the claimed mutual exclusion between lock
Dext2.txt285 It is frequently claimed that the ext2 implementation of writing
/linux-4.1.27/Documentation/input/
Dxpad.txt33 claimed dpad_to_buttons could be used to force behavior on known devices.
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt252 /* 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/
Di2c-hid.c719 hid->claimed = 0; in i2c_hid_stop()
/linux-4.1.27/Documentation/driver-model/
Dporting.txt351 claimed by a driver.
/linux-4.1.27/net/bluetooth/hidp/
Dcore.c733 hid->claimed = 0; in hidp_stop()
/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c1186 hid->claimed = 0; in usbhid_stop()
/linux-4.1.27/drivers/hsi/controllers/
Domap_ssi_port.c738 if (port->claimed <= 1) { in ssi_release()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq1508 * must not have claimed the S/G cache yet