Home
last modified time | relevance | path

Searched refs:ftdi (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dftdi-elan.c195 struct usb_ftdi *ftdi = kref_to_usb_ftdi(kref); in ftdi_elan_delete() local
196 dev_warn(&ftdi->udev->dev, "FREEING ftdi=%p\n", ftdi); in ftdi_elan_delete()
197 usb_put_dev(ftdi->udev); in ftdi_elan_delete()
198 ftdi->disconnected += 1; in ftdi_elan_delete()
200 list_del_init(&ftdi->ftdi_list); in ftdi_elan_delete()
203 kfree(ftdi->bulk_in_buffer); in ftdi_elan_delete()
204 ftdi->bulk_in_buffer = NULL; in ftdi_elan_delete()
205 kfree(ftdi); in ftdi_elan_delete()
208 static void ftdi_elan_put_kref(struct usb_ftdi *ftdi) in ftdi_elan_put_kref() argument
210 kref_put(&ftdi->kref, ftdi_elan_delete); in ftdi_elan_put_kref()
[all …]
H A DMakefile13 obj-$(CONFIG_USB_FTDI_ELAN) += ftdi-elan.o
H A DKconfig121 adapter you will need this "ftdi-elan" module as well as the "u132-hcd"
/OK3568_Linux_fs/buildroot/package/libftdi1/
H A D0002-CMakeLists.txt-fix-paths-when-FTDIPP-is-set.patch11 path as /usr/local/include/libftdipp1 while the ftdi.h file is actually
17 src/hardware/asix-sigma/protocol.h:28:10: fatal error: ftdi.h: No such file or directory
18 28 | #include <ftdi.h>
H A D0001-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch65 …set(c_sources ${CMAKE_CURRENT_SOURCE_DIR}/ftdi.c ${CMAKE_CURRENT_SOURCE_DIR}/ftdi_stream.c CAC…
66 set(c_headers ${CMAKE_CURRENT_SOURCE_DIR}/ftdi.h CACHE INTERNAL "List of c headers" )
/OK3568_Linux_fs/buildroot/package/owfs/
H A Dowfs.mk44 --enable-ftdi \
49 --enable-ftdi \
53 OWFS_CONF_OPTS += --disable-ftdi
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/flashrom/flashrom/
H A Dmeson-fixes.patch1 Add a ftdi option alongside USB and PCI to control the external dependency, and
25 +if get_option('ftdi')
65 +option('ftdi', type : 'boolean', value : true, description : 'use libftdi')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/flashrom/
H A Dflashrom_1.2.bb19 PACKAGECONFIG ??= "pci usb ftdi"
22 PACKAGECONFIG[ftdi] = "-Dftdi=true,-Dftdi=false,libftdi"
/OK3568_Linux_fs/buildroot/package/openocd/
H A Dopenocd.mk40 $(if $(BR2_PACKAGE_OPENOCD_FTDI),--enable-ftdi,--disable-ftdi) \
77 --enable-ftdi \
H A DConfig.in225 with ftdi driver
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sigrok/
H A Dlibsigrok_0.5.2.bb10 PACKAGECONFIG[ftdi] = "--with-libftdi,--without-libftdi,libftdi"
16 PACKAGECONFIG ??= "serialport ftdi usb"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/openocd/
H A Dopenocd_git.bb27 EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html --disable-werror"
/OK3568_Linux_fs/u-boot/board/Synology/ds109/
H A Dopenocd.cfg3 interface ftdi
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/lcdproc/
H A Dlcdproc_git.bb35 PACKAGECONFIG[ftdi] = "--enable-libftdi,--disable-libftdi,libftdi"
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A DKconfig177 See <http://ftdi-usb-sio.sourceforge.net/> for more
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A DKconfig674 The driver consists of two modules, the "ftdi-elan" module is a
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst5026 LICENSE_FLAGS = "ftdi"