Home
last modified time | relevance | path

Searched full:lite (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/kernel/linux/linux-5.10/Documentation/networking/
Dudplite.rst4 The UDP-Lite protocol (RFC 3828)
8 UDP-Lite is a Standards-Track IETF transport protocol whose characteristic
16 - The UDP-Lite Homepage:
17 http://web.archive.org/web/%2E/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/
21 - The UDP-Lite HOWTO on
22 …http://web.archive.org/web/%2E/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/files/UDP-Lite-HOWT…
24 - The Wireshark UDP-Lite WiKi (with capture files):
33 Several applications have been ported successfully to UDP-Lite. Ethereal
36 Porting applications to UDP-Lite is straightforward: only socket level and
43 UDP-Lite provides a connectionless, unreliable datagram service and hence
[all …]
/kernel/linux/linux-6.6/Documentation/networking/
Dudplite.rst4 The UDP-Lite protocol (RFC 3828)
8 UDP-Lite is a Standards-Track IETF transport protocol whose characteristic
16 - The UDP-Lite Homepage:
17 http://web.archive.org/web/%2E/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/
21 - The UDP-Lite HOWTO on
22 …http://web.archive.org/web/%2E/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/files/UDP-Lite-HOWT…
24 - The Wireshark UDP-Lite WiKi (with capture files):
33 Several applications have been ported successfully to UDP-Lite. Ethereal
36 Porting applications to UDP-Lite is straightforward: only socket level and
43 UDP-Lite provides a connectionless, unreliable datagram service and hence
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Dexynos-fimc-lite.txt1 Exynos4x12/Exynos5 SoC series camera host interface (FIMC-LITE)
6 "samsung,exynos4212-fimc-lite" for Exynos4212/4412 SoCs,
7 "samsung,exynos5250-fimc-lite" for Exynos5250 compatible
11 - interrupts : should contain FIMC-LITE interrupt;
12 - clocks : FIMC LITE gate clock should be specified in this property.
16 fimc-lite<n>, where <n> is an integer specifying the IP block instance.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Dsamsung,exynos4212-fimc-lite.yaml4 $id: http://devicetree.org/schemas/media/samsung,exynos4212-fimc-lite.yaml#
7 title: Samsung Exynos SoC series camera host interface (FIMC-LITE)
15 fimc-lite<n>, where <n> is an integer specifying the IP block instance.
20 - samsung,exynos4212-fimc-lite
21 - samsung,exynos5250-fimc-lite
55 fimc-lite@12390000 {
56 compatible = "samsung,exynos4212-fimc-lite";
Dsamsung,fimc.yaml17 CSIS, FIMC-LITE and FIMC-IS (ISP).
93 "^fimc-lite@[0-9a-f]+$":
95 $ref: samsung,exynos4212-fimc-lite.yaml#
96 description: Camera host interface (FIMC-LITE).
190 fimc-lite@12390000 {
191 compatible = "samsung,exynos4212-fimc-lite";
200 /* ... FIMC-LITE 1 */
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
Dfimc-lite.h25 #define FIMC_LITE_DRV_NAME "exynos-fimc-lite"
51 * struct flite_drvdata - FIMC-LITE IP variant data structure
60 * @num_instances: total number of FIMC-LITE IP instances available
107 * struct fimc_lite - fimc lite structure
108 * @pdev: pointer to FIMC-LITE platform device
113 * @subdev: FIMC-LITE subdev
116 * @sensor: sensor subdev attached to FIMC-LITE directly or through MIPI-CSIS
119 * @index: FIMC-LITE platform device index
124 * @clock: FIMC-LITE gate clock
DMakefile3 exynos-fimc-lite-objs += fimc-lite-reg.o fimc-lite.o
15 obj-$(CONFIG_VIDEO_EXYNOS_FIMC_LITE) += exynos-fimc-lite.o
DKconfig47 tristate "EXYNOS FIMC-LITE camera interface driver"
54 This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
58 module will be called exynos-fimc-lite.
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
Dfimc-lite.h25 #define FIMC_LITE_DRV_NAME "exynos-fimc-lite"
51 * struct flite_drvdata - FIMC-LITE IP variant data structure
60 * @num_instances: total number of FIMC-LITE IP instances available
107 * struct fimc_lite - fimc lite structure
108 * @pdev: pointer to FIMC-LITE platform device
113 * @subdev: FIMC-LITE subdev
116 * @sensor: sensor subdev attached to FIMC-LITE directly or through MIPI-CSIS
119 * @index: FIMC-LITE platform device index
124 * @clock: FIMC-LITE gate clock
DMakefile3 exynos-fimc-lite-objs += fimc-lite-reg.o fimc-lite.o
15 obj-$(CONFIG_VIDEO_EXYNOS_FIMC_LITE) += exynos-fimc-lite.o
DKconfig48 tristate "EXYNOS FIMC-LITE camera interface driver"
55 This is a V4L2 driver for Samsung EXYNOS4/5 SoC FIMC-LITE camera
59 module will be called exynos-fimc-lite.
/kernel/linux/linux-6.6/net/ipv4/
Dudplite.c3 * UDPLITE An implementation of the UDP-Lite protocol (RFC 3828).
20 /* Designate sk as UDP-Lite socket */
24 pr_warn_once("UDP-Lite is deprecated and scheduled to be removed in 2025, " in udplite_sk_init()
46 .name = "UDP-Lite",
119 udp_table_init(&udplite_table, "UDP-Lite"); in udplite4_register()
135 pr_crit("%s: Cannot add UDP-Lite protocol\n", __func__); in udplite4_register()
/kernel/linux/linux-5.10/net/ipv4/
Dudplite.c3 * UDPLITE An implementation of the UDP-Lite protocol (RFC 3828).
20 /* Designate sk as UDP-Lite socket */
46 .name = "UDP-Lite",
117 udp_table_init(&udplite_table, "UDP-Lite"); in udplite4_register()
133 pr_crit("%s: Cannot add UDP-Lite protocol\n", __func__); in udplite4_register()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dexynos5422-odroidxu3-lite.dts3 * Hardkernel Odroid XU3-Lite board device tree source
17 model = "Hardkernel Odroid XU3 Lite";
18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
34 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies
/kernel/linux/linux-6.6/arch/arm/boot/dts/samsung/
Dexynos5422-odroidxu3-lite.dts3 * Hardkernel Odroid XU3-Lite board device tree source
17 model = "Hardkernel Odroid XU3 Lite";
18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5";
38 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
Davengers_lite.c5 * Support for the Marvell PXA168-based Avengers lite Development Platform.
26 /* Avengers lite MFP configurations */
48 MACHINE_START(AVENGERS_LITE, "PXA168 Avengers lite Development Platform")
/kernel/liteos_m/
Dliteos.gni30 import("//build/lite/config/component/lite_component.gni")
40 exec_script("//build/lite/run_shell_cmd.py",
84 modules_count = exec_script("//build/lite/run_shell_cmd.py", [ cmd ], "value")
91 exec_script("//build/lite/run_shell_cmd.py", [ cmd ], "value")
102 exec_script("//build/lite/run_shell_cmd.py", [ cmd ], "value")
DBUILD.gn30 import("//build/lite/config/component/lite_component.gni")
61 std_include = exec_script("//build/lite/run_shell_cmd.py",
126 HAVE_DEVICE_SDK = exec_script("//build/lite/run_shell_cmd.py", [ cmd ], "value")
207 deps = [ "//build/lite:ohos" ]
/kernel/linux/linux-5.10/include/net/
Dudplite.h3 * Definitions for the UDP-Lite (RFC 3828) code.
10 /* UDP-Lite socket options */
35 * checksum. UDP-Lite (like IPv6) mandates checksums, hence packets in udplite_checksum_init()
74 * Sender has set `partial coverage' option on UDP-Lite socket. in udplite_csum_outgoing()
/kernel/linux/linux-6.6/include/net/
Dudplite.h3 * Definitions for the UDP-Lite (RFC 3828) code.
11 /* UDP-Lite socket options */
36 * checksum. UDP-Lite (like IPv6) mandates checksums, hence packets in udplite_checksum_init()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/
Drockchip,rk3399-dmc.yaml93 See also rockchip,srpd-lite-idle-ns.
304 rockchip,srpd-lite-idle-ns:
335 rockchip,srpd-lite-idle-dis-freq-hz:
338 the DDR frequency is greater than srpd-lite-idle-dis-freq, memory will
340 rockchip,srpd-lite-idle-ns.
374 rockchip,srpd-lite-idle-ns = <61440>;
382 rockchip,srpd-lite-idle-dis-freq-hz = <0>;
/kernel/linux/linux-6.6/drivers/hck/
Dvendor_hooks.c8 /* lite vendor hook */
10 /* add your lite vendor hook header file here */
/kernel/linux/linux-5.10/drivers/hck/
Dvendor_hooks.c8 /* lite vendor hook */
10 /* add your lite vendor hook header file here */
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
DKconfig20 tristate "Xilinx 10/100 Ethernet Lite support"
24 This driver supports the 10/100 Ethernet Lite from Xilinx.
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
DKconfig20 tristate "Xilinx 10/100 Ethernet Lite support"
24 This driver supports the 10/100 Ethernet Lite from Xilinx.

12345678910>>...18