Searched refs:unusable (Results 1 – 16 of 16) sorted by relevance
| /drivers/usb/usbip/ |
| A D | usbip_event.c | 91 ud->eh_ops.unusable(ud); in event_handler()
|
| A D | usbip_common.h | 282 void (*unusable)(struct usbip_device *); member
|
| A D | stub_dev.c | 296 sdev->ud.eh_ops.unusable = stub_device_unusable; in stub_device_alloc()
|
| A D | vudc_dev.c | 580 ud->eh_ops.unusable = vudc_device_unusable; in init_vudc_hw()
|
| A D | vhci_hcd.c | 1122 vdev->ud.eh_ops.unusable = vhci_device_unusable; in vhci_device_init()
|
| /drivers/leds/ |
| A D | TODO | 18 No two LEDs have same name, so the names are probably unusable for the
|
| /drivers/gpu/drm/panthor/ |
| A D | panthor_mmu.c | 381 bool unusable; member 669 return vm->unusable; in panthor_vm_is_unusable() 2173 if (vm->unusable) { in panthor_vm_exec_op() 2192 vm->unusable = true; in panthor_vm_exec_op() 2486 if (vm->destroyed || vm->unusable) in panthor_vm_bind_job_create()
|
| /drivers/gpu/drm/msm/ |
| A D | msm_gem_vma.c | 185 vm->unusable = true; in msm_gem_vm_unusable() 649 int ret = vm->unusable ? -EINVAL : 0; in msm_vma_job_run() 1355 if (to_msm_vm(ctx->vm)->unusable) in msm_ioctl_vm_bind()
|
| A D | msm_gem.h | 152 bool unusable; member
|
| A D | msm_gem_submit.c | 566 if (to_msm_vm(ctx->vm)->unusable) in msm_ioctl_gem_submit()
|
| /drivers/net/ethernet/via/ |
| A 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/base/ |
| A D | Kconfig | 162 unusable. You should say N here unless you are explicitly looking to
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_os.c | 4239 INIT_LIST_HEAD(&ha->pool.unusable.head); in qla2x00_mem_alloc() 4241 ha->pool.unusable.count = 0; in qla2x00_mem_alloc() 4273 &ha->pool.unusable.head); in qla2x00_mem_alloc() 4274 ha->pool.unusable.count++; in qla2x00_mem_alloc() 4296 ha->pool.unusable.count); in qla2x00_mem_alloc() 4536 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head, in qla2x00_mem_alloc() 4544 ha->pool.unusable.count--; in qla2x00_mem_alloc() 4975 list_for_each_entry_safe(dsd, nxt, &ha->pool.unusable.head, in qla2x00_mem_free() 4983 ha->pool.unusable.count--; in qla2x00_mem_free()
|
| A D | qla_attr.c | 2359 ha->dif_bundle_dma_allocs, ha->pool.unusable.count); in qla2x00_dif_bundle_statistics_show()
|
| A D | qla_def.h | 4816 } unusable; member
|
| /drivers/acpi/ |
| A D | Kconfig | 611 in most cases even if ACPI is unusable or blacklisted.
|
Completed in 81 milliseconds