Searched refs:operations (Results 1 – 25 of 57) sorted by relevance
123
/drivers/greybus/ |
D | connection.c | 188 INIT_LIST_HEAD(&connection->operations); in _gb_connection_create() 607 while (!list_empty(&connection->operations)) { in gb_connection_cancel_operations() 608 operation = list_last_entry(&connection->operations, in gb_connection_cancel_operations() 637 while (!list_empty(&connection->operations)) { in gb_connection_flush_incoming_operations() 639 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/dma/ptdma/ |
D | Kconfig | 10 memory and IO copy operations. It performs DMA transfer through
|
/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/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/misc/bcm-vk/ |
D | Kconfig | 12 Such offload tasks assist in such operations as video
|
/drivers/md/bcache/ |
D | Kconfig | 29 operations that get stuck.
|
/drivers/net/ethernet/hisilicon/ |
D | Kconfig | 99 operations. 140 devices and their associated operations.
|
/drivers/block/ |
D | sunvdc.c | 81 u64 operations; member 251 pkt->tag.stype, pkt->operations, in vdc_handle_attr() 276 port->operations = pkt->operations; in vdc_handle_attr() 581 if (!(((u64)1 << (u64)op) & port->operations)) in generic_request()
|
/drivers/crypto/ccp/ |
D | Kconfig | 20 which can be used to offload encryption operations such as SHA, AES
|
/drivers/usb/typec/ucsi/ |
D | Kconfig | 12 the ports and support basic operations like role swapping, the driver
|
/drivers/video/fbdev/omap/ |
D | Kconfig | 57 (SDRAM) this will speed up graphics DMA operations.
|
/drivers/ufs/core/ |
D | Kconfig | 36 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 | 50 operations as any other NAND Flash Array memory block.
|
/drivers/net/ethernet/qlogic/ |
D | Kconfig | 54 get operations support through rtNetlink interface. Only CEE
|
/drivers/rapidio/ |
D | Kconfig | 97 operations through selected RapidIO mport.
|
/drivers/mmc/core/ |
D | Kconfig | 91 operations on data being transferred to/from the device.
|
/drivers/infiniband/ |
D | Kconfig | 36 hardware for fast-path operations. You will also need
|
/drivers/cpuidle/ |
D | Kconfig.arm | 13 initialized by calling the CPU operations init idle hook
|
/drivers/scsi/mpt3sas/ |
D | Kconfig | 27 # programs or equipment, and unavailability or interruption of operations.
|
123