Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/Linux-v4.19/fs/nilfs2/
Ddirect.c17 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-v4.19/samples/seccomp/
DMakefile3 hostprogs-$(CONFIG_SAMPLE_SECCOMP) := bpf-fancy dropper bpf-direct
15 HOSTCFLAGS_bpf-direct.o += -I$(objtree)/usr/include
16 HOSTCFLAGS_bpf-direct.o += -idirafter $(objtree)/include
17 bpf-direct-objs := bpf-direct.o
29 HOSTCFLAGS_bpf-direct.o += $(MFLAG)
33 HOSTLDLIBS_bpf-direct += $(MFLAG)
/Linux-v4.19/Documentation/devicetree/bindings/input/
Dpxa27x-keypad.txt9 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-v4.19/drivers/hwmon/pmbus/
Dmax34440.c263 .format[PSC_VOLTAGE_IN] = direct,
264 .format[PSC_VOLTAGE_OUT] = direct,
265 .format[PSC_TEMPERATURE] = direct,
266 .format[PSC_CURRENT_OUT] = direct,
305 .format[PSC_VOLTAGE_IN] = direct,
306 .format[PSC_VOLTAGE_OUT] = direct,
307 .format[PSC_TEMPERATURE] = direct,
308 .format[PSC_CURRENT_OUT] = direct,
309 .format[PSC_FAN] = direct,
348 .format[PSC_VOLTAGE_IN] = direct,
[all …]
Dltc3815.c156 .format[PSC_VOLTAGE_IN] = direct,
157 .format[PSC_VOLTAGE_OUT] = direct,
158 .format[PSC_CURRENT_IN] = direct,
159 .format[PSC_CURRENT_OUT] = direct,
160 .format[PSC_TEMPERATURE] = direct,
Dmax8688.c154 .format[PSC_VOLTAGE_IN] = direct,
155 .format[PSC_VOLTAGE_OUT] = direct,
156 .format[PSC_TEMPERATURE] = direct,
157 .format[PSC_CURRENT_OUT] = direct,
Dmax16064.c79 .format[PSC_VOLTAGE_IN] = direct,
80 .format[PSC_VOLTAGE_OUT] = direct,
81 .format[PSC_TEMPERATURE] = direct,
Dmax31785.c262 .format[PSC_FAN] = direct,
267 .format[PSC_PWM] = direct,
278 .format[PSC_TEMPERATURE] = direct,
294 .format[PSC_VOLTAGE_OUT] = direct,
Dlm25066.c433 info->format[PSC_VOLTAGE_IN] = direct; in lm25066_probe()
434 info->format[PSC_VOLTAGE_OUT] = direct; in lm25066_probe()
435 info->format[PSC_CURRENT_IN] = direct; in lm25066_probe()
436 info->format[PSC_TEMPERATURE] = direct; in lm25066_probe()
437 info->format[PSC_POWER] = direct; in lm25066_probe()
/Linux-v4.19/Documentation/devicetree/bindings/spi/
Dspi-orion.txt13 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-v4.19/drivers/dax/
DKconfig6 tristate "DAX: direct access to differentiated memory"
13 tristate "Device DAX: direct access mapping device"
24 tristate "PMEM DAX: direct access to persistent memory"
/Linux-v4.19/drivers/infiniband/hw/mthca/
Dmthca_allocator.c210 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()
217 memset(buf->direct.buf, 0, size); in mthca_buf_alloc()
295 dma_free_coherent(&dev->pdev->dev, size, buf->direct.buf, in mthca_buf_free()
296 dma_unmap_addr(&buf->direct, mapping)); in mthca_buf_free()
/Linux-v4.19/drivers/staging/iio/cdc/
DKconfig11 (ad7150, ad7151, ad7156) Provides direct access via sysfs.
21 (ad7152, ad7153) Provides direct access via sysfs.
31 (AD7745, AD7746, AD7747) Provides direct access via sysfs.
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_alloc.c167 dma_free_coherent(dev, size, buf->direct.buf, buf->direct.map); in hns_roce_buf_free()
200 buf->direct.buf = dma_zalloc_coherent(dev, in hns_roce_buf_alloc()
202 if (!buf->direct.buf) in hns_roce_buf_alloc()
205 buf->direct.map = t; in hns_roce_buf_alloc()
/Linux-v4.19/drivers/platform/x86/
Dintel_mid_thermal.c94 int direct; member
135 static int adc_to_temp(int direct, uint16_t adc_val, int *tp) in adc_to_temp() argument
140 if (direct) { in adc_to_temp()
215 ret = adc_to_temp(td_info->direct, adc_val, &curr_temp); in mid_read_temp()
414 td_info->direct = 1; in initialize_sensor()
/Linux-v4.19/arch/x86/mm/
Dinit_64.c899 bool direct) in remove_pte_table() argument
929 if (!direct) in remove_pte_table()
964 if (direct) in remove_pte_table()
970 bool direct, struct vmem_altmap *altmap) in remove_pmd_table() argument
987 if (!direct) in remove_pmd_table()
1015 remove_pte_table(pte_base, addr, next, direct); in remove_pmd_table()
1020 if (direct) in remove_pmd_table()
1026 struct vmem_altmap *altmap, bool direct) in remove_pud_table() argument
1043 if (!direct) in remove_pud_table()
1071 remove_pmd_table(pmd_base, addr, next, direct, altmap); in remove_pud_table()
[all …]
/Linux-v4.19/arch/x86/pci/
DMakefile5 obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_$(BITS).o direct.o mmconfig-shared.o
6 obj-$(CONFIG_PCI_DIRECT) += direct.o
/Linux-v4.19/drivers/staging/iio/frequency/
DKconfig11 AD9832 and AD9835, provides direct access via sysfs.
21 AD9833, AD9834, AD9837 and AD9838, provides direct access via sysfs.
/Linux-v4.19/drivers/staging/iio/resolver/
DKconfig11 to digital converters, ad2s90, provides direct access via sysfs.
22 to digital converters, ad2s1210, provides direct access via sysfs.
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dhw.h56 u8 direct);
57 u32 rtl92de_read_dword_dbi(struct ieee80211_hw *hw, u16 offset, u8 direct);
/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c754 unsigned int *seq_size, int direct) in cc_proc_authen_desc() argument
767 (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_proc_authen_desc()
771 (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) ? in cc_proc_authen_desc()
791 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_proc_authen_desc()
871 int direct = req_ctx->gen_ctx.op_type; in cc_proc_digest_desc() local
874 if (direct == DRV_CRYPTO_DIRECTION_ENCRYPT) { in cc_proc_digest_desc()
920 int direct = req_ctx->gen_ctx.op_type; in cc_set_cipher_desc() local
924 set_cipher_config0(&desc[idx], direct); in cc_set_cipher_desc()
937 set_cipher_config0(&desc[idx], direct); in cc_set_cipher_desc()
960 int direct = req_ctx->gen_ctx.op_type; in cc_proc_cipher() local
[all …]
/Linux-v4.19/Documentation/x86/x86_64/
Dmm.txt7 ffff880000000000 - ffffc7ffffffffff (=64 TB) direct mapping of all phys. memory
33 ff10000000000000 - ff8fffffffffffff (=55 bits) direct mapping of all phys. memory
60 The direct mapping covers all memory in the system up to the highest
73 Note that if CONFIG_RANDOMIZE_MEMORY is enabled, the direct mapping of all
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dmtd-physmap.txt19 - no-unaligned-direct-access: boolean to disable the default direct
21 On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause
24 By defining "no-unaligned-direct-access", the flash will not be
/Linux-v4.19/Documentation/filesystems/
Dfuse-io.txt3 - 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-v4.19/drivers/iio/frequency/
DKconfig18 Clock Generator. The driver provides direct access via sysfs.
36 Wideband Synthesizers. The driver provides direct access via sysfs.

12345678910>>...16