/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml_inline_defs.h | 131 unsigned int multiple, in dml_round_to_multiple() argument 136 if (multiple == 0) in dml_round_to_multiple() 139 remainder = num % multiple; in dml_round_to_multiple() 145 return (num + multiple - remainder); in dml_round_to_multiple()
|
/drivers/crypto/nx/ |
D | nx-842.c | 177 if (slen % c->multiple) in compress() 178 adj_slen = round_up(slen, c->multiple); in compress() 202 if (dlen % c->multiple) in compress() 203 dlen = round_down(dlen, c->multiple); in compress() 208 dlen = round_down(dlen, c->multiple); in compress() 279 add_header = (p.iremain % c.multiple || in nx842_crypto_compress() 283 p.oremain % c.multiple || in nx842_crypto_compress() 361 if (slen % c->multiple) in decompress() 362 adj_slen = round_up(slen, c->multiple); in decompress() 381 if (dlen % c->multiple) in decompress() [all …]
|
D | nx-842.h | 133 int multiple; member
|
D | nx-common-pseries.c | 49 .multiple = DDE_BUFFER_LAST_MULT, 62 if (*len % nx842_pseries_constraints.multiple) { in check_constraints() 65 nx842_pseries_constraints.multiple); in check_constraints() 68 *len = round_down(*len, nx842_pseries_constraints.multiple); in check_constraints()
|
/drivers/media/rc/img-ir/ |
D | img-ir-raw.c | 22 int multiple; in img_ir_refresh_raw() local 26 multiple = ((irq_status & IMG_IR_IRQ_EDGE) == IMG_IR_IRQ_EDGE); in img_ir_refresh_raw() 33 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw()
|
/drivers/net/ethernet/freescale/fman/ |
D | Kconfig | 24 read or write transactions into multiple smaller transactions 35 buffer in the SG list has data size that is not a multiple 39 stress with multiple ports injecting line-rate traffic.
|
/drivers/mmc/host/ |
D | renesas_sdhi_sys_dmac.c | 162 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local 169 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx() 175 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx() 234 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local 241 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx() 247 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
|
D | mmc_spi.c | 515 int multiple, in mmc_spi_setup_data_message() argument 530 if (multiple) in mmc_spi_setup_data_message() 573 if (multiple || direction == DMA_TO_DEVICE) { in mmc_spi_setup_data_message() 783 int multiple = (data->blocks > 1); in mmc_spi_data_do() local 788 mmc_spi_setup_data_message(host, multiple, direction); in mmc_spi_data_do() 833 if (!multiple) in mmc_spi_data_do() 857 if (direction == DMA_TO_DEVICE && multiple) { in mmc_spi_data_do()
|
/drivers/thermal/qcom/ |
D | Kconfig | 8 up in Sysfs as a thermal zone with multiple trip points. Disabling the 20 device. It shows up as a thermal zone with multiple trip points. 30 PMIC devices. It shows up in sysfs as a thermal sensor with multiple
|
/drivers/gpu/vga/ |
D | Kconfig | 8 hard-decoded addresses as they did on ISA. When multiple PCI devices 19 multiple GPUS. The overhead for each GPU is very small.
|
/drivers/phy/mediatek/ |
D | Kconfig | 13 it supports multiple usb2.0, usb3.0 ports, PCIe and 39 multiple USB2.0, USB3.1 GEN2 ports.
|
/drivers/staging/fieldbus/ |
D | TODO | 3 verification/sign-off by multiple users.
|
/drivers/mtd/parsers/ |
D | Kconfig | 76 that can have multiple "firmware" partitions. It takes care of 105 multiple 'images'. Each such image has a header containing its name 136 RedBoot is a ROM monitor and bootloader which deals with multiple
|
/drivers/pci/endpoint/functions/ |
D | Kconfig | 23 controller functionality using multiple PCIe endpoint instances.
|
/drivers/iio/common/hid-sensors/ |
D | Kconfig | 14 There are many attributes which can be shared among multiple
|
/drivers/misc/bcm-vk/ |
D | Kconfig | 11 multiple specific offload processing tasks in parallel.
|
/drivers/acpi/dptf/ |
D | Kconfig | 10 As a container for multiple power/thermal technologies, DPTF provides
|
/drivers/clk/baikal-t1/ |
D | Kconfig | 9 consists of multiple global clock domains, which can be reset by
|
/drivers/powercap/ |
D | Kconfig | 11 of multiple control types that determine which settings may be exposed and
|
/drivers/staging/greybus/tools/ |
D | README.loopback | 70 - Start and manage multiple loopback device tests concurrently. 71 - Calculate the aggregate results for multiple devices.
|
/drivers/extcon/ |
D | Kconfig | 8 multiple states; i.e., an extcon that may have multiple
|
/drivers/soc/fsl/qbman/ |
D | Kconfig | 10 sharing of networking interfaces and accelerators by multiple CPUs.
|
/drivers/net/team/ |
D | Kconfig | 6 multiple ethernet devices.
|
/drivers/nvme/host/ |
D | Kconfig | 25 even if it is accessible through multiple controllers.
|
/drivers/base/ |
D | Kconfig | 195 multiple drivers. A buffer is associated with a file using driver 205 lockup related problems for dma-buffers shared across multiple
|