/drivers/crypto/nx/ |
D | nx-842.c | 186 if (slen % c->multiple) in compress() 187 adj_slen = round_up(slen, c->multiple); in compress() 211 if (dlen % c->multiple) in compress() 212 dlen = round_down(dlen, c->multiple); in compress() 217 dlen = round_down(dlen, c->multiple); in compress() 288 add_header = (p.iremain % c.multiple || in nx842_crypto_compress() 292 p.oremain % c.multiple || in nx842_crypto_compress() 370 if (slen % c->multiple) in decompress() 371 adj_slen = round_up(slen, c->multiple); in decompress() 390 if (dlen % c->multiple) in decompress() [all …]
|
D | nx-842-pseries.c | 37 .multiple = DDE_BUFFER_LAST_MULT, 50 if (*len % nx842_pseries_constraints.multiple) { in check_constraints() 53 nx842_pseries_constraints.multiple); in check_constraints() 56 *len = round_down(*len, nx842_pseries_constraints.multiple); in check_constraints()
|
D | nx-842.h | 129 int multiple; member
|
/drivers/mmc/host/ |
D | tmio_mmc_dma.c | 54 bool aligned = true, multiple = true; in tmio_mmc_start_dma_rx() local 61 multiple = false; in tmio_mmc_start_dma_rx() 67 (align & PAGE_MASK))) || !multiple) { in tmio_mmc_start_dma_rx() 130 bool aligned = true, multiple = true; in tmio_mmc_start_dma_tx() local 137 multiple = false; in tmio_mmc_start_dma_tx() 143 (align & PAGE_MASK))) || !multiple) { in tmio_mmc_start_dma_tx()
|
D | mmc_spi.c | 573 int multiple, in mmc_spi_setup_data_message() argument 591 if (multiple) in mmc_spi_setup_data_message() 642 if (multiple || direction == DMA_TO_DEVICE) { in mmc_spi_setup_data_message() 891 int multiple = (data->blocks > 1); in mmc_spi_data_do() local 899 mmc_spi_setup_data_message(host, multiple, direction); in mmc_spi_data_do() 966 if (!multiple) in mmc_spi_data_do() 993 if (direction == DMA_TO_DEVICE && multiple) { in mmc_spi_data_do()
|
/drivers/media/rc/img-ir/ |
D | img-ir-raw.c | 26 int multiple; in img_ir_refresh_raw() local 30 multiple = ((irq_status & IMG_IR_IRQ_EDGE) == IMG_IR_IRQ_EDGE); in img_ir_refresh_raw() 37 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw()
|
/drivers/gpu/vga/ |
D | Kconfig | 7 hard-decoded addresses as they did on ISA. When multiple PCI devices 18 multiple GPUS. The overhead for each GPU is very small.
|
/drivers/lguest/ |
D | Kconfig | 7 multiple instances of the same Linux kernel, using the
|
/drivers/iio/common/hid-sensors/ |
D | Kconfig | 13 There are many attributes which can be shared among multiple
|
/drivers/extcon/ |
D | Kconfig | 7 multiple states; i.e., an extcon that may have multiple
|
/drivers/powercap/ |
D | Kconfig | 10 of multiple control types that determine which settings may be exposed and
|
/drivers/staging/iio/Documentation/ |
D | trigger.txt | 21 trig->alloc_list which is useful for drivers that allocate multiple
|
/drivers/staging/fsl-mc/ |
D | TODO | 1 * Decide if multiple root fsl-mc buses will be supported per Linux instance,
|
/drivers/staging/gdm72xx/ |
D | Kconfig | 30 Enable support for transmitting multiple packets (packet
|
/drivers/staging/android/ |
D | TODO | 31 waiting threads. We should eventually use multiple queues and select the
|
D | Kconfig | 56 This option enables the framework for synchronization between multiple
|
/drivers/md/ |
D | Kconfig | 10 Support multiple physical spindles through a single logical device. 52 If you say Y here, then your multiple devices driver will be able to 65 If you say Y here, then your multiple devices driver will be able to 88 an error free MD (multiple device) to the higher levels of the 187 synchronization across multiple systems on the cluster, so all
|
/drivers/net/team/ |
D | Kconfig | 5 multiple ethernet devices.
|
/drivers/cpuidle/ |
D | Kconfig.arm | 25 multiple CPU idle drivers infrastructure.
|
/drivers/hwtracing/intel_th/ |
D | Kconfig | 5 produce, switch and output trace data from multiple hardware and
|
/drivers/mtd/ |
D | Kconfig | 29 RedBoot is a ROM monitor and bootloader which deals with multiple 118 multiple 'images'. Each such image has a header containing its name 319 data listed in multiple partitions was dangerous; however, SCSI does
|
/drivers/staging/lustre/ |
D | README.txt | 43 on multiple nodes).
|
/drivers/pci/ |
D | msi.c | 352 msgctl |= entry->msi_attrib.multiple << 4; in __pci_write_msi_msg() 446 control |= (entry->msi_attrib.multiple << 4) | PCI_MSI_FLAGS_ENABLE; in __pci_restore_msi_state() 591 entry->msi_attrib.multiple = ilog2(__roundup_pow_of_two(nvec)); in msi_setup_entry()
|
/drivers/nvdimm/ |
D | Kconfig | 12 memory resource that may span multiple DIMMs and support DAX
|
/drivers/power/ |
D | Kconfig | 355 bool "Battery charger manager for multiple chargers" 359 Say Y to enable charger-manager support, which allows multiple 360 chargers attached to a battery and multiple batteries attached to a
|