Searched refs:claimed (Results 1 - 200 of 204) sorted by relevance

12

/linux-4.1.27/include/linux/
H A Dirq_work.h9 * free NULL, 0 -> {claimed} : free to be used
10 * claimed NULL, 3 -> {pending} : claimed to be enqueued
12 * busy NULL, 2 -> {free, claimed} : callback in progress, can be claimed
H A Dparport.h132 * that the port is available to be claimed. If a driver wants to use
314 be claimed. Return value is 1 if it slept, 0 normally and -errno
H A Data.h914 * the claimed LBA capacity value for the device.
H A Dhid.h530 unsigned claimed; /* Claimed by hidinput, hiddev? */ member in struct:hid_device
H A Dusb.h744 * usb_interface_claimed - returns true iff an interface is claimed
747 * Return: %true (nonzero) iff the interface is claimed, else %false
/linux-4.1.27/drivers/block/paride/
H A Dparide.c83 pi->claimed = 1; pi_wake_up()
104 pi->claimed = 1; pi_schedule_claimed()
120 if (pi->claimed) pi_claim()
122 pi->claimed = 1; pi_claim()
130 pi->claimed = 0; pi_unclaim()
394 pi->claimed = 0; pi_init()
H A Dparide.h53 int claimed; /* parport has already been claimed */ member in struct:pi_adapter
/linux-4.1.27/drivers/hid/
H A Dhid-ezkey.c53 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || ez_event()
H A Dhid-gyration.c61 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput) gyration_event()
H A Dhid-a4tech.c56 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || a4_event()
H A Dhid-cypress.c77 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || cp_event()
H A Dhid-core.c1060 * One model of UPS is claimed to report "LINEV" as a 32-bit field.
1194 if (hid->claimed & HID_CLAIMED_INPUT) hid_process_event()
1196 if (hid->claimed & HID_CLAIMED_HIDDEV && interrupt && hid->hiddev_hid_event) hid_process_event()
1430 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_report_event) hid_report_raw_event()
1432 if (hid->claimed & HID_CLAIMED_HIDRAW) { hid_report_raw_event()
1438 if (hid->claimed != HID_CLAIMED_HIDRAW && report->maxfield) { hid_report_raw_event()
1446 if (hid->claimed & HID_CLAIMED_INPUT) hid_report_raw_event()
1608 hdev->claimed |= HID_CLAIMED_INPUT; hid_connect()
1613 hdev->claimed |= HID_CLAIMED_HIDDEV; hid_connect()
1615 hdev->claimed |= HID_CLAIMED_HIDRAW; hid_connect()
1618 hdev->claimed |= HID_CLAIMED_DRIVER; hid_connect()
1622 if (!hdev->claimed && !hdev->driver->raw_event) { hid_connect()
1627 if ((hdev->claimed & HID_CLAIMED_INPUT) && hid_connect()
1632 if (hdev->claimed & HID_CLAIMED_INPUT) hid_connect()
1634 if (hdev->claimed & HID_CLAIMED_HIDDEV) hid_connect()
1637 if (hdev->claimed & HID_CLAIMED_HIDRAW) hid_connect()
1685 if (hdev->claimed & HID_CLAIMED_INPUT) hid_disconnect()
1687 if (hdev->claimed & HID_CLAIMED_HIDDEV) hid_disconnect()
1689 if (hdev->claimed & HID_CLAIMED_HIDRAW) hid_disconnect()
1691 hdev->claimed = 0; hid_disconnect()
2711 if (!(hid->claimed & HID_CLAIMED_INPUT)) hid_check_keys_pressed()
H A Dhid-icade.c172 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || icade_event()
H A Dhid-elo.c78 if (!(hdev->claimed & HID_CLAIMED_INPUT) || list_empty(&hdev->inputs)) elo_raw_event()
H A Dhid-microsoft.c178 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || ms_event()
H A Dhid-multitouch.c629 if (hid->claimed & HID_CLAIMED_HIDDEV && hid->hiddev_hid_event) mt_touch_event()
642 if (hid->claimed & HID_CLAIMED_INPUT) { mt_process_mt_event()
839 if (!(hid->claimed & HID_CLAIMED_INPUT)) mt_report()
H A Dhid-ntrig.c576 /* Skip processing if not a claimed input */ ntrig_event()
577 if (!(hid->claimed & HID_CLAIMED_INPUT)) ntrig_event()
856 if ((hid->claimed & HID_CLAIMED_HIDDEV) && hid->hiddev_hid_event) ntrig_event()
H A Dhid-apple.c275 if (!(hdev->claimed & HID_CLAIMED_INPUT) || !field->hidinput || apple_event()
H A Duhid.c122 hid->claimed = 0; uhid_hid_stop()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c42 bool claimed; member in struct:vmw_stream
521 if (!overlay->stream[i].claimed) vmw_overlay_num_free_overlays()
541 if (overlay->stream[i].claimed) vmw_overlay_claim()
544 overlay->stream[i].claimed = true; vmw_overlay_claim()
565 WARN_ON(!overlay->stream[stream_id].claimed); vmw_overlay_unref()
567 overlay->stream[stream_id].claimed = false; vmw_overlay_unref()
589 overlay->stream[i].claimed = false; vmw_overlay_init()
H A Dvmwgfx_resource.c824 DRM_INFO("%s: claimed\n", __func__); vmw_stream_init()
/linux-4.1.27/drivers/pci/
H A Dpci-stub.c31 dev_info(&dev->dev, "claimed by stub\n"); pci_stub_probe()
H A Dsetup-res.c373 dev_err(&dev->dev, "can't enable device: BAR %d %pR not claimed\n", pci_enable_resources()
H A Dslot.c263 * but only if not already claimed. pci_create_slot()
H A Dsetup-bus.c714 return 0; /* claimed the window */ pci_claim_bridge_resource()
737 return 0; /* claimed a smaller window */ pci_claim_bridge_resource()
H A Dpci-driver.c1244 * no device was claimed during registration.
H A Dquirks.c399 dev_info(&dev->dev, "quirk: %pR claimed by %s\n", res, name); quirk_io_region()
1892 * These combo devices should be claimed by parport_serial. quirk_netmos()
2888 /* Some PCIe devices do not work reliably with the claimed maximum
H A Dprobe.c293 * be claimed by the device. __pci_read_base()
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dcw1200_spi.c44 int claimed; member in struct:hwbus_priv
209 if (!self->claimed) cw1200_spi_lock()
216 self->claimed = 1; cw1200_spi_lock()
228 self->claimed = 0; cw1200_spi_unlock()
H A Dcw1200_sdio.c96 /* note: sdio_host already claimed here. */ cw1200_sdio_irq_handler()
/linux-4.1.27/drivers/power/reset/
H A Dsyscon-poweroff.c66 "pm_power_off already claimed %p %s", syscon_poweroff_probe()
H A Dqnap-poweroff.c113 "pm_power_off already claimed %p %s", qnap_power_off_probe()
/linux-4.1.27/drivers/mmc/core/
H A Dsdio_irq.c197 WARN_ON(!host->claimed); sdio_card_irq_get()
224 WARN_ON(!host->claimed); sdio_card_irq_put()
266 * claimed already when the handler is called so the handler must not
H A Dcore.c223 WARN_ON(!host->claimed); mmc_start_request()
696 WARN_ON(!host->claimed); mmc_wait_for_cmd()
911 if (stop || !host->claimed || host->claimer == current) __mmc_claim_host()
919 host->claimed = 1; __mmc_claim_host()
947 WARN_ON(!host->claimed); mmc_release_host()
954 host->claimed = 0; mmc_release_host()
1745 WARN_ON(!host->claimed); mmc_attach_bus()
1768 WARN_ON(!host->claimed); mmc_detach_bus()
2417 WARN_ON(!host->claimed); mmc_detect_card_removed()
2552 /* Calling bus_ops->remove() with a claimed host can deadlock */ mmc_stop_host()
2671 /* Calling bus_ops->remove() with a claimed host can deadlock */ mmc_pm_notify()
H A Dsdio_io.c682 * to be claimed, nor the function active, for this information to be
703 * The host doesn't need to be claimed, nor the function active,
H A Dsd.c922 WARN_ON(!host->claimed); mmc_sd_init_card()
1239 WARN_ON(!host->claimed); mmc_attach_sd()
H A Dsdio.c592 WARN_ON(!host->claimed); mmc_sdio_init_card()
1082 WARN_ON(!host->claimed); mmc_attach_sdio()
H A Dmmc.c1210 WARN_ON(!host->claimed); mmc_init_card()
1865 WARN_ON(!host->claimed); mmc_attach_mmc()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-fileops.c40 If no one else is using this stream then the stream is claimed and
41 associated VBI streams are also automatically claimed.
42 Possible error returns: -EBUSY if someone else has claimed
52 /* someone already claimed this stream */ ivtv_claim_stream()
101 /* This function releases a previously claimed stream. It will take into
141 /* VBI stream still claimed by a file descriptor */ ivtv_release_stream()
463 /* Note: the IVTV_ENC_STREAM_TYPE_VBI is claimed ivtv_start_capture()
464 automatically when the MPG stream is claimed. ivtv_start_capture()
532 IVTV_DEBUG_WARN("start decode, stream already claimed\n"); ivtv_start_decoding()
917 /* Easy case first: this stream was never claimed by us */ ivtv_v4l2_close()
H A Divtv-driver.h229 #define IVTV_F_S_CLAIMED 3 /* this stream is claimed */
/linux-4.1.27/drivers/hsi/
H A Dhsi.c609 if ((port->claimed) && (!port->shared || !share)) { hsi_claim_port()
617 port->claimed++; hsi_claim_port()
629 * @cl: HSI client which previously claimed its port
639 port->claimed--; hsi_release_port()
640 BUG_ON(port->claimed < 0); hsi_release_port()
642 if (!port->claimed) hsi_release_port()
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-fileops.c40 If no one else is using this stream then the stream is claimed and
41 associated VBI and IDX streams are also automatically claimed.
42 Possible error returns: -EBUSY if someone else has claimed
52 CX18_WARN("MPEG Index stream cannot be claimed " cx18_claim_stream()
58 /* someone already claimed this stream */ cx18_claim_stream()
102 /* This function releases a previously claimed stream. It will take into
151 * The VBI stream is not still claimed by a file cx18_release_stream()
526 * The VBI and IDX streams should have been claimed cx18_start_capture()
528 * claimed. We only need to start these streams capturing. cx18_start_capture()
H A Dcx18-driver.h268 #define CX18_F_S_CLAIMED 3 /* this stream is claimed */
/linux-4.1.27/drivers/staging/i2o/
H A Di2o_block.h45 * from as the first device to be claimed (as /dev/i2o/hda)
H A Dpci.c94 printk(KERN_ERR "%s: device already claimed\n", c->name); i2o_pci_alloc()
H A Di2o_block.c45 * from as the first device to be claimed (as /dev/i2o/hda)
H A Di2o_proc.c1854 {"claimed", S_IFREG | S_IRUGO, &i2o_seq_fops_claimed},
/linux-4.1.27/drivers/tc/
H A Dtc-driver.c26 * no device was claimed during registration.
/linux-4.1.27/drivers/usb/misc/
H A Disight_firmware.c14 * be claimed by the uvc driver.
/linux-4.1.27/arch/arm/mach-imx/
H A Diomux-imx31.c95 * - reserves the pin so that it is not claimed by another driver
H A Diomux-mx3.h111 * - reserves the pin so that it is not claimed by another driver
/linux-4.1.27/include/linux/hsi/
H A Dhsi.h139 * @pclaimed: Keeps tracks if the clients claimed its associated HSI port
227 * @claimed: Reference count of clients which claimed the port
243 int claimed; member in struct:hsi_port
/linux-4.1.27/drivers/pinctrl/
H A Dcore.h137 * @mux_usecount: If zero, the pin is not claimed, and @owner should be NULL.
138 * If non-zero, this pin is claimed by @owner. This field is an integer
H A Dcore.c882 dev_dbg(dev, "obtain a copy of previously claimed pinctrl\n"); pinctrl_get()
945 * pinctrl_put() - decrease use count on a previously claimed pinctrl handle
/linux-4.1.27/drivers/gpio/
H A Dgpio-vx855.c253 "GPI I/O resource busy, probably claimed by ACPI\n"); vx855gpio_probe()
258 "GPO I/O resource busy, probably claimed by ACPI\n"); vx855gpio_probe()
H A Dgpio-timberdale.c256 dev_err(dev, "Region already claimed\n"); timbgpio_probe()
/linux-4.1.27/drivers/usb/atm/
H A Dxusbatm.c83 static void xusbatm_release_intf(struct usb_device *usb_dev, struct usb_interface *intf, int claimed) xusbatm_release_intf() argument
85 if (claimed) { xusbatm_release_intf()
/linux-4.1.27/arch/arm/mach-rpc/
H A Decard.c437 if (ec->claimed && ec->ops->irqenable) ecard_irq_unmask()
473 if (ec->claimed && ec->ops->fiqenable) ecard_enablefiq()
505 ec->slot_no, ec->claimed ? "" : "not "); ecard_dump_irq_state()
564 if (!ec->claimed || !ec->irq || ec->slot_no == 8) ecard_irq_handler()
1040 ec->claimed = 1; ecard_drv_probe()
1043 ec->claimed = 0; ecard_drv_probe()
1053 ec->claimed = 0; ecard_drv_remove()
1081 ec->claimed = 0; ecard_drv_shutdown()
/linux-4.1.27/arch/arm/include/asm/
H A Decard.h149 unsigned char claimed; /* Card claimed? */ member in struct:expansion_card
/linux-4.1.27/drivers/ssb/
H A Dsdio.c109 /* host claimed */ ssb_sdio_writeb()
139 /* host claimed */ ssb_sdio_set_sbaddr_window()
202 /* host must be already claimed */ ssb_sdio_switch_core()
/linux-4.1.27/drivers/usb/gadget/
H A Depautoconf.c55 /* endpoint already claimed? */ ep_matches()
236 * On success, this returns an un-claimed usb_ep, and modifies the endpoint
343 * On success, this returns an un-claimed usb_ep, and modifies the endpoint
/linux-4.1.27/include/linux/mmc/
H A Dhost.h319 unsigned int claimed:1; /* host exclusively claimed */ member in struct:mmc_host
333 struct task_struct *claimer; /* task that has host claimed */
/linux-4.1.27/fs/ocfs2/
H A Dreservations.h149 * reservation. But we must always call this function when bits are claimed.
H A Dsuballoc.c68 unsigned int sr_bits; /* How many bits we claimed */
H A Ddir.c2912 * will be claimed after the conversion to extents. ocfs2_expand_inline_dir()
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dio_event_irq.c34 * by one until the IO event is claimed by one of the handlers.
/linux-4.1.27/kernel/
H A Dirq_work.c159 * no-one else claimed it meanwhile. irq_work_run_list()
H A Duser.c7 * processes, files etc the user has claimed, in order to be
/linux-4.1.27/sound/soc/tegra/
H A Dtegra20_das.c161 dev_err(&pdev->dev, "Memory region already claimed\n"); tegra20_das_probe()
H A Dtegra20_spdif.c305 dev_err(&pdev->dev, "Memory region already claimed\n"); tegra20_spdif_platform_probe()
H A Dtegra20_i2s.c374 dev_err(&pdev->dev, "Memory region already claimed\n"); tegra20_i2s_platform_probe()
H A Dtegra30_i2s.c431 dev_err(&pdev->dev, "Memory region already claimed\n"); tegra30_i2s_platform_probe()
/linux-4.1.27/drivers/base/
H A Dcomponent.c361 /* Release all resources claimed in the binding of this component */ component_unbind()
396 * to release the resources claimed against the sub-device component_bind()
/linux-4.1.27/fs/
H A Dblock_dev.c712 * bd_may_claim - test whether a block device can be claimed
717 * Test whether @bdev can be claimed by @holder.
723 * %true if @bdev can be claimed, %false otherwise.
750 * claimed by another holder and waits if another claiming is in
759 * 0 if @bdev can be claimed, -EBUSY otherwise.
765 /* if someone else claimed, fail */ bd_prepare_to_claim()
889 * @bdev: the claimed slave bdev
896 * - from "slaves" directory of the holder @disk to the claimed @bdev
905 * The caller must have claimed @bdev before calling this function and
H A Dfile.c314 * The fd may be claimed in the fd bitmap but not yet dup_fd()
/linux-4.1.27/drivers/char/
H A Dppdev.c118 /* Don't have the port claimed */ pp_read()
201 /* Don't have the port claimed */ pp_write()
485 /* Everything else requires the port to be claimed, so check pp_do_ioctl()
H A Dlp.c165 /* Claim the parport or block trying unless we've already claimed it */ lp_claim_parport_or_block()
173 /* Claim the parport or block trying unless we've already claimed it */ lp_release_parport()
/linux-4.1.27/drivers/usb/dwc2/
H A Dhcd_queue.c310 "%s: already claimed usecs %d, required usecs %d\n", dwc2_check_periodic_bandwidth()
528 /* Update claimed usecs per (micro)frame */ dwc2_schedule_periodic()
548 /* Update claimed usecs per (micro)frame */ dwc2_deschedule_periodic()
H A Dcore.h527 * @periodic_usecs: Total bandwidth claimed so far for periodic transfers.
/linux-4.1.27/drivers/video/fbdev/
H A Dsh_mipi_dsi.c459 dev_err(&pdev->dev, "MIPI register region already claimed\n"); sh_mipi_probe()
471 dev_err(&pdev->dev, "MIPI register region 2 already claimed\n"); sh_mipi_probe()
H A Dsh_mobile_meram.c664 dev_err(&pdev->dev, "MERAM registers region already claimed\n"); sh_mobile_meram_probe()
671 dev_err(&pdev->dev, "MERAM memory region already claimed\n"); sh_mobile_meram_probe()
H A Ds3c-fb.c200 * @windows: The hardware windows that have been claimed.
1142 * Release the resources that where claimed for the hardware window,
1143 * such as the framebuffer instance and any memory claimed for it.
H A Dsh_mobile_hdmi.c1340 dev_err(&pdev->dev, "HDMI register region already claimed\n"); sh_hdmi_probe()
1347 dev_err(&pdev->dev, "HDMI register region already claimed\n"); sh_hdmi_probe()
1370 dev_err(&pdev->dev, "control register region already claimed\n"); sh_hdmi_probe()
/linux-4.1.27/drivers/mmc/host/
H A Domap.c200 static void mmc_omap_select_slot(struct mmc_omap_slot *slot, int claimed) mmc_omap_select_slot() argument
205 if (claimed) mmc_omap_select_slot()
217 if (host->current_slot != slot || !claimed) mmc_omap_select_slot()
227 if (claimed) { mmc_omap_select_slot()
H A Dsdricoh_cs.c483 /* the io region is already claimed by yenta_socket... */ sdricoh_pcmcia_probe()
H A Dsdhci-s3c.c41 * @ioarea: The resource created when we claimed the IO area.
/linux-4.1.27/drivers/net/can/sja1000/
H A Dems_pcmcia.c306 * Release claimed resources
H A Dpeak_pcmcia.c730 * release claimed resources
/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dorinoco_pci.c63 * Those times are straight from wlan-ng, and it is claimed that they
/linux-4.1.27/drivers/rapidio/
H A Drio-driver.c141 * was claimed during registration.
/linux-4.1.27/drivers/parport/
H A Dshare.c473 * device driver has claimed access to the port but another
488 * the port is available to be claimed for exclusive access; that
939 * the port claimed. Similarly, if the port is already claimed
H A Dieee1284_ops.c103 /* We must have the device claimed here */ parport_ieee1284_write_compat()
543 /* We must have the device claimed here. */ parport_ieee1284_ecp_read_data()
/linux-4.1.27/arch/x86/include/asm/
H A Dmce.h208 /* Disable CMCI/polling for MCA bank claimed by firmware */
/linux-4.1.27/drivers/watchdog/
H A Dsbc7240_wdt.c268 * is already claimed by the system timer, so we sbc7240_wdt_init()
/linux-4.1.27/arch/powerpc/boot/
H A Dmain.c51 * the kernel bss must be claimed (it will be zero'd by the prep_kernel()
/linux-4.1.27/arch/arm64/mm/
H A Dinit.c278 * is free. This is done after various parts of the system have claimed their
/linux-4.1.27/drivers/usb/core/
H A Ddevio.c640 /* already claimed */ claimintf()
682 /* if not yet claimed, claim it for the driver */ checkintf()
1247 /* Don't touch the device if any interfaces are claimed. proc_setconfig()
1249 * an interface is claimed by usbfs it could easily deadlock. proc_setconfig()
1257 "usbfs: interface %d claimed by %s " proc_setconfig()
2026 snoop(&ps->dev->dev, "port %d claimed by process %d: %s\n", proc_claim_port()
H A Dsysfs.c921 /* Devices will be autosuspended even when an interface isn't claimed */ supports_autosuspend_show()
H A Dhub.c1883 * to one of these "claimed" ports, the program will "own" the device.
/linux-4.1.27/drivers/s390/block/
H A Dxpram.c77 "claimed by explicit sizes\n");
/linux-4.1.27/drivers/input/touchscreen/
H A Dsun4i-ts.c285 * this hardware. Moreover, it is claimed that the sensor sun4i_ts_probe()
/linux-4.1.27/drivers/firewire/
H A Dinit_ohci1394_dma.c13 * during boot, all OHCI1394 controllers may be claimed by the firewire
/linux-4.1.27/arch/tile/include/asm/
H A Dirqflags.h121 * is always claimed as an "active interrupt" so we can query that bit
/linux-4.1.27/arch/unicore32/mm/
H A Dinit.c379 * claimed their memory after the kernel image.
/linux-4.1.27/drivers/pnp/
H A Dquirks.c245 * so they won't be claimed by the PNP system driver. quirk_system_pci_resources()
/linux-4.1.27/arch/arm/mach-pxa/
H A Dpcm990-baseboard.c232 * Otherwise claimed GPIOs:
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2.c1019 printk(KERN_ERR PFX "Adapter not claimed\n"); c2_probe()
1029 "[fw=%u, c2=%u], Adapter not claimed\n", c2_probe()
1041 "[fw=0x%x, c2=0x%x], Adapter not claimed\n", c2_probe()
/linux-4.1.27/net/batman-adv/
H A Dtypes.h540 * @claim_hash: hash table containing mesh nodes this host has claimed
890 * struct batadv_bla_claim - claimed non-mesh client structure
891 * @addr: mac address of claimed non-mesh client
/linux-4.1.27/drivers/rtc/
H A Drtc-spear.c381 dev_err(&pdev->dev, "Alarm interrupt IRQ%d already claimed\n", spear_rtc_probe()
H A Drtc-ds1307.c114 #define HAS_ALARM 1 /* bit 1 == irq claimed */
/linux-4.1.27/drivers/pci/pcie/
H A Dportdrv_core.c38 * device_unregister(dev). Release all resources being claimed.
/linux-4.1.27/drivers/ata/
H A Dpata_amd.c7 * claimed by sata-nv.c.
H A Dlibata-scsi.c1985 0x60, /* SAM-3 (no version claimed) */ ata_scsiop_inq_std()
1988 0x20, /* SBC-2 (no version claimed) */ ata_scsiop_inq_std()
1991 0x60 /* SPC-3 (no version claimed) */ ata_scsiop_inq_std()
1995 0xA0, /* SAM-5 (no version claimed) */ ata_scsiop_inq_std()
1998 0xC0, /* SBC-3 (no version claimed) */ ata_scsiop_inq_std()
2001 0x60, /* SPC-4 (no version claimed) */ ata_scsiop_inq_std()
2004 0x20, /* ZBC (no version claimed) */ ata_scsiop_inq_std()
H A Dlibata-core.c4434 "simplex DMA is claimed by other device, disabling DMA\n"); ata_dev_xfermask()
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dau1000_eth.c235 * defined) PHY address not already claimed by another netdev.
543 /* already claimed by MAC0 */ au1000_mii_probe()
/linux-4.1.27/drivers/scsi/esas2r/
H A Desas2r_init.c257 "claimed IRQ %d flags: 0x%lx", esas2r_claim_interrupts()
762 * Now that system interrupt(s) are claimed, we can enable esas2r_resume()
/linux-4.1.27/drivers/char/ipmi/
H A Dipmi_watchdog.c350 * The mutex is claimed when the set_timeout is sent and freed
565 * The semaphore is claimed when the set_timeout is sent and freed
/linux-4.1.27/drivers/misc/
H A Dspear13xx_pcie_gadget.c788 "pcie gadget interrupt IRQ%d already claimed\n", irq); spear_pcie_gadget_probe()
/linux-4.1.27/drivers/spi/
H A Dspi-s3c24xx.c387 * whether the FIQ is claimed).
/linux-4.1.27/drivers/staging/fwserial/
H A Dfwserial.c1741 * Returns ptr to claimed port or error code (as ERR_PTR())
1769 * Returns ptr to claimed port or NULL if none avail
2570 /* don't release claimed port */ fwserial_handle_plug_req()
2579 /* We lost - hijack the already-claimed port and send ok */ fwserial_handle_plug_req()
/linux-4.1.27/drivers/pcmcia/
H A Dsoc_common.c263 * may or may not be claimed by the driver. soc_common_pcmcia_config_skt()
H A Drsrc_nonstatic.c944 * resources are not claimed; even if a driver is loaded, it
/linux-4.1.27/arch/x86/kernel/
H A Dmpparse.c670 /* already claimed */ get_MP_intsrc_index()
H A Dapm_32.c2344 * not restrict themselves to their claimed limit. When this happens, apm_init()
/linux-4.1.27/arch/mips/alchemy/devboards/
H A Ddb1200.c876 * this pin is claimed by PSC0 (unused though, but pinmux doesn't db1200_dev_setup()
/linux-4.1.27/drivers/amba/
H A Dbus.c663 * Release regions claimed by a successful call to amba_request_regions.
/linux-4.1.27/drivers/hsi/clients/
H A Dhsi_char.c619 * Check if we have already claimed the port associated to the HSI hsc_open()
H A Dcmt_speech.c1026 "Could not open, HSI port already claimed\n"); cs_hsi_start()
H A Dssi_protocol.c926 dev_err(&cl->device, "SSI port already claimed\n"); ssip_pn_open()
/linux-4.1.27/drivers/tty/serial/
H A Dst-asc.c808 locked = 0; /* asc_interrupt has already claimed the lock */ asc_console_write()
/linux-4.1.27/include/uapi/mtd/
H A Dubi-user.h77 * when the claimed number of bytes is passed. So, the volume update sequence
/linux-4.1.27/arch/powerpc/platforms/ps3/
H A Dos-area.c727 * by the HV to be claimed by the memblock manager.
/linux-4.1.27/arch/powerpc/kernel/
H A Dlegacy_serial.c110 /* Check if there is a port who already claimed our slot */ add_legacy_port()
/linux-4.1.27/arch/m68k/include/asm/
H A Datarihw.h115 * of nops on various machines. Somebody claimed that the tstb takes 600 ns.
/linux-4.1.27/arch/arm/mm/
H A Dinit.c470 * claimed their memory after the kernel image.
/linux-4.1.27/sound/soc/sh/
H A Dsiu_dai.c768 dev_err(&pdev->dev, "SIU region already claimed\n"); siu_probe()
/linux-4.1.27/sound/usb/
H A Dcard.c166 dev_dbg(&dev->dev, "%d:%d: skipping, already claimed\n", snd_usb_create_stream()
/linux-4.1.27/sound/soc/davinci/
H A Ddavinci-i2s.c668 dev_err(&pdev->dev, "McBSP region already claimed\n"); davinci_i2s_probe()
H A Ddavinci-mcasp.c1600 dev_err(&pdev->dev, "Audio region already claimed\n"); davinci_mcasp_probe()
/linux-4.1.27/drivers/usb/host/
H A Doxu210hp-hcd.c2068 int claimed; check_period() local
2078 * convert "usecs we need" to "max already claimed" check_period()
2088 claimed = periodic_usecs(oxu, frame, uframe); check_period()
2089 if (claimed > usecs) check_period()
2097 claimed = periodic_usecs(oxu, frame, uframe); check_period()
2098 if (claimed > usecs) check_period()
H A Dfotg210-hcd.c3842 int claimed; check_period() local
3850 /* convert "usecs we need" to "max already claimed" */ check_period()
3859 claimed = periodic_usecs(fotg210, frame, check_period()
3861 if (claimed > usecs) check_period()
3869 claimed = periodic_usecs(fotg210, frame, uframe); check_period()
3870 if (claimed > usecs) check_period()
H A Dfusbh200-hcd.c3778 int claimed; check_period() local
3786 /* convert "usecs we need" to "max already claimed" */ check_period()
3795 claimed = periodic_usecs (fusbh200, frame, uframe); check_period()
3796 if (claimed > usecs) check_period()
3804 claimed = periodic_usecs (fusbh200, frame, uframe); check_period()
3805 if (claimed > usecs) check_period()
H A Dehci-sched.c779 /* convert "usecs we need" to "max already claimed" */ check_period()
1396 /* convert "usecs we need" to "max already claimed" */ itd_slot_ok()
H A Disp1362-hcd.c216 DBG(1, "%s: Done %s PTD[%d] $%04x, avail %d count %d claimed %d %08lx:%08lx\n", claim_ptd_buffers()
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dnetcp_core.c1128 /* Make sure some TX hook claimed the packet */ netcp_tx_submit_skb()
1131 dev_err(netcp->ndev_dev, "No TX hook claimed the packet!\n"); netcp_tx_submit_skb()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-imx.c1063 dev_dbg(&i2c_imx->adapter.dev, "claimed irq %d\n", irq); i2c_imx_probe()
/linux-4.1.27/drivers/net/can/
H A Dti_hecc.c904 dev_err(&pdev->dev, "HECC region already claimed\n"); ti_hecc_probe()
/linux-4.1.27/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c985 netdev_notice(dev, "The FMV-18x claimed a very large packet, size %d\n", fjn_rx()
/linux-4.1.27/drivers/net/usb/
H A Dsierra_net.c287 /* if real packet shorter than the claimed length */ parse_hip()
/linux-4.1.27/drivers/media/platform/
H A Dsh_vou.c1343 dev_err(&pdev->dev, "VOU region already claimed\n"); sh_vou_probe()
/linux-4.1.27/drivers/scsi/bnx2i/
H A Dbnx2i.h384 * @num_intr_claimed: statistic counter, total interrupts claimed
/linux-4.1.27/drivers/staging/unisys/virtpci/
H A Dvirtpci.c734 /* if virtpcidev is not already claimed & probe function is virtpci_device_probe()
/linux-4.1.27/drivers/firmware/efi/
H A Dvars.c125 * If the sum of the length of the description, the claimed filepath validate_load_option()
/linux-4.1.27/drivers/firmware/
H A Ddmi_scan.c91 * Stop when we have seen all the items the table claimed to have dmi_table()
/linux-4.1.27/arch/sh/kernel/
H A Ddwarf.c719 * problem was that the DWARF info claimed that the CFA could be dwarf_unwind_stack()
/linux-4.1.27/arch/sparc/kernel/
H A Dpci.c498 * tries to be claimed. of_scan_pci_bridge()
/linux-4.1.27/drivers/hid/i2c-hid/
H A Di2c-hid.c719 hid->claimed = 0; i2c_hid_stop()
/linux-4.1.27/fs/jbd2/
H A Dcommit.c530 * Reserved credits cannot be claimed anymore, free them jbd2_journal_commit_transaction()
/linux-4.1.27/drivers/md/
H A Draid5.h82 * held for a very short time. It can be claimed from interrupts.
/linux-4.1.27/include/uapi/drm/
H A Dvmwgfx_drm.h548 * Return a single stream that was claimed by this process. Also makes
/linux-4.1.27/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c925 * claimed by any peripheral driver, to not have the clock mpc512x_clk_setup_clock_tree()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dclock.c695 * properly claimed and enabled by the drivers or core code that uses
/linux-4.1.27/fs/cifs/
H A Ddir.c253 * supported, despite what server claimed in capability cifs_do_create()
H A Dsmb2ops.c639 * Check if server claimed to write more than we asked smb2_clone_range()
/linux-4.1.27/net/bluetooth/hidp/
H A Dcore.c733 hid->claimed = 0; hidp_stop()
/linux-4.1.27/net/rfkill/
H A Dcore.c335 * unless a specific switch is claimed by userspace (in which case,
/linux-4.1.27/sound/soc/omap/
H A Dmcbsp.c977 dev_err(mcbsp->dev, "memory region already claimed\n"); omap_mcbsp_init()
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_host.c93 * "claimed" until its software queue is no longer refilled. No multiplexing
204 * end must be claimed from the caller.
H A Dmusb_core.c926 * endpoints, relies on TX/RX interval registers, and isn't claimed musb_stage0_irq()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Dlib8390.c677 (There is at least one clone claimed to have a problem.) ei_receive()
H A Daxnet_cs.c1356 (There is at least one clone claimed to have a problem.) ei_receive()
/linux-4.1.27/drivers/media/radio/wl128x/
H A Dfmdrv_common.c330 fmerr("Nobody claimed SKB(%p),purging\n", skb); recv_tasklet()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_defs_svc.h1086 u8 myalpa; /* alpa claimed */
H A Dbfad.c1074 BFA_LOG(KERN_INFO, bfad, bfa_log_level, "bfa device claimed\n"); bfad_start_ops()
/linux-4.1.27/drivers/hid/usbhid/
H A Dhid-core.c1186 hid->claimed = 0; usbhid_stop()
/linux-4.1.27/drivers/hsi/controllers/
H A Domap_ssi_port.c738 if (port->claimed <= 1) { ssi_release()
/linux-4.1.27/fs/reiserfs/
H A Dnamei.c1530 * have claimed all the buffers needed. reiserfs_rename()
/linux-4.1.27/sound/oss/dmasound/
H A Ddmasound_core.c920 if no-one else has claimed it already then we do...
/linux-4.1.27/drivers/mmc/card/
H A Dmmc_test.c3009 dev_info(&card->dev, "Card claimed for testing.\n"); mmc_test_probe()
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_driver.c613 "claimed\n", dev->udev->devnum, uvc_parse_streaming()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dpcie.c2544 * PCIE IRQ is claimed, block size is set and driver data is initialized.
H A Dsdio.c1881 * SDIO IRQ is claimed, block size is set and driver data is initialized.
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1205 * Free resources claimed by sym_iomap_device(). Note that
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_cb.c1807 LCONSOLE_ERROR_MSG(0x130, "Connected successfully to %s on host %pI4h, but they claimed they were %s; please check your Lustre configuration.\n", ksocknal_recv_hello()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec.c2354 CERROR("%u groups are claimed but bufsize only %u\n", sptlrpc_unpack_user_desc()
/linux-4.1.27/arch/ia64/hp/common/
H A Dsba_iommu.c1995 * claimed previously. sba_connect_bus()
/linux-4.1.27/net/vmw_vsock/
H A Dvmci_transport.c1763 /* Ensure the sk_buff matches the payload size claimed in the packet. */ vmci_transport_dgram_dequeue()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2631 * other driver may have already claimed the device ... cxgb4vf_pci_probe()
/linux-4.1.27/drivers/scsi/
H A Datari_NCR5380.c1500 * world that do that nevertheless. (Somebody claimed that this announces NCR5380_select()
H A Ddc395x.c4516 /* release the region we just claimed */ adapter_init()
H A Dpmcraid.c5789 * returns 0 if the device is claimed and successfully configured.
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c3201 /* Just info, some other driver may have claimed the device. */ init_one()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_fs.c2891 /* XXX Do we need to release all claimed endpoints here? */ _ffs_func_bind()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Domap_udc.c785 DBG("%s claimed %cxdma%d lch %d%s\n", ep->ep.name, dma_channel_claim()
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmrecovery.c1551 mlog(0, "lockres %.*s not claimed. " dlm_mig_lockres_worker()
/linux-4.1.27/net/mac80211/
H A Dtx.c1765 goto fail; /* skb too short for claimed rt header extent */ ieee80211_monitor_start_xmit()
/linux-4.1.27/sound/pci/
H A Dazt3328.c77 * - MPU401 (+ legacy address support, claimed by one official spec sheet)
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4444 /* Just info, some other driver may have claimed the device. */ init_one()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1353 int i = 1; /* First slot is claimed by the Primary MAC */ be_set_uc_list()
/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_pci.c575 * and should be left free to be claimed by parport_serial instead.

Completed in 5449 milliseconds

12