Searched +full:usb +full:- +full:pinmap (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/brcm,usb-pinmap.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Broadcom USB pin map Controller10 - Al Cooper <alcooperx@gmail.com>15 - const: brcm,usb-pinmap22 description: Interrupt for signals mirrored to out-gpios.24 in-gpios:29 brcm,in-functions:[all …]
1 // SPDX-License-Identifier: GPL-2.064 val = gpiod_get_value(pin->gpiod); in sync_in_pin()66 pinmap_set(pin->pdata->regs, pin->value_mask); in sync_in_pin()68 pinmap_unset(pin->pdata->regs, pin->value_mask); in sync_in_pin()83 pr_debug("%s: reg: 0x%x\n", __func__, readl(pdata->regs)); in brcmstb_usb_pinmap_ovr_isr()84 pout = pdata->out_pins; in brcmstb_usb_pinmap_ovr_isr()85 for (x = 0; x < pdata->out_count; x++) { in brcmstb_usb_pinmap_ovr_isr()86 val = readl(pdata->regs); in brcmstb_usb_pinmap_ovr_isr()87 if (val & pout->changed_mask) { in brcmstb_usb_pinmap_ovr_isr()88 pinmap_set(pdata->regs, pout->clr_changed_mask); in brcmstb_usb_pinmap_ovr_isr()[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for the rest of the USB drivers6 obj-$(CONFIG_USB_ADUTUX) += adutux.o7 obj-$(CONFIG_USB_APPLEDISPLAY) += appledisplay.o8 obj-$(CONFIG_USB_CYPRESS_CY7C63) += cypress_cy7c63.o9 obj-$(CONFIG_USB_CYTHERM) += cytherm.o10 obj-$(CONFIG_USB_EMI26) += emi26.o11 obj-$(CONFIG_USB_EMI62) += emi62.o12 obj-$(CONFIG_USB_EZUSB_FX2) += ezusb.o13 obj-$(CONFIG_USB_FTDI_ELAN) += ftdi-elan.o[all …]
1 # SPDX-License-Identifier: GPL-2.03 # USB Miscellaneous driver configuration5 comment "USB Miscellaneous drivers"8 tristate "EMI 6|2m USB Audio interface support"10 This driver loads firmware to Emagic EMI 6|2m low latency USB14 USB Audio driver.22 tristate "EMI 2|6 USB Audio interface support"24 This driver loads firmware to Emagic EMI 2|6 low latency USB28 USB Audio driver.43 tristate "USB 7-Segment LED Display"[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]