Home
last modified time | relevance | path

Searched +full:tpl +full:- +full:support (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/drivers/mmc/core/
Dsdio_uart.c1 // SPDX-License-Identifier: GPL-2.0-or-later
14 * Note: Although this driver assumes a 16550A-like UART implementation,
89 int index, ret = -EBUSY; in sdio_uart_add_port()
91 mutex_init(&port->func_lock); in sdio_uart_add_port()
92 spin_lock_init(&port->write_lock); in sdio_uart_add_port()
93 if (kfifo_alloc(&port->xmit_fifo, FIFO_SIZE, GFP_KERNEL)) in sdio_uart_add_port()
94 return -ENOMEM; in sdio_uart_add_port()
99 port->index = index; in sdio_uart_add_port()
120 tty_port_get(&port->port); in sdio_uart_port_get()
128 tty_port_put(&port->port); in sdio_uart_port_put()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dusb-hcd.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/usb/usb-hcd.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 - $ref: usb.yaml#
20 tpl-support:
23 targeted hosts (non-PC hosts).
26 "#address-cells":
29 "#size-cells":
[all …]
Dci-hdrc-usb2.txt4 - compatible: should be one of:
5 "fsl,imx23-usb"
6 "fsl,imx27-usb"
7 "fsl,imx28-usb"
8 "fsl,imx6q-usb"
9 "fsl,imx6sl-usb"
10 "fsl,imx6sx-usb"
11 "fsl,imx6ul-usb"
12 "fsl,imx7d-usb"
13 "fsl,imx7ulp-usb"
[all …]
Ddwc2.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rob Herring <robh@kernel.org>
13 - $ref: usb-drd.yaml#
14 - $ref: usb-hcd.yaml#
19 - const: brcm,bcm2835-usb
20 - const: hisilicon,hi6220-usb
21 - const: ingenic,jz4775-otg
22 - const: ingenic,jz4780-otg
[all …]
/Linux-v6.1/drivers/usb/common/
Dcommon.c1 // SPDX-License-Identifier: GPL-2.0
7 * compiled-in as well. Otherwise, if either of the two stacks is
29 * 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 not
70 [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 …]
/Linux-v6.1/arch/x86/include/asm/
Defi.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <asm/processor-flags.h>
8 #include <asm/nospec-branch.h>
19 * We map the EFI regions needed for runtime services non-contiguously,
20 * with preserved alignment on virtual addresses starting from -4G down
36 * functions are implemented in assembler and support only a fixed number of
43 * pre-defined limit. The maximum number of arguments currently supported by
78 * that FCW and MXCSR (64-bit) must be initialized prior to calling in efi_fpu_begin()
125 ret = efi_call((void *)p->f, args); \
238 ? inst->attr \
[all …]
/Linux-v6.1/drivers/dma/ti/
Dk3-udma.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
10 #include <linux/dma-mapping.h>
26 #include <linux/soc/ti/k3-ringacc.h>
29 #include <linux/dma/k3-event-router.h>
30 #include <linux/dma/ti-cppi5.h>
32 #include "../virt-dma.h"
33 #include "k3-udma.h"
34 #include "k3-psil-priv.h"
356 if (!uc->tchan) in udma_tchanrt_read()
[all …]
/Linux-v6.1/net/netfilter/ipvs/
Dip_vs_conn.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * IPVS An implementation of the IP virtual server support for the
6 * high-performance and highly available server based on a
14 * with changes/fixes from Julian Anastasov, Lars Marowsky-Bree, Horms
74 #define CT_LOCKARRAY_MASK (CT_LOCKARRAY_SIZE-1)
117 return (jhash_3words((__force u32)addr->ip, (__force u32)port, proto, in ip_vs_conn_hashkey()
128 if (p->pe_data && p->pe->hashkey_raw) in ip_vs_conn_hashkey_param()
129 return p->pe->hashkey_raw(p, ip_vs_conn_rnd, inverse) & in ip_vs_conn_hashkey_param()
133 addr = p->caddr; in ip_vs_conn_hashkey_param()
134 port = p->cport; in ip_vs_conn_hashkey_param()
[all …]
Dip_vs_sync.c1 // SPDX-License-Identifier: GPL-2.0
3 * IPVS An implementation of the IP virtual server support for the
6 * high-performance and highly available server based on a
13 * time-outs, and firewall marks.
15 * Ver. 0 can be turned on by sysctl -w net.ipv4.vs.sync_version=0
27 * Alexandre Cassen : Added master & backup support at a time.
28 * Alexandre Cassen : Added SyncID support for incoming sync
32 * Persistence support, fwmark and time-out.
61 #define IP_VS_SYNC_GROUP 0xe0000051 /* multicast addr - 224.0.0.81 */
100 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
[all …]
/Linux-v6.1/include/linux/usb/
Dhcd.h1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (c) 2001-2002 by David Brownell
42 /*-------------------------------------------------------------------------*/
51 /*-------------------------------------------------------------------------*/
73 struct usb_bus self; /* hcd is-a bus */
79 * hcd->driver->flags & HCD_MASK
83 struct timer_list rh_timer; /* drives root-hub polling */
93 const struct hc_driver *driver; /* hw-specific hooks */
97 * other external phys should be software-transparent
119 #define HCD_HW_ACCESSIBLE(hcd) ((hcd)->flags & (1U << HCD_FLAG_HW_ACCESSIBLE))
[all …]
/Linux-v6.1/arch/ia64/kernel/
Dpalinfo.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Intel IA-64 Architecture Software Developer's Manual v1.0.
10 * Copyright (C) 2000-2001, 2003 Hewlett-Packard Co
17 * 02/05/2001 S.Eranian fixed module support
41 MODULE_DESCRIPTION("/proc interface to IA-64 PAL");
77 "Non-temporal, all levels",
86 "Non-temporal, level 1",
88 "Non-temporal, all levels",
121 * - a pointer to a buffer to hold the string
122 * - a 64-bit vector
[all …]
/Linux-v6.1/drivers/usb/chipidea/
Dcore.c1 // SPDX-License-Identifier: GPL-2.0
3 * core.c - ChipIdea USB IP core family device controller
5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved.
12 * - Four transfers are supported, usbtest is passed
13 * - USB Certification for gadget: CH9 and Mass Storage are passed
14 * - Low power mode
15 * - USB wakeup
19 #include <linux/dma-mapping.h>
105 ci->hw_bank.regmap[i] = in hw_alloc_regmap()
106 (i <= CAP_LAST ? ci->hw_bank.cap : ci->hw_bank.op) + in hw_alloc_regmap()
[all …]