Home
last modified time | relevance | path

Searched full:directional (Results 1 – 25 of 67) sorted by relevance

123

/linux/drivers/media/platform/verisilicon/
H A Drockchip_av1_entropymode.h145 D45_PRED, /* Directional 45 deg prediction [anti-clockwise from 0 deg hor] */
146 D135_PRED, /* Directional 135 deg prediction [anti-clockwise from 0 deg hor] */
147 D117_PRED, /* Directional 112 deg prediction [anti-clockwise from 0 deg hor] */
148 D153_PRED, /* Directional 157 deg prediction [anti-clockwise from 0 deg hor] */
149 D27_PRED, /* Directional 22 deg prediction [anti-clockwise from 0 deg hor] */
150 D63_PRED, /* Directional 67 deg prediction [anti-clockwise from 0 deg hor] */
/linux/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,rza1-ports.yaml88 to work in bi-directional mode and when the IO direction has to be
89 specified by software. Bi-directional pins must be managed by the pin
155 * I2c master: both SDA and SCL pins need bi-directional operations
158 * Both need to work in bi-directional mode, the driver must manage
/linux/Documentation/hid/
H A Dhid-transport.rst92 driver must provide two bi-directional I/O channels to each HID device. These
93 channels must not necessarily be bi-directional in the hardware itself. A
94 transport driver might just provide 4 uni-directional channels. Or it might
96 will describe them as two bi-directional channels as they have several
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h191 * - 41h DMA Setup FIS, bi-directional.
192 * - 46h Data FIS, bi-directional.
193 * - 58h BIST Activate FIS, bi-directional.
/linux/Documentation/devicetree/bindings/input/
H A Dibm,op-panel.yaml17 server. It has a display and three buttons: two directional arrows and one
/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst135 directional subsection
138 The ``directional`` model splits the ID assignment by the direction of
/linux/Documentation/devicetree/bindings/iio/adc/
H A Drichtek,rtq6056.yaml7 title: RTQ6056 Bi-Directional Current and Power Monitor with 16-bit ADC
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-line-set-config-ioctl.rst48 bi-directional lines between input and output, but it may also be used to
H A Dgpio-handle-set-config-ioctl.rst52 bi-directional lines between input and output, but it may be used more
/linux/Documentation/mhi/
H A Dtopology.rst33 for bi-directional communication. Once MHI is in powered on state, the MHI
/linux/include/rdma/
H A Dib.h67 * The IB interfaces that use write() as bi-directional ioctl() are
/linux/Documentation/networking/
H A Dplip.rst122 bi-directional parallel ports, rather than output-only ``printer``
163 bi-directional parallel ports, rather than output-only ``printer``
/linux/Documentation/input/devices/
H A Dxpad.rst32 the driver will map the directional pad to axes (X/Y).
45 With a normal controller, the directional pad is mapped to its own X/Y axes.
/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra210-i2s.yaml11 bi-directional and single direction point-to-point serial
/linux/Documentation/driver-api/usb/
H A Dbulk-streams.rst41 ID for the bulk IN and OUT endpoints used in a Bi-directional command sequence.
/linux/Documentation/netlink/specs/
H A Dnlctrl.yaml168 enum-model: directional
/linux/drivers/tty/vt/
H A Dgen_ucs_fallback_table.py89 # Directional arrows
96 # Double arrows with their directional semantic mappings
/linux/Documentation/netlink/
H A Dnetlink-raw.yaml380 "directional" has the messages sent to the kernel and from the kernel
382 enum: [ unified, directional ] # Trim
/linux/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier.h69 /* direction of pull register (no pin supports bi-directional pull biasing) */
/linux/rust/kernel/sync/atomic/
H A Dpredefine.rs35 // as `isize` and `usize`, and `isize` and `usize` are always bi-directional transmutable to
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c323 #define D45_PRED 3 /* Directional 45 deg = round(arctan(1/1) * 180/pi) */
324 #define D135_PRED 4 /* Directional 135 deg = 180 - 45 */
325 #define D117_PRED 5 /* Directional 117 deg = 180 - 63 */
326 #define D153_PRED 6 /* Directional 153 deg = 180 - 27 */
327 #define D207_PRED 7 /* Directional 207 deg = 180 + 27 */
328 #define D63_PRED 8 /* Directional 63 deg = round(arctan(2/1) * 180/pi) */
/linux/include/linux/amba/
H A Dpl022.h179 * @SSP_MICROWIRE_CHANNEL_FULL_DUPLEX: SSPTXD becomes bi-directional,
/linux/include/net/
H A Dbond_alb.h116 u32 head; /* Index to the head of the bi-directional clients
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-dev-intro.rst10 a bi-directional interface for transporting raw IR and decoded scancodes
/linux/drivers/input/joystick/
H A Dgrip_mp.c109 /* Maps multiport directional values to X,Y axis values (each axis encoded in 3 bits) */
411 int dir = (packet >> 8) & 0xf; /* eight way directional value */ in get_and_decode_packet()

123