Searched +full:srp +full:- +full:capable (Results 1 – 24 of 24) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/usb/usb-drd.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>13 otg-rev:16 which the device and its descriptors are compliant, in binary-coded18 features (HNP/SRP/ADP) is enabled. If ADP is required, otg-rev should be24 Tells Dual-Role USB controllers that we want to work on a particular30 hnp-disable:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later11 * Copyright (C) 1998 - 2014 Douglas Gilbert19 * - scsi logging is available via SCSI_LOG_TIMEOUT macros. First84 readable via /proc/sys/kernel/sg-big-buff if the sg driver is built into86 static int def_reserved_size = -1; /* picks up init parameter */107 unsigned short k_use_sg; /* Count of kernel scatter-gather pieces */108 unsigned sglist_len; /* size of malloc'd scatter-gather list ++ */112 char dio_in_use; /* 0->indirect IO (or mmap), 1->dio */121 struct sg_fd *parentfp; /* NULL -> not in use */125 char res_used; /* 1 -> using reserve buffer, 0 -> not ... */[all …]
1 # SPDX-License-Identifier: GPL-2.0-only24 If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or65 comment "SCSI support type (disk, tape, CD-ROM)"76 the IOMEGA ZIP drive, say Y and read the SCSI-HOWTO,77 the Disk-HOWTO and the Multi-Disk-HOWTO, available from79 CD-ROMs.95 SCSI-HOWTO, available from98 for SCSI CD-ROMs.109 by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO110 and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>.[all …]
1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */3 * core.h - DesignWare HS OTG Controller common declarations5 * Copyright (C) 2004-2013 Synopsys, Inc.16 * 3. The names of the above-listed copyright holders may not be used50 * - no_printk: Disable tracing51 * - pr_info: Print this info to the console52 * - trace_printk: Print this info to trace buffer (good for verbose logging)61 dev_name(hsotg->dev), ##__VA_ARGS__)66 dev_name(hsotg->dev), ##__VA_ARGS__)71 /* dwc2-hsotg declarations */[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Copyright (C) 1995-1997 Jan "Yenya" Kasprzak <kas@fi.muni.cz>10 * The driver for the SRP and COSA synchronous serial cards.20 * For Linux-specific utilities, see below in the "Software info" section.23 * The SRP (serial port?, the Czech word "srp" means "sickle") card24 * is a 2-port intelligent (with its own 8-bit CPU) synchronous serial card28 * "scythe") is a next-generation sync/async board with two interfaces29 * - currently any of V.24, X.21, V.35 and V.36 can be selected.30 * It has a 16-bit SAB80166 CPU and can do up to 10 Mb/s per channel.31 * The 8-channels version is in development.[all …]
1 # SPDX-License-Identifier: GPL-2.0-only26 # There is no way to detect a comtrol sv11 - force it modular for now.28 tristate "Comtrol Hostess SV-11 support"31 Driver for Comtrol Hostess SV-11 network card which38 # The COSA/SRP driver has not been tested as non-modular yet.40 tristate "COSA/SRP sync serial boards support"43 Driver for COSA and SRP synchronous serial boards.46 base-band modems, or any other device with the X.21, V.24, V.35 or51 You will need user-space utilities COSA or SRP boards for downloading69 - LMC 1000 board allows you to connect synchronous serial devices[all …]
1 // SPDX-License-Identifier: GPL-2.0+31 * Table:6-436 * Table:6-562 * struct otg_fsm - OTG state machine according to the OTG spec67 * @id: TRUE for B-device, FALSE for A-device.69 * ADP measurement taken at n-2, differs by more than CADP_THR71 * ADP measurement taken if ADP capable73 * A-Device state inputs74 * @a_srp_det: TRUE if the A-device detects SRP76 * @b_conn: TRUE if the A-device detects connection from the B-device[all …]
11 This document presents a Linux-USB "Gadget" kernel mode API, for use17 - Supports USB 2.0, for high speed devices which can stream data at20 - Handles devices with dozens of endpoints just as well as ones with21 just two fixed-function ones. Gadget drivers can be written so24 - Flexible enough to expose more complex USB device capabilities such28 - USB "On-The-Go" (OTG) support, in conjunction with updates to the29 Linux-USB host side.31 - Sharing data structures and API models with the Linux-USB host side32 API. This helps the OTG support, and looks forward to more-symmetric36 - Minimalist, so it's easier to support new device controller hardware.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2007 Casey Schaufler <casey@schaufler-ca.com>6 * Casey Schaufler <casey@schaufler-ca.com>37 SMK_CIPSO = 4, /* load label -> CIPSO mapping */42 SMK_ONLYCAP = 9, /* the only "capable" label */50 SMK_CIPSO2 = 17, /* load long label -> CIPSO mapping */51 SMK_REVOKE_SUBJ = 18, /* set rules with subject label to '-' */98 * debugging and application bring-up purposes only.161 #define SMK_OACCESSLEN (sizeof(SMK_OACCESS) - 1)162 #define SMK_ACCESSLEN (sizeof(SMK_ACCESS) - 1)[all …]
1 // SPDX-License-Identifier: GPL-2.07 * compiled-in as well. Otherwise, if either of the two stacks is29 * usb_ep_type_string() - Returns human readable-name of the endpoint type.30 * @ep_type: The endpoint type to return human-readable name for. If it's not70 [USB_SPEED_LOW] = "low-speed",71 [USB_SPEED_FULL] = "full-speed",72 [USB_SPEED_HIGH] = "high-speed",74 [USB_SPEED_SUPER] = "super-speed",75 [USB_SPEED_SUPER_PLUS] = "super-speed-plus",80 [USB_SSP_GEN_2x1] = "super-speed-plus-gen2x1",[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright 2003-2005 Devicescape Software, Inc.6 * Copyright 2013-2014 Intel Mobile Communications GmbH8 * Copyright (C) 2018 - 2020 Intel Corporation17 #include "driver-ops.h"26 struct sta_info *sta = file->private_data; \28 format_string, sta->field); \89 char *end = buf + sizeof(buf) - 1; in sta_flags_read()90 struct sta_info *sta = file->private_data; in sta_flags_read()97 pos += scnprintf(pos, end - pos, "%s\n", in sta_flags_read()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * core.c - ChipIdea USB IP core family device controller5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved.12 * - Four transfers are supported, usbtest is passed13 * - USB Certification for gadget: CH9 and Mass Storage are passed14 * - Low power mode15 * - USB wakeup19 #include <linux/dma-mapping.h>103 ci->hw_bank.regmap[i] = in hw_alloc_regmap()104 (i <= CAP_LAST ? ci->hw_bank.cap : ci->hw_bank.op) + in hw_alloc_regmap()[all …]
12 ---------------23 The `SCSI protocol <http://www.t10.org/scsi-3.htm>`__ is a big-endian24 peer-to-peer packet based protocol. SCSI commands are 6, 10, 12, or 1636 ----------------------------------47 In between is the SCSI mid-layer, analogous to a network routing layer48 such as the IPv4 stack. The SCSI mid-layer routes a packet based data57 The upper layer supports the user-kernel interface by providing device61 --------------65 sr (SCSI CD-ROM)66 ----------------[all …]
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */9 * - the master/host side Linux-USB kernel driver API;10 * - the "usbfs" user space API; and11 * - the Linux "gadget" slave/device/peripheral side driver API.25 * [b] so that accessing bigger-than-a-bytes fields will never30 * someone that the two other points are non-issues for that40 /*-------------------------------------------------------------------------*/139 * See USB 2.0 spec Table 9-7153 * See USB 3.0 spec Table 9-7162 * Suspend Options, Table 9-8 USB 3.0 spec[all …]
1 // SPDX-License-Identifier: GPL-2.03 * udc.c - Core UDC Framework14 #include <linux/dma-mapping.h>25 * struct usb_udc - describes one usb device controller34 * This represents the internal data structure which is used by the UDC-class54 /* ------------------------------------------------------------------------- */57 * usb_ep_set_maxpacket_limit - set maximum packet size limit for endpoint67 ep->maxpacket_limit = maxpacket_limit; in usb_ep_set_maxpacket_limit()68 ep->maxpacket = maxpacket_limit; in usb_ep_set_maxpacket_limit()75 * usb_ep_enable - configure endpoint, making it usable[all …]
8 * - the master/host side Linux-USB kernel driver API;9 * - the "usbfs" user space API; and10 * - the Linux "gadget" slave/device/peripheral side driver API.24 * [b] so that accessing bigger-than-a-bytes fields will never29 * someone that the two other points are non-issues for that40 /*-------------------------------------------------------------------------*/132 * See USB 2.0 spec Table 9-7142 * See USB 3.0 spec Table 9-6151 * Suspend Options, Table 9-7 USB 3.0 spec164 * struct usb_ctrlrequest - SETUP data for a USB device control request[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */11 * Copyright (c) 2003-2010 Cavium Networks (support@cavium.com). All rights104 * This register can be used to configure the core after power-on or a change in105 * mode of operation. This register mainly contains AHB system-related126 * @nptxfemplvl: Non-Periodic TxFIFO Empty Level (NPTxFEmpLvl)128 * Indicates when the Non-Periodic TxFIFO Empty Interrupt bit in131 * * 1'b0: GINTSTS.NPTxFEmp interrupt indicates that the Non-133 * * 1'b1: GINTSTS.NPTxFEmp interrupt indicates that the Non-172 * This value is in terms of 32-bit words.197 * * 1'b0: Not OTG capable[all …]
1 // SPDX-License-Identifier: GPL-2.052 /* Protect struct usb_device->state and ->children members53 * Note: Both are also protected by ->dev.sem, except that ->state can61 /* synchronize hub-port add/remove and peering operations */71 * 10 seconds to send reply for the initial 64-byte descriptor request.73 /* define initial 64-byte descriptor request timeout in milliseconds */77 "initial 64-byte descriptor request timeout in milliseconds "78 "(default 5000 - 5.0 seconds)");123 if (hub_is_superspeedplus(hub->hdev)) in portspeed()125 if (hub_is_superspeed(hub->hdev)) in portspeed()[all …]
6 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>13 * Copyright 2015-2017 Intel Deutschland GmbH14 * Copyright (C) 2018-2020 Intel Corporation32 * be careful not to break things - i.e. don't move anything around or so74 * - a setup station entry is added, not yet authorized, without any rate76 * - when the TDLS setup is done, a single NL80211_CMD_SET_STATION is valid79 * - %NL80211_TDLS_ENABLE_LINK is then used80 * - after this, the only valid operation is to remove it by tearing down95 * Frame registration is done on a per-interface basis and registrations137 * software, like the AP-VLAN type in mac80211 for example, there's[all …]
2 * ether.c -- Ethernet gadget driver, with CDC and non-CDC options4 * Copyright (C) 2003-2005,2008 David Brownell5 * Copyright (C) 2003-2004 Robert Schwebel, Benedikt Spranger8 * SPDX-License-Identifier: GPL-2.0+29 #include <dm/uclass-internal.h>30 #include <dm/device-internal.h>41 * Ethernet gadget driver -- with CDC and non-CDC options47 * this USB-IF standard as its open-systems interoperability solution;51 * TLA-soup. "CDC ACM" (Abstract Control Model) is for modems, and a new55 * implement a "minimalist" vendor-agnostic CDC core: same framing, but[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */7 * Copyright 2006-2010 Johannes Berg <johannes@sipsolutions.net>8 * Copyright 2013-2014 Intel Mobile Communications GmbH9 * Copyright 2015-2017 Intel Deutschland GmbH10 * Copyright (C) 2018-2020 Intel Corporation70 * enum ieee80211_channel_flags - channel flags141 * struct ieee80211_channel - channel definition148 * @hw_value: hardware-specific value for the channel184 * enum ieee80211_rate_flags - rate flags217 * enum ieee80211_bss_type - BSS type filter[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...