Home
last modified time | relevance | path

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

1234

/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/drivers/thunderbolt/
H A Dtmu.c46 return "uni-directional, LowRes"; in tmu_mode_name()
48 return "uni-directional, HiFi"; in tmu_mode_name()
50 return "bi-directional, HiFi"; in tmu_mode_name()
52 return "enhanced uni-directional, MedRes"; in tmu_mode_name()
364 tb_sw_dbg(sw, "TMU: supports uni-directional mode\n"); in tmu_mode_init()
367 tb_sw_dbg(sw, "TMU: supports enhanced uni-directional mode\n"); in tmu_mode_init()
578 * In case of uni-directional time sync, TMU handshake is in tb_switch_tmu_disable()
579 * initiated by upstream router. In case of bi-directional in tb_switch_tmu_disable()
582 * cases although it is needed only for the bi-directional mode. in tb_switch_tmu_disable()
585 * uni-directional mode and we don't want to change it's TMU in tb_switch_tmu_disable()
[all …]
/linux/include/linux/
H A Dsysctl.h130 * bi-directional converter functions
136 * Example of creating your custom bi-directional converter:
157 * uni-directional converter functions
161 * bi-directional converters.
163 * Example of creating a uni-directional converter:
/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.h192 * - 41h DMA Setup FIS, bi-directional.
193 * - 46h Data FIS, bi-directional.
194 * - 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/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/netlink/
H A Dgenetlink-legacy.rst135 directional subsection
138 The ``directional`` model splits the ID assignment by the direction of
/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/netlink/specs/
H A Drt-addr.yaml133 enum-model: directional
H A Dnlctrl.yaml168 enum-model: directional
/linux/tools/net/ynl/pyynl/lib/
H A Dnlspec.py427 msg_id_model enum-model for operations (unified, directional etc.)
584 raise SpecException("Can't parse directional ops")
632 elif self.msg_id_model == 'directional':
/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/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 Dgenetlink-legacy.yaml326 "directional" has the messages sent to the kernel and from the kernel
328 enum: [ unified, directional ] # Trim
H A Dnetlink-raw.yaml398 "directional" has the messages sent to the kernel and from the kernel
400 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/tools/testing/selftests/bpf/
H A Dxskxceiver.c27 * d. Bi-directional sockets
28 * Configure sockets as bi-directional tx/rx sockets, sets up fill and
/linux/rust/kernel/sync/atomic/
H A Dpredefine.rs77 // as `isize` and `usize`, and `isize` and `usize` are always bi-directional transmutable to

1234