Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/
Depautoconf.c129 ep->claimed = true; in usb_ep_autoconfig_ss()
186 ep->claimed = false; in usb_ep_autoconfig_release()
205 ep->claimed = false; in usb_ep_autoconfig_reset()
/linux-4.4.14/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.4.14/drivers/block/paride/
Dparide.c84 pi->claimed = 1; in pi_wake_up()
105 pi->claimed = 1; in pi_schedule_claimed()
121 if (pi->claimed) in pi_claim()
123 pi->claimed = 1; in pi_claim()
131 pi->claimed = 0; in pi_unclaim()
397 pi->claimed = 0; in pi_init()
Dparide.h53 int claimed; /* parport has already been claimed */ member
/linux-4.4.14/drivers/nvdimm/
Dclaim.c63 bool claimed; in nd_attach_ndns() local
66 claimed = __nd_attach_ndns(dev, attach, _ndns); in nd_attach_ndns()
68 return claimed; in nd_attach_ndns()
/linux-4.4.14/drivers/soc/sunxi/
Dsunxi_sram.c39 bool claimed; member
206 if (sram_desc->claimed) { in sunxi_sram_claim()
238 sram_desc->claimed = false; in sunxi_sram_release()
/linux-4.4.14/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.4.14/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()
563 if (!ec->claimed || !ec->irq || ec->slot_no == 8) in ecard_irq_handler()
1039 ec->claimed = 1; in ecard_drv_probe()
1042 ec->claimed = 0; in ecard_drv_probe()
1052 ec->claimed = 0; in ecard_drv_remove()
1080 ec->claimed = 0; in ecard_drv_shutdown()
/linux-4.4.14/drivers/hid/
Dhid-core.c1217 if (hid->claimed & HID_CLAIMED_INPUT) in hid_process_event()
1219 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) in hid_process_event()
1453 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) in hid_report_raw_event()
1455 if (hid->claimed & HID_CLAIMED_HIDRAW) { in hid_report_raw_event()
1461 if (hid->claimed != HID_CLAIMED_HIDRAW && report->maxfield) { in hid_report_raw_event()
1469 if (hid->claimed & HID_CLAIMED_INPUT) in hid_report_raw_event()
1631 hdev->claimed |= HID_CLAIMED_INPUT; in hid_connect()
1636 hdev->claimed |= HID_CLAIMED_HIDDEV; in hid_connect()
1638 hdev->claimed |= HID_CLAIMED_HIDRAW; in hid_connect()
1641 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.c73 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || in cp_event()
Dhid-elo.c80 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.c672 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) in mt_touch_event()
685 if (hid->claimed & HID_CLAIMED_INPUT) { in mt_process_mt_event()
893 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.4.14/drivers/hsi/
Dhsi.c618 if ((port->claimed) && (!port->shared || !share)) { in hsi_claim_port()
626 port->claimed++; in hsi_claim_port()
648 port->claimed--; in hsi_release_port()
649 BUG_ON(port->claimed < 0); in hsi_release_port()
651 if (!port->claimed) in hsi_release_port()
/linux-4.4.14/drivers/mmc/core/
Dsdio_irq.c191 WARN_ON(!host->claimed); in sdio_card_irq_get()
216 WARN_ON(!host->claimed); in sdio_card_irq_put()
Dcore.c263 WARN_ON(!host->claimed); in mmc_start_request()
738 WARN_ON(!host->claimed); in mmc_wait_for_cmd()
954 if (stop || !host->claimed || host->claimer == current) in __mmc_claim_host()
962 host->claimed = 1; in __mmc_claim_host()
990 WARN_ON(!host->claimed); in mmc_release_host()
997 host->claimed = 0; in mmc_release_host()
1830 WARN_ON(!host->claimed); in mmc_attach_bus()
1853 WARN_ON(!host->claimed); in mmc_detach_bus()
2534 WARN_ON(!host->claimed); in mmc_detect_card_removed()
Dsdio.c561 WARN_ON(!host->claimed); in mmc_sdio_init_card()
1069 WARN_ON(!host->claimed); in mmc_attach_sdio()
Dsd.c901 WARN_ON(!host->claimed); in mmc_sd_init_card()
1206 WARN_ON(!host->claimed); in mmc_attach_sd()
Dmmc.c1376 WARN_ON(!host->claimed); in mmc_init_card()
2015 WARN_ON(!host->claimed); in mmc_attach_mmc()
/linux-4.4.14/drivers/usb/atm/
Dxusbatm.c84 …atic void xusbatm_release_intf(struct usb_device *usb_dev, struct usb_interface *intf, int claimed) in xusbatm_release_intf() argument
86 if (claimed) { in xusbatm_release_intf()
/linux-4.4.14/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.4.14/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.
Dsysfs-bus-usb12 A deauthorized interface cannot be probed or claimed.
/linux-4.4.14/arch/arm/include/asm/
Decard.h149 unsigned char claimed; /* Card claimed? */ member
/linux-4.4.14/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.4.14/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.txt239 strict (default): access to resources claimed by ACPI
242 lax: access to resources claimed by ACPI is allowed;
2912 even if no driver has claimed them. This is useful
/linux-4.4.14/include/linux/hsi/
Dhsi.h243 int claimed; member
/linux-4.4.14/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.4.14/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.4.14/include/linux/mmc/
Dhost.h311 unsigned int claimed:1; /* host exclusively claimed */ member
/linux-4.4.14/Documentation/DocBook/
Dusb.xml.db10 API-usb-interface-claimed
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-bus-usb68 returns 1 if no driver has claimed this interface, as an
/linux-4.4.14/include/linux/usb/
Dgadget.h217 bool claimed; member
/linux-4.4.14/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()
Dfotg210-hcd.c3704 int claimed; in check_period() local
3721 claimed = periodic_usecs(fotg210, frame, in check_period()
3723 if (claimed > usecs) in check_period()
3731 claimed = periodic_usecs(fotg210, frame, uframe); in check_period()
3732 if (claimed > usecs) in check_period()
/linux-4.4.14/drivers/usb/gadget/udc/
Dudc-core.c164 if (ep->claimed) in usb_gadget_ep_match_desc()
/linux-4.4.14/net/mac80211/
DKconfig79 amendment. However, no compliance with that draft is claimed or even
/linux-4.4.14/include/linux/
Dhid.h530 unsigned claimed; /* Claimed by hidinput, hiddev? */ member
/linux-4.4.14/Documentation/input/
Dxpad.txt33 claimed dpad_to_buttons could be used to force behavior on known devices.
/linux-4.4.14/fs/affs/
DChanges27 this fs never claimed to be Posix conformant.
/linux-4.4.14/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.4.14/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.4.14/Documentation/driver-model/
Dporting.txt351 claimed by a driver.
/linux-4.4.14/drivers/hid/i2c-hid/
Di2c-hid.c721 hid->claimed = 0; in i2c_hid_stop()
/linux-4.4.14/net/bluetooth/hidp/
Dcore.c733 hid->claimed = 0; in hidp_stop()
/linux-4.4.14/drivers/staging/unisys/Documentation/
Doverview.txt178 * If a function driver has loaded and claimed a particular device, the
/linux-4.4.14/drivers/hsi/controllers/
Domap_ssi_port.c738 if (port->claimed <= 1) { in ssi_release()
/linux-4.4.14/drivers/hid/usbhid/
Dhid-core.c1187 hid->claimed = 0; in usbhid_stop()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq1508 * must not have claimed the S/G cache yet