Searched refs:operations (Results 1 – 25 of 55) sorted by relevance
123
/drivers/greybus/ |
D | connection.c | 188 INIT_LIST_HEAD(&connection->operations); in _gb_connection_create() 610 while (!list_empty(&connection->operations)) { in gb_connection_cancel_operations() 611 operation = list_last_entry(&connection->operations, in gb_connection_cancel_operations() 640 while (!list_empty(&connection->operations)) { in gb_connection_flush_incoming_operations() 642 list_for_each_entry(operation, &connection->operations, in gb_connection_flush_incoming_operations()
|
/drivers/staging/clocking-wizard/ |
D | TODO | 4 - support for set_rate() operations (may benefit from Stephen Boyd's
|
/drivers/firmware/psci/ |
D | Kconfig | 10 suspend operations work correctly when using PSCI.
|
/drivers/staging/unisys/ |
D | TODO | 10 - upgrade/remove deprecated workqueue operations
|
/drivers/staging/greybus/Documentation/firmware/ |
D | firmware-management | 77 application and it can perform various 'ioctl' operations on the device. The 78 device doesn't support any read/write operations. 215 the userspace application and it can perform various 'ioctl' operations on the 216 device. The device doesn't support any read/write operations.
|
/drivers/md/bcache/ |
D | Kconfig | 28 operations that get stuck.
|
/drivers/dma/bestcomm/ |
D | Kconfig | 17 If you want to use drivers that require DMA operations,
|
/drivers/staging/fieldbus/Documentation/ABI/ |
D | fieldbus-dev-cdev | 9 The following file operations are supported:
|
/drivers/net/ethernet/hisilicon/ |
D | Kconfig | 97 operations. 136 devices and their associated operations.
|
/drivers/block/ |
D | sunvdc.c | 81 u64 operations; member 250 pkt->tag.stype, pkt->operations, in vdc_handle_attr() 275 port->operations = pkt->operations; in vdc_handle_attr() 580 if (!(((u64)1 << (u64)op) & port->operations)) in generic_request()
|
/drivers/crypto/ccp/ |
D | Kconfig | 21 which can be used to offload encryption operations such as SHA, AES
|
/drivers/video/fbdev/omap/ |
D | Kconfig | 57 (SDRAM) this will speed up graphics DMA operations.
|
/drivers/usb/typec/ucsi/ |
D | Kconfig | 11 the ports and support basic operations like role swapping, the driver
|
/drivers/staging/greybus/tools/ |
D | README.loopback | 25 async - Use asynchronous operations. 94 -o Timeout - Timeout in microseconds for async operations.
|
/drivers/scsi/ufs/ |
D | Kconfig | 30 # and unavailability or interruption of operations. Under no 161 operations on data being transferred to/from the device.
|
/drivers/scsi/smartpqi/ |
D | Kconfig | 29 # programs or equipment, and unavailability or interruption of operations.
|
/drivers/sbus/char/ |
D | Kconfig | 73 a coprocessor that performs database operations in hardware.
|
/drivers/mtd/nand/onenand/ |
D | Kconfig | 51 operations as any other NAND Flash Array memory block.
|
/drivers/cpuidle/ |
D | Kconfig.arm | 13 initialized by calling the CPU operations init idle hook
|
/drivers/net/ethernet/qlogic/ |
D | Kconfig | 54 get operations support through rtNetlink interface. Only CEE
|
/drivers/dma/ |
D | Kconfig | 13 RAID operations in the MD driver. This menu only presents 400 operations, and is available on Marvell Armada 7K and 8K 681 memcpy, memset, xor, and raid6 p+q operations. If your platform has 682 a dma engine that can perform raid operations and you have enabled
|
/drivers/rapidio/ |
D | Kconfig | 97 operations through selected RapidIO mport.
|
/drivers/infiniband/ |
D | Kconfig | 36 hardware for fast-path operations. You will also need
|
/drivers/scsi/mpt3sas/ |
D | Kconfig | 27 # programs or equipment, and unavailability or interruption of operations.
|
/drivers/perf/ |
D | Kconfig | 129 Extension, which provides periodic sampling of operations in
|
123