| /Linux-v5.4/fs/nilfs2/ |
| D | direct.c | 17 static inline __le64 *nilfs_direct_dptrs(const struct nilfs_bmap *direct) in nilfs_direct_dptrs() argument 20 ((struct nilfs_direct_node *)direct->b_u.u_data + 1); in nilfs_direct_dptrs() 24 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr() argument 26 return le64_to_cpu(*(nilfs_direct_dptrs(direct) + key)); in nilfs_direct_get_ptr() 29 static inline void nilfs_direct_set_ptr(struct nilfs_bmap *direct, in nilfs_direct_set_ptr() argument 32 *(nilfs_direct_dptrs(direct) + key) = cpu_to_le64(ptr); in nilfs_direct_set_ptr() 35 static int nilfs_direct_lookup(const struct nilfs_bmap *direct, in nilfs_direct_lookup() argument 42 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup() 50 static int nilfs_direct_lookup_contig(const struct nilfs_bmap *direct, in nilfs_direct_lookup_contig() argument 61 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup_contig() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/input/ |
| D | pxa27x-keypad.txt | 9 is debounce interval for direct key and bit[15:0] is debounce 16 - marvell,direct-key-count : How many direct keyes are used. 17 - marvell,direct-key-mask : The mask indicates which keyes 18 are used. If bit[X] of the mask is set, the direct key X 20 - marvell,direct-key-low-active : Direct key status register 21 tells the level of pins that connects to the direct keyes. 24 - marvell,direct-key-map : It is a u16 array. Each item indicates 25 the linux key-code for the direct key. 57 marvell,direct-key-count = <1>; 58 marvell,direct-key-map = <0x001c>;
|
| /Linux-v5.4/samples/seccomp/ |
| D | Makefile | 3 hostprogs-y := bpf-fancy dropper bpf-direct user-trap 15 HOSTCFLAGS_bpf-direct.o += -I$(objtree)/usr/include 16 HOSTCFLAGS_bpf-direct.o += -idirafter $(objtree)/include 17 bpf-direct-objs := bpf-direct.o 33 HOSTCFLAGS_bpf-direct.o += $(MFLAG) 38 HOSTLDLIBS_bpf-direct += $(MFLAG)
|
| /Linux-v5.4/drivers/hwmon/pmbus/ |
| D | max34440.c | 250 .format[PSC_VOLTAGE_IN] = direct, 251 .format[PSC_VOLTAGE_OUT] = direct, 252 .format[PSC_TEMPERATURE] = direct, 253 .format[PSC_CURRENT_OUT] = direct, 292 .format[PSC_VOLTAGE_IN] = direct, 293 .format[PSC_VOLTAGE_OUT] = direct, 294 .format[PSC_TEMPERATURE] = direct, 295 .format[PSC_CURRENT_OUT] = direct, 296 .format[PSC_FAN] = direct, 335 .format[PSC_VOLTAGE_IN] = direct, [all …]
|
| D | isl68137.c | 108 .format[PSC_VOLTAGE_IN] = direct, 109 .format[PSC_VOLTAGE_OUT] = direct, 110 .format[PSC_CURRENT_IN] = direct, 111 .format[PSC_CURRENT_OUT] = direct, 112 .format[PSC_POWER] = direct, 113 .format[PSC_TEMPERATURE] = direct,
|
| D | ltc3815.c | 147 .format[PSC_VOLTAGE_IN] = direct, 148 .format[PSC_VOLTAGE_OUT] = direct, 149 .format[PSC_CURRENT_IN] = direct, 150 .format[PSC_CURRENT_OUT] = direct, 151 .format[PSC_TEMPERATURE] = direct,
|
| D | max8688.c | 141 .format[PSC_VOLTAGE_IN] = direct, 142 .format[PSC_VOLTAGE_OUT] = direct, 143 .format[PSC_TEMPERATURE] = direct, 144 .format[PSC_CURRENT_OUT] = direct,
|
| D | max16064.c | 66 .format[PSC_VOLTAGE_IN] = direct, 67 .format[PSC_VOLTAGE_OUT] = direct, 68 .format[PSC_TEMPERATURE] = direct,
|
| D | max31785.c | 256 .format[PSC_FAN] = direct, 261 .format[PSC_PWM] = direct, 272 .format[PSC_TEMPERATURE] = direct, 288 .format[PSC_VOLTAGE_OUT] = direct,
|
| D | lm25066.c | 435 info->format[PSC_VOLTAGE_IN] = direct; in lm25066_probe() 436 info->format[PSC_VOLTAGE_OUT] = direct; in lm25066_probe() 437 info->format[PSC_CURRENT_IN] = direct; in lm25066_probe() 438 info->format[PSC_TEMPERATURE] = direct; in lm25066_probe() 439 info->format[PSC_POWER] = direct; in lm25066_probe()
|
| /Linux-v5.4/Documentation/devicetree/bindings/spi/ |
| D | spi-orion.txt | 13 the SPI direct access mode that some of the Marvell SoCs support 43 Example with SPI direct mode support (optionally): 61 To enable the direct mode, the board specific 'ranges' property in the 63 and its chip-selects that are used in the direct mode instead of PIO 65 controller 1, device 2 are used in direct mode. All other SPI device 69 * Enable the SPI direct access by configuring an entry
|
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_alloc.c | 167 dma_free_coherent(dev, size, buf->direct.buf, buf->direct.map); in hns_roce_buf_free() 199 buf->direct.buf = dma_alloc_coherent(dev, size, &t, in hns_roce_buf_alloc() 201 if (!buf->direct.buf) in hns_roce_buf_alloc() 204 buf->direct.map = t; in hns_roce_buf_alloc() 257 bufs[total++] = buf->direct.map + in hns_roce_get_kmem_bufs()
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | intel_mid_thermal.c | 78 int direct; member 119 static int adc_to_temp(int direct, uint16_t adc_val, int *tp) in adc_to_temp() argument 124 if (direct) { in adc_to_temp() 199 ret = adc_to_temp(td_info->direct, adc_val, &curr_temp); in mid_read_temp() 398 td_info->direct = 1; in initialize_sensor()
|
| /Linux-v5.4/drivers/infiniband/hw/mthca/ |
| D | mthca_allocator.c | 210 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev, in mthca_buf_alloc() 212 if (!buf->direct.buf) in mthca_buf_alloc() 215 dma_unmap_addr_set(&buf->direct, mapping, t); in mthca_buf_alloc() 293 dma_free_coherent(&dev->pdev->dev, size, buf->direct.buf, in mthca_buf_free() 294 dma_unmap_addr(&buf->direct, mapping)); in mthca_buf_free()
|
| /Linux-v5.4/drivers/iio/frequency/ |
| D | Kconfig | 19 Clock Generator. The driver provides direct access via sysfs. 37 Wideband Synthesizers. The driver provides direct access via sysfs. 48 Wideband Synthesizers. The driver provides direct access via sysfs.
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-kernel-iommu_groups | 23 output direct-mapped, MSI, non mappable regions. Each 33 it is now exposed as "direct-relaxable" instead of "direct".
|
| /Linux-v5.4/arch/x86/pci/ |
| D | Makefile | 5 obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_$(BITS).o direct.o mmconfig-shared.o 6 obj-$(CONFIG_PCI_DIRECT) += direct.o
|
| /Linux-v5.4/drivers/dax/ |
| D | Kconfig | 7 tristate "DAX: direct access to differentiated memory" 14 tristate "Device DAX: direct access mapping device" 25 tristate "PMEM DAX: direct access to persistent memory"
|
| /Linux-v5.4/drivers/staging/iio/frequency/ |
| D | Kconfig | 12 AD9832 and AD9835, provides direct access via sysfs. 22 AD9833, AD9834, AD9837 and AD9838, provides direct access via sysfs.
|
| /Linux-v5.4/drivers/staging/iio/cdc/ |
| D | Kconfig | 12 (ad7150, ad7151, ad7156) Provides direct access via sysfs. 22 (AD7745, AD7746, AD7747) Provides direct access via sysfs.
|
| /Linux-v5.4/arch/x86/mm/ |
| D | init_64.c | 959 bool direct) in remove_pte_table() argument 989 if (!direct) in remove_pte_table() 1024 if (direct) in remove_pte_table() 1030 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() argument 1047 if (!direct) in remove_pmd_table() 1075 remove_pte_table(pte_base, addr, next, direct); in remove_pmd_table() 1080 if (direct) in remove_pmd_table() 1086 struct vmem_altmap *altmap, bool direct) in remove_pud_table() argument 1103 if (!direct) in remove_pud_table() 1131 remove_pmd_table(pmd_base, addr, next, direct, altmap); in remove_pud_table() [all …]
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | hw.h | 34 u8 direct); 35 u32 rtl92de_read_dword_dbi(struct ieee80211_hw *hw, u16 offset, u8 direct);
|
| /Linux-v5.4/drivers/iio/resolver/ |
| D | Kconfig | 12 to digital converters, ad2s90, provides direct access via sysfs. 23 to digital converters, ad2s1200 and ad2s1205, provides direct access
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | fuse-io.txt | 3 - direct-io 8 The direct-io mode can be selected with the FOPEN_DIRECT_IO flag in the 11 In direct-io mode the page cache is completely bypassed for reads and writes.
|
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_aead.c | 773 unsigned int *seq_size, int direct) in cc_proc_authen_desc() argument 786 (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_proc_authen_desc() 790 (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_proc_authen_desc() 810 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_proc_authen_desc() 890 int direct = req_ctx->gen_ctx.op_type; in cc_proc_digest_desc() local 893 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_proc_digest_desc() 939 int direct = req_ctx->gen_ctx.op_type; in cc_set_cipher_desc() local 943 set_cipher_config0(&desc[idx], direct); in cc_set_cipher_desc() 956 set_cipher_config0(&desc[idx], direct); in cc_set_cipher_desc() 979 int direct = req_ctx->gen_ctx.op_type; in cc_proc_cipher() local [all …]
|