Searched refs:unusable (Results 1 – 12 of 12) sorted by relevance
/drivers/usb/usbip/ |
D | usbip_event.c | 91 ud->eh_ops.unusable(ud); in event_handler()
|
D | usbip_common.h | 282 void (*unusable)(struct usbip_device *); member
|
D | stub_dev.c | 294 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
|
D | vudc_dev.c | 581 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
|
D | vhci_hcd.c | 1118 vdev->ud.eh_ops.unusable = vhci_device_unusable; in vhci_device_init()
|
/drivers/leds/ |
D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
/drivers/base/ |
D | Kconfig | 151 unusable. You should say N here unless you are explicitly looking to
|
/drivers/net/ethernet/via/ |
D | via-velocity.c | 1449 int avail, dirty, unusable; in velocity_give_many_rx_descs() local 1460 unusable = vptr->rx.filled & 0x0003; in velocity_give_many_rx_descs() 1461 dirty = vptr->rx.dirty - unusable; in velocity_give_many_rx_descs() 1468 vptr->rx.filled = unusable; in velocity_give_many_rx_descs()
|
/drivers/scsi/qla2xxx/ |
D | qla_os.c | 4216 INIT_LIST_HEAD(&ha->pool.unusable.head); in qla2x00_mem_alloc() 4218 ha->pool.unusable.count = 0; in qla2x00_mem_alloc() 4250 &ha->pool.unusable.head); in qla2x00_mem_alloc() 4251 ha->pool.unusable.count++; in qla2x00_mem_alloc() 4273 ha->pool.unusable.count); in qla2x00_mem_alloc() 4500 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head, in qla2x00_mem_alloc() 4508 ha->pool.unusable.count--; in qla2x00_mem_alloc() 4938 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head, in qla2x00_mem_free() 4946 ha->pool.unusable.count--; in qla2x00_mem_free()
|
D | qla_attr.c | 2366 ha->dif_bundle_dma_allocs, ha->pool.unusable.count); in qla2x00_dif_bundle_statistics_show()
|
D | qla_def.h | 4749 } unusable; member
|
/drivers/acpi/ |
D | Kconfig | 540 in most cases even if ACPI is unusable or blacklisted.
|