Home
last modified time | relevance | path

Searched refs:peripheral (Results 1 – 25 of 41) sorted by relevance

12

/drivers/rtc/
Drtc-meson.c66 struct regmap *peripheral; /* peripheral registers */ member
84 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, 0); in meson_rtc_sclk_pulse()
86 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SCLK, in meson_rtc_sclk_pulse()
92 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, in meson_rtc_send_bit()
110 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, 0); in meson_rtc_set_dir()
111 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir()
113 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SDI, 0); in meson_rtc_set_dir()
125 regmap_read(rtc->peripheral, RTC_ADDR1, &tmp); in meson_rtc_get_data()
139 regmap_update_bits(rtc->peripheral, RTC_ADDR0, val, 0); in meson_rtc_get_bus()
143 if (!regmap_read_poll_timeout(rtc->peripheral, RTC_ADDR1, val, in meson_rtc_get_bus()
[all …]
/drivers/clk/qcom/
DKconfig89 Say Y if you want to use peripheral devices such as UART, SPI,
125 Say Y if you want to use peripheral devices such as UART, SPI,
132 Say Y if you want to use peripheral devices such as UART, SPI,
140 Say Y if you want to use peripheral devices such as UART, SPI,
155 Say Y if you want to use peripheral devices such as UART, SPI,
163 Say Y if you want to use peripheral devices such as UART, SPI,
186 Say Y if you want to use peripheral devices such as UART, SPI,
201 Say Y if you want to use peripheral devices such as UART, SPI,
225 Say Y if you want to use peripheral devices such as UART, SPI,
241 Say Y if you want to use peripheral devices such as UART, SPI,
[all …]
/drivers/usb/gadget/udc/
DKconfig4 # (a) a peripheral controller, and
174 R8A66597 is a discrete USB host and peripheral controller chip that
186 Renesas USBHS is a discrete USB host and peripheral controller chip
200 Renesas USB3.0 Peripheral controller is a USB peripheral controller
252 full speed USB peripheral.
259 controller, which support super speed USB peripheral.
298 M66592 is a discrete USB peripheral controller chip that
321 if it's not being used to implement peripheral or OTG roles.
348 PLX NET2272 is a USB peripheral controller which supports
371 NetChip 2280 / 2282 is a PCI based USB peripheral controller which
[all …]
/drivers/firmware/
Dqcom_scm.c448 int qcom_scm_pas_init_image(u32 peripheral, const void *metadata, size_t size) in qcom_scm_pas_init_image() argument
457 .args[0] = peripheral, in qcom_scm_pas_init_image()
501 int qcom_scm_pas_mem_setup(u32 peripheral, phys_addr_t addr, phys_addr_t size) in qcom_scm_pas_mem_setup() argument
508 .args[0] = peripheral, in qcom_scm_pas_mem_setup()
533 int qcom_scm_pas_auth_and_reset(u32 peripheral) in qcom_scm_pas_auth_and_reset() argument
540 .args[0] = peripheral, in qcom_scm_pas_auth_and_reset()
562 int qcom_scm_pas_shutdown(u32 peripheral) in qcom_scm_pas_shutdown() argument
569 .args[0] = peripheral, in qcom_scm_pas_shutdown()
593 bool qcom_scm_pas_supported(u32 peripheral) in qcom_scm_pas_supported() argument
600 .args[0] = peripheral, in qcom_scm_pas_supported()
/drivers/usb/isp1760/
DKconfig46 Select this if you want to use the ISP1760 in peripheral mode only.
57 peripheral modes.
/drivers/usb/gadget/
DKconfig4 # (a) a peripheral controller, and
23 PC) controlling up to 127 peripheral devices.
25 you can't connect a "to-the-host" connector to a peripheral.
27 Linux can run in the host, or in the peripheral. In both cases
36 a USB peripheral device. Configure one hardware driver for your
37 peripheral/device side bus controller, and a "gadget driver" for
38 your peripheral protocol. (If you use modular gadget drivers,
83 (for a peripheral controller). The information in these
372 USB peripheral controller driver. Then you can use host-side
/drivers/usb/gadget/udc/aspeed-vhub/
DKconfig7 USB peripheral controller for the Aspeed AST2400, AST2500 and
/drivers/usb/mon/
DKconfig10 between peripheral-specific drivers and HC drivers will be built.
/drivers/usb/renesas_usbhs/
DKconfig12 Renesas USBHS is a discrete USB host and peripheral controller chip
/drivers/clk/sprd/
DKconfig23 Say Y if you want to use peripheral devices on sc9863a SoC.
/drivers/extcon/
DKconfig37 Say Y here to enable support for USB peripheral detection
134 Say Y here to enable support for USB peripheral and USB host
142 Say Y here to enable support for USB peripheral and USB host
/drivers/clk/at91/
DMakefile8 obj-y += clk-system.o clk-peripheral.o clk-programmable.o
/drivers/bus/mhi/host/
DKconfig13 and communicate with modem devices over a high speed peripheral
/drivers/net/can/m_can/
DKconfig24 M_CAN controller. This device is a peripheral device that uses the
/drivers/slimbus/
DKconfig9 and other peripheral components in typical embedded systems.
/drivers/dma/
DKconfig109 Enable support for the Analog Devices AXI-DMAC peripheral. This DMA
503 16 to 32 channels for peripheral to memory or memory to memory
592 The DMA controller can transfer data from memory to peripheral,
612 This DMA controller transfers data from memory to peripheral fifo
625 peripheral and vice versa. It does not support memory to
655 memory to memory, memory to peripheral and peripheral to memory.
/drivers/bus/
DKconfig62 peripheral IP-cores with RAM controller and with MIPS P5600 cores on
235 bool "TI da8xx master peripheral priority driver"
238 Driver for Texas Instruments da8xx master peripheral priority
/drivers/usb/mtu3/
DKconfig14 mode as peripheral role or host role, or both.
/drivers/usb/phy/
DKconfig92 tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
107 controller is needed to switch between host and peripheral modes.
/drivers/staging/most/Documentation/
Ddriver_usage.txt42 of this layer is designed to handle exactly one of the peripheral
58 The adapter layer contains a pool of device drivers. For each peripheral
60 the interface. Adapter drivers encapsulate the peripheral interface
/drivers/reset/
DKconfig23 peripheral PHYs on the Altera Arria10 System Resource Chip.
241 Support for peripheral core reset included in its own glue layer
/drivers/video/fbdev/omap2/omapfb/dss/
DKconfig80 processor and a peripheral, such as a display or a framebuffer chip.
/drivers/usb/gadget/legacy/
DKconfig4 # (a) a peripheral controller, and
21 # the peripheral hardware.
53 USB peripheral controller driver. Then you can use host-side
364 plus the ability to handle altsettings. Not all peripheral
/drivers/gpu/drm/omapdrm/dss/
DKconfig102 processor and a peripheral, such as a display or a framebuffer chip.
/drivers/usb/host/
DKconfig12 host/peripheral/OTG USB controllers.
408 full-speed devices either in host or peripheral mode. This
693 host side or peripheral side roles. Enable this option if your
724 The R8A66597 is a USB 2.0 host and peripheral controller.
736 The Renesas USBHS is a USB 2.0 host and peripheral controller.

12