/Linux-v5.4/sound/usb/ |
D | Kconfig | 55 tristate "Native Instruments USB audio devices" 63 * Native Instruments RigKontrol2 64 * Native Instruments RigKontrol3 65 * Native Instruments Kore Controller 66 * Native Instruments Kore Controller 2 67 * Native Instruments Audio Kontrol 1 68 * Native Instruments Audio 2 DJ 69 * Native Instruments Audio 4 DJ 70 * Native Instruments Audio 8 DJ 71 * Native Instruments Traktor Audio 2 [all …]
|
/Linux-v5.4/drivers/rpmsg/ |
D | qcom_glink_smem.c | 37 struct qcom_glink_pipe native; member 47 #define to_smem_pipe(p) container_of(p, struct glink_smem_pipe, native) 67 pipe->native.length = len; in glink_smem_rx_avail() 74 return pipe->native.length - tail + head; in glink_smem_rx_avail() 88 if (tail >= pipe->native.length) in glink_smem_rx_peak() 89 tail -= pipe->native.length; in glink_smem_rx_peak() 91 len = min_t(size_t, count, pipe->native.length - tail); in glink_smem_rx_peak() 108 if (tail > pipe->native.length) in glink_smem_rx_advance() 109 tail -= pipe->native.length; in glink_smem_rx_advance() 125 avail = pipe->native.length - head + tail; in glink_smem_tx_avail() [all …]
|
D | qcom_glink_rpm.c | 32 #define to_rpm_pipe(p) container_of(p, struct glink_rpm_pipe, native) 48 struct qcom_glink_pipe native; member 66 return pipe->native.length - tail + head; in glink_rpm_rx_avail() 80 if (tail >= pipe->native.length) in glink_rpm_rx_peak() 81 tail -= pipe->native.length; in glink_rpm_rx_peak() 83 len = min_t(size_t, count, pipe->native.length - tail); in glink_rpm_rx_peak() 104 if (tail >= pipe->native.length) in glink_rpm_rx_advance() 105 tail -= pipe->native.length; in glink_rpm_rx_advance() 120 return pipe->native.length - head + tail; in glink_rpm_tx_avail() 131 len = min_t(size_t, count, pipe->native.length - head); in glink_rpm_tx_write_one() [all …]
|
/Linux-v5.4/fs/nls/ |
D | Kconfig | 3 # Native language support configuration 7 tristate "Native language support" 9 The base Native Language Support. A number of filesystems 11 as the ability of some filesystems to use native languages 44 native language character sets. These character sets are stored 56 native language character sets. These character sets are stored 68 native language character sets. These character sets are stored 81 native language character sets. These character sets are stored in 97 native language character sets. These character sets are stored in 112 native language character sets. These character sets are stored in [all …]
|
/Linux-v5.4/drivers/misc/cxl/ |
D | native.c | 227 afu->native->spa_order = -1; in cxl_alloc_spa() 229 afu->native->spa_order++; in cxl_alloc_spa() 230 spa_size = (1 << afu->native->spa_order) * PAGE_SIZE; in cxl_alloc_spa() 234 afu->native->spa_max_procs, afu->native->spa_size); in cxl_alloc_spa() 236 afu->num_procs = afu->native->spa_max_procs; in cxl_alloc_spa() 240 afu->native->spa_size = spa_size; in cxl_alloc_spa() 241 afu->native->spa_max_procs = spa_max_procs(afu->native->spa_size); in cxl_alloc_spa() 242 } while (afu->native->spa_max_procs < afu->num_procs); in cxl_alloc_spa() 244 if (!(afu->native->spa = (struct cxl_process_element *) in cxl_alloc_spa() 245 __get_free_pages(GFP_KERNEL | __GFP_ZERO, afu->native->spa_order))) { in cxl_alloc_spa() [all …]
|
D | pci.c | 89 #define AFUD_READ(afu, off) in_be64(afu->native->afu_desc_mmio + off) 90 #define AFUD_READ_LE(afu, off) in_le64(afu->native->afu_desc_mmio + off) 544 adapter->native->no_data_cache = true; in init_implementation_adapter_regs_psl9() 627 if (adapter->native->sl_ops->write_timebase_ctrl) in cxl_setup_psl_timebase() 628 adapter->native->sl_ops->write_timebase_ctrl(adapter); in cxl_setup_psl_timebase() 790 afu->psn_phys = p2_base(dev) + (adapter->native->ps_off + (afu->slice * adapter->ps_size)); in pci_map_slice_regs() 791 …afu_desc = p2_base(dev) + adapter->native->afu_desc_off + (afu->slice * adapter->native->afu_desc_… in pci_map_slice_regs() 793 if (!(afu->native->p1n_mmio = ioremap(p1n_base, p1n_size))) in pci_map_slice_regs() 798 if (!(afu->native->afu_desc_mmio = ioremap(afu_desc, adapter->native->afu_desc_size))) in pci_map_slice_regs() 806 iounmap(afu->native->p1n_mmio); in pci_map_slice_regs() [all …]
|
/Linux-v5.4/drivers/xen/ |
D | xen-stub.c | 32 /* same name as native memory driver to block native loaded */ 43 /* just reserve space for Xen, block native driver loaded */ in xen_stub_memory_device_init() 67 /* same name as native processor driver to block native loaded */ 78 /* just reserve space for Xen, block native driver loaded */ in xen_stub_processor_init()
|
/Linux-v5.4/tools/testing/selftests/seccomp/ |
D | seccomp_benchmark.c | 71 unsigned long long native, filtered; in main() local 80 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main() 81 printf("getpid native: %llu ns\n", native); in main() 93 filtered - native); in main() 95 if (filtered == native) in main()
|
/Linux-v5.4/sound/usb/caiaq/ |
D | device.c | 29 MODULE_SUPPORTED_DEVICE("{{Native Instruments,RigKontrol2}," 30 "{Native Instruments,RigKontrol3}," 31 "{Native Instruments,Kore Controller}," 32 "{Native Instruments,Kore Controller 2}," 33 "{Native Instruments,Audio Kontrol 1}," 34 "{Native Instruments,Audio 2 DJ}," 35 "{Native Instruments,Audio 4 DJ}," 36 "{Native Instruments,Audio 8 DJ}," 37 "{Native Instruments,Traktor Audio 2}," 38 "{Native Instruments,Session I/O}," [all …]
|
/Linux-v5.4/arch/mips/boot/dts/brcm/ |
D | bcm7346.dtsi | 82 native-endian; 126 native-endian; 139 native-endian; 151 native-endian; 163 native-endian; 321 native-endian; 330 native-endian; 340 native-endian; 349 native-endian; 359 native-endian; [all …]
|
D | bcm7125.dtsi | 82 native-endian; 109 native-endian; 122 native-endian; 134 native-endian; 146 native-endian; 223 native-endian; 232 native-endian;
|
D | bcm7358.dtsi | 76 native-endian; 120 native-endian; 133 native-endian; 145 native-endian; 157 native-endian; 294 native-endian; 303 native-endian;
|
D | bcm7425.dtsi | 82 native-endian; 128 native-endian; 320 native-endian; 329 native-endian; 339 native-endian; 348 native-endian; 358 native-endian; 367 native-endian; 377 native-endian; 386 native-endian;
|
D | bcm7435.dtsi | 95 native-endian; 143 native-endian; 335 native-endian; 344 native-endian; 354 native-endian; 363 native-endian; 373 native-endian; 382 native-endian; 392 native-endian; 401 native-endian;
|
/Linux-v5.4/lib/ |
D | percpu_test.c | 4 /* validate @native and @pcp counter values match @expected */ 5 #define CHECK(native, pcp, expected) \ argument 7 WARN((native) != (expected), \ 9 (native), (native), \
|
/Linux-v5.4/arch/x86/xen/ |
D | pci-swiotlb-xen.c | 42 /* If we are running under Xen, we MUST disable the native SWIOTLB. in pci_xen_swiotlb_detect() 43 * Don't worry about swiotlb_force flag activating the native, as in pci_xen_swiotlb_detect() 48 /* pci_swiotlb_detect_4gb turns on native SWIOTLB if no_iommu == 0 in pci_xen_swiotlb_detect() 50 * Considering that PV guests do not want the *native SWIOTLB* but in pci_xen_swiotlb_detect()
|
/Linux-v5.4/drivers/gpu/drm/msm/edp/ |
D | edp_aux.c | 37 bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in edp_msg_fifo_tx() local 71 if (!native) /* i2c */ in edp_msg_fifo_tx() 116 bool native = msg->request & (DP_AUX_NATIVE_WRITE & DP_AUX_NATIVE_READ); in edp_aux_transfer() local 121 msg->reply = native ? in edp_aux_transfer() 127 if ((native && (msg->size > AUX_CMD_NATIVE_MAX)) || in edp_aux_transfer() 166 msg->reply = native ? in edp_aux_transfer() 170 msg->reply = native ? in edp_aux_transfer()
|
/Linux-v5.4/arch/powerpc/sysdev/ |
D | dcr.c | 40 return dcr_map_ok_native(host.host.native); in dcr_map_ok_generic() 66 if (!strcmp(prop, "native")) { in dcr_map_generic() 68 host.host.native = dcr_map_native(dev, dcr_n, dcr_c); in dcr_map_generic() 82 dcr_unmap_native(host.host.native, dcr_c); in dcr_unmap_generic() 93 return dcr_read_native(host.host.native, dcr_n); in dcr_read_generic() 105 dcr_write_native(host.host.native, dcr_n, value); in dcr_write_generic()
|
/Linux-v5.4/include/linux/platform_data/ |
D | spi-imx.h | 12 * native SS1 line of the CSPI. Omitting the array will use 13 * all native chip selects. 26 * otherwise the number of native chip selects.
|
/Linux-v5.4/include/linux/mlx4/ |
D | cmd.h | 270 u16 op, unsigned long timeout, int native); 275 int native) in mlx4_cmd() argument 278 op_modifier, op, timeout, native); in mlx4_cmd() 284 unsigned long timeout, int native) in mlx4_cmd_box() argument 287 op_modifier, op, timeout, native); in mlx4_cmd_box() 297 unsigned long timeout, int native) in mlx4_cmd_imm() argument 300 op_modifier, op, timeout, native); in mlx4_cmd_imm()
|
/Linux-v5.4/Documentation/devicetree/bindings/gpio/ |
D | brcm,bcm6345-gpio.txt | 24 - native-endian: use native endian memory. 42 native-endian;
|
/Linux-v5.4/arch/ia64/hp/common/ |
D | aml_nfw.c | 3 * OpRegion handler to allow AML to call native firmware 13 * ACPI does not define a mechanism for AML methods to call native firmware 15 * After the handler is installed, an AML method can call native firmware by 28 MODULE_DESCRIPTION("ACPI opregion handler for native firmware calls"); 201 .name = "native firmware",
|
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | display-timing.txt | 11 - native-mode: The native mode for the display, in case multiple modes are 12 provided. When omitted, assume the first node is the native. 54 for displays. If a display supports multiple signal timings, the native-mode 91 native-mode = <&timing0>;
|
/Linux-v5.4/include/drm/ |
D | drm_dsc.h | 250 * @native_422: True if Native 4:2:2 supported, else false 254 * @native_420: True if Native 4:2:0 supported else false. 259 * Additional bits/grp for seconnd line of slice for native 4:2:0 270 * Offset adjustment for second line in Native 4:2:0 mode 510 * PPS88[0] - 0 = Native 4:2:2 not used 511 * 1 = Native 4:2:2 used 512 * PPS88[1] - 0 = Native 4:2:0 not use 513 * 1 = Native 4:2:0 used 520 * second line of a slice in Native 4:2:0 mode. 534 * line in Native 4:2:0 mode.
|
/Linux-v5.4/drivers/acpi/ |
D | video_detect.c | 56 if (!strcmp("native", acpi_video_backlight_string)) in acpi_video_parse_cmdline() 155 * native backlight causes a regression where backlight does not work 193 /* The native backlight controls do not work on some older machines */ 286 /* Non win8 machines which need native backlight nevertheless */ 362 /* A raw bl registering may change video -> native */ in acpi_video_backlight_notify() 377 * 2) Is this a win8 "ready" BIOS and do we have a native interface -> 378 * yes, use a native interface 381 * Arguably the native on win8 check should be done first, but that would
|