Home
last modified time | relevance | path

Searched refs:FD (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/scripts/
Dextract-sys-certs.pl26 open FD, "objdump -h $vmlinux |" || die $vmlinux;
27 my @lines = <FD>;
28 close(FD) || die $vmlinux;
57 open FD, "nm $vmlinux 2>/dev/null |" || die $vmlinux;
58 @lines = <FD>;
59 close(FD) || die $vmlinux;
83 open FD, "<$sysmap" || die $sysmap;
84 @lines = <FD>;
85 close(FD) || die $sysmap;
103 open FD, "<$vmlinux" || die $vmlinux;
[all …]
Dextract-module-sig.pl30 open FD, "<$modfile" || die $modfile;
31 binmode(FD);
32 my @st = stat(FD);
35 my $len = sysread(FD, $buf, $st[7]);
38 close(FD) || die $modfile;
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c49 CRTC_REG_UPDATE_N(reg, 1, FD(reg##__##field), val)
52 CRTC_REG_UPDATE_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2)
55 …CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3…
58 …CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3…
61 …REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), va…
64 CRTC_REG_SET_N(reg, 1, FD(reg##__##field), val)
67 CRTC_REG_SET_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2)
70 …CRTC_REG_SET_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), …
265 FD(DCP0_DCP_GSL_CONTROL__DCP_GSL0_EN), 1, in dce120_timing_generator_setup_global_swap_lock()
266 FD(DCP0_DCP_GSL_CONTROL__DCP_GSL_MASTER_EN), gsl_params->gsl_master == tg->inst, in dce120_timing_generator_setup_global_swap_lock()
[all …]
/Linux-v4.19/drivers/net/can/peak_canfd/
DKconfig3 tristate "PEAK-System PCAN-PCIe FD cards"
5 This driver adds support for the PEAK-System PCI Express FD
6 CAN-FD cards family.
7 These 1x or 2x CAN-FD channels cards offer CAN 2.0 a/b as well as
8 CAN-FD access to the CAN bus. Besides the nominal bitrate of up to
9 1 Mbit/s, the data bytes of CAN-FD frames can be transmitted with
12 disturbances of up to 500 Volts. The PCAN-PCI Express FD can be
/Linux-v4.19/Documentation/devicetree/bindings/net/can/
Dxilinx_can.txt8 - "xlnx,canfd-1.0" for CAN FD controllers
15 - "can_clk", "s_axi_aclk" (For AXI CAN and CAN FD).
19 - rx-fifo-depth : Can Rx fifo depth (Zynq, Axi CAN, CAN FD in
21 - tx-mailbox-count : Can Tx mailbox buffer count (CAN FD).
22 - rx-mailbox-count : Can Rx mailbox buffer count (CAN FD in mailbox Rx
50 For CAN FD Dts file:
Dcan-transceiver.txt4 CAN transceiver typically limits the max speed in standard CAN and CAN FD
11 speed that CAN/CAN-FD can run. Any other value
Drcar_canfd.txt1 Renesas R-Car CAN FD controller Device Tree Bindings
16 - reg: physical base address and size of the R-Car CAN FD register map.
32 CAN and CAN FD controller at the same time. It needs to be scaled to maximum
40 The controller can operate in either CAN FD only mode (default) or
Dm_can.txt48 that can be used for CAN/CAN-FD modes. See
Drcar_can.txt34 and can be used by both CAN and CAN FD controller at the same time. It needs to
/Linux-v4.19/drivers/net/can/usb/
DKconfig89 tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
92 access to the CAN bus, with repect to the CAN 2.0b and/or CAN-FD
97 PCAN-USB FD single CAN-FD channel USB adapter
98 PCAN-USB Pro FD dual CAN-FD channels USB adapter
99 PCAN-Chip USB CAN-FD to USB stamp module
100 PCAN-USB X6 6 CAN-FD channels USB adapter
/Linux-v4.19/tools/testing/selftests/android/ion/
DREADME10 It uses unix domain socket (with SCM_RIGHTS) as IPC to transfer an FD to
26 the heap id, writing some data to this buffer and then exporting the FD
28 This FD is called as buffer FD (which is different than the ION client FD).
31 It retrives the FD from the socket data and installs into its address space.
32 This new FD internally points to the same kernel buffer.
36 Finally the buffer FD must be closed by both the exporter and importer.
/Linux-v4.19/drivers/net/can/rcar/
DKconfig12 tristate "Renesas R-Car CAN FD controller"
15 Say Y here if you want to use CAN FD controller found on
16 Renesas R-Car SoCs. The driver puts the controller in CAN FD only
/Linux-v4.19/Documentation/networking/
Dcan.rst364 Remark about CAN FD (flexible data rate) support:
366 Generally the handling of CAN FD is very similar to the formerly described
367 examples. The new CAN FD capable CAN controllers support two different
368 bitrates for the arbitration phase and the payload phase of the CAN FD frame
373 switches the socket into a mode that allows the handling of CAN FD frames
383 __u8 flags; /* additional flags for CAN FD */
401 For details about the distinction of CAN and CAN FD capable devices and
404 The length of the two CAN(FD) frame structures define the maximum transfer
405 unit (MTU) of the CAN(FD) network interface and skbuff data length. Two
411 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame
[all …]
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-func-poll.rst30 List of FD events to be watched
33 Number of FD events at the \*ufds array
/Linux-v4.19/tools/perf/util/
Devsel.c92 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) macro
1131 FD(evsel, cpu, thread) = -1; in perf_evsel__alloc_fd()
1146 int fd = FD(evsel, cpu, thread), in perf_evsel__run_ioctl()
1269 close(FD(evsel, cpu, thread)); in perf_evsel__close_fd()
1270 FD(evsel, cpu, thread) = -1; in perf_evsel__close_fd()
1369 if (FD(evsel, cpu, thread) < 0) in perf_evsel__read()
1372 if (readn(FD(evsel, cpu, thread), count->values, size) <= 0) in perf_evsel__read()
1460 if (FD(leader, cpu, thread) < 0) in perf_evsel__read_group()
1463 if (readn(FD(leader, cpu, thread), data, size) <= 0) in perf_evsel__read_group()
1485 if (FD(evsel, cpu, thread) < 0) in __perf_evsel__read_on_cpu()
[all …]
Devlist.c37 #define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) macro
397 int err = ioctl(FD(evsel, cpu, thread), PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable_event_cpu()
415 int err = ioctl(FD(evsel, cpu, thread), PERF_EVENT_IOC_ENABLE, 0); in perf_evlist__enable_event_thread()
801 fd = FD(evsel, cpu, thread); in perf_evlist__mmap_per_evsel()
/Linux-v4.19/tools/perf/trace/beauty/
Dfutex_op.c38 P_FUTEX_OP(FD); arg->mask |= SCF_VAL3|SCF_UADDR2|SCF_TIMEOUT; break; in syscall_arg__scnprintf_futex_op()
/Linux-v4.19/Documentation/devicetree/bindings/media/
Dexynos4-fimc-is.txt5 processor, ISP, DRC and FD IP blocks and peripheral devices such as UART, I2C
/Linux-v4.19/Documentation/driver-api/
Ddma-buf.rst59 - Since kernel 3.12 the dma-buf FD supports the llseek system call, but only
88 - The DMA buffer FD is also pollable, see `Fence Poll Support`_ below for
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-class-tpm140 47 AE A4 18 83 8E 22 39 75 93 86 E6 FD 66 48 B6
142 E0 DC 65 FD 3C C6 B0 1E BF B9 C1 B5 6C EF B1 3A
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddm_services.h147 #define FD(reg_field) reg_field ## __SHIFT, \ macro
/Linux-v4.19/arch/sh/kernel/
Dhead_32.S343 1: .long 0x500080F0 ! MD=1, RB=0, BL=1, FD=1, IMASK=0xF
/Linux-v4.19/arch/sh/kernel/cpu/sh3/
Dentry.S506 0: .long 0x000080f0 ! FD=1, IMASK=15
/Linux-v4.19/arch/powerpc/boot/dts/
Dac14xx.dts264 21 00 1C 23 00 00 00 18 00 00 00 FD 00 38 3C 1F
/Linux-v4.19/Documentation/arm/nwfpe/
DREADME.FPE32 <LFM|SFM>{cond}<FD,EA> Fd, <count>, [Rn]{!}

12