Home
last modified time | relevance | path

Searched full:kit (Results 1 – 25 of 138) sorted by relevance

123456

/linux/kernel/bpf/
H A Ddmabuf_iter.c163 struct bpf_iter_dmabuf_kern *kit = (void *)it; in bpf_iter_dmabuf_new() local
165 BUILD_BUG_ON(sizeof(*kit) > sizeof(*it)); in bpf_iter_dmabuf_new()
166 BUILD_BUG_ON(__alignof__(*kit) != __alignof__(*it)); in bpf_iter_dmabuf_new()
168 kit->dmabuf = NULL; in bpf_iter_dmabuf_new()
174 struct bpf_iter_dmabuf_kern *kit = (void *)it; in bpf_iter_dmabuf_next() local
176 if (kit->dmabuf) in bpf_iter_dmabuf_next()
177 kit->dmabuf = dma_buf_iter_next(kit->dmabuf); in bpf_iter_dmabuf_next()
179 kit->dmabuf = dma_buf_iter_begin(); in bpf_iter_dmabuf_next()
181 return kit->dmabuf; in bpf_iter_dmabuf_next()
186 struct bpf_iter_dmabuf_kern *kit = (void *)it; in bpf_iter_dmabuf_destroy() local
[all …]
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a774c0-ek874.dts3 * Device Tree Source for the Silicon Linux RZ/G2E evaluation kit (EK874)
12 model = "Silicon Linux RZ/G2E evaluation kit EK874 (CAT874 + CAT875)";
H A Dr8a779f4-s4sk.dts3 * Device Tree Source for the R-Car S4 Starter Kit board
13 model = "R-Car S4 Starter Kit board";
/linux/arch/arm/mach-pxa/
H A Dam300epd.c2 * am300epd.c -- Platform device for AM300 EPD kit
14 * on the AM300 EPD prototype kit/development kit with an E-Ink 800x600
294 MODULE_DESCRIPTION("board driver for am300 epd kit");
H A Dam200epd.c2 * am200epd.c -- Platform device for AM200 EPD kit
16 * on the AM200 EPD prototype kit/development kit with an E-Ink 800x600
393 MODULE_DESCRIPTION("board driver for am200 metronome epd kit");
/linux/arch/arm64/boot/dts/marvell/
H A Dac5x-rd-carrier.dtsi12 * the box to "external" mode, and connect via an external cable a kit
14 * mounted on top of an interposer kit.
H A Dac5x-rd-carrier-cn9131.dts12 * board), and connect via an external cable a kit
14 * mounted on top of an interposer kit.
/linux/arch/arm/boot/dts/microchip/
H A Dat91rm9200ek.dts3 * at91rm9200ek.dts - Device Tree file for Atmel AT91RM9200 evaluation kit
11 model = "Atmel AT91RM9200 evaluation kit";
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mn-beacon-kit.dts13 model = "Beacon EmbeddedWorks i.MX8M Nano Development Kit";
14 compatible = "beacon,imx8mn-beacon-kit", "fsl,imx8mn";
H A Dimx8mm-beacon-kit.dts13 model = "Beacon EmbeddedWorks i.MX8M Mini Development Kit";
14 compatible = "beacon,imx8mm-beacon-kit", "fsl,imx8mm";
H A Dimx8mp-venice-gw71xx-2x.dts13 model = "Gateworks Venice GW71xx-2x i.MX8MP Development Kit";
H A Dimx8mm-venice-gw71xx-0x.dts13 model = "Gateworks Venice GW71xx-0x i.MX8MM Development Kit";
H A Dimx8mm-venice-gw72xx-0x.dts13 model = "Gateworks Venice GW72xx-0x i.MX8MM Development Kit";
H A Dimx8mp-venice-gw73xx-2x.dts13 model = "Gateworks Venice GW73xx-2x i.MX8MP Development Kit";
H A Dimx8mm-venice-gw73xx-0x.dts13 model = "Gateworks Venice GW73xx-0x i.MX8MM Development Kit";
/linux/drivers/video/fbdev/
H A Dn411.c2 * linux/drivers/video/n411.c -- Platform device for N411 EPD kit
205 MODULE_DESCRIPTION("board driver for n411 hecuba/apollo epd kit");
/linux/arch/arc/plat-hsdk/
H A DKconfig6 bool "ARC HS Development Kit SOC"
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra194-p3509-0000+p3668-0001.dts8 model = "NVIDIA Jetson Xavier NX Developer Kit (eMMC)";
H A Dtegra194-p3509-0000+p3668-0000.dts8 model = "NVIDIA Jetson Xavier NX Developer Kit (SD-card)";
H A Dtegra234-p3737-0000+p3701-0000.dts9 model = "NVIDIA Jetson AGX Orin Developer Kit";
/linux/arch/arm/boot/dts/alphascale/
H A Dalphascale-asm9260-devkit.dts11 model = "Alphascale asm9260 Development Kit";
/linux/arch/arm/mach-nomadik/
H A DKconfig22 bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ul-isiot-nand.dts12 model = "Engicam Is.IoT MX6UL NAND Starter kit";
H A Dimx6ul-isiot-emmc.dts12 model = "Engicam Is.IoT MX6UL eMMC Starter kit";
H A Dimx6dl-icore-rqs.dts13 model = "Engicam i.CoreM6 DualLite/Solo RQS Starter Kit";

123456