Home
last modified time | relevance | path

Searched refs:simple (Results 1 – 25 of 67) sorted by relevance

123

/drivers/usb/dwc3/
Ddwc3-of-simple.c39 static int dwc3_of_simple_clk_init(struct dwc3_of_simple *simple, int count) in dwc3_of_simple_clk_init() argument
41 struct device *dev = simple->dev; in dwc3_of_simple_clk_init()
45 simple->num_clocks = count; in dwc3_of_simple_clk_init()
50 simple->clks = devm_kcalloc(dev, simple->num_clocks, in dwc3_of_simple_clk_init()
52 if (!simple->clks) in dwc3_of_simple_clk_init()
55 for (i = 0; i < simple->num_clocks; i++) { in dwc3_of_simple_clk_init()
62 clk_disable_unprepare(simple->clks[i]); in dwc3_of_simple_clk_init()
63 clk_put(simple->clks[i]); in dwc3_of_simple_clk_init()
71 clk_disable_unprepare(simple->clks[i]); in dwc3_of_simple_clk_init()
72 clk_put(simple->clks[i]); in dwc3_of_simple_clk_init()
[all …]
DMakefile40 obj-$(CONFIG_USB_DWC3_OF_SIMPLE) += dwc3-of-simple.o
/drivers/hid/usbhid/
DKconfig51 tristate "USB HIDBP Keyboard (simple Boot) support"
59 useful for embedded applications or simple keyboards.
67 tristate "USB HIDBP Mouse (simple Boot) support"
75 useful for embedded applications or simple mice.
/drivers/iio/dummy/
DKconfig25 Add some dummy events to the simple dummy driver.
33 Add buffered data capture to the simple dummy driver.
/drivers/ntb/test/
DKconfig4 This is a simple ping pong driver that exercises the scratchpads and
13 This is a simple debugging driver that enables the doorbell and
/drivers/mmc/core/
DKconfig20 This selects simple hardware reset support aka pwrseq-simple for MMC
/drivers/media/pci/ttpci/
DKconfig58 Support for simple SAA7146 based DVB cards
79 Support for simple SAA7146 based DVB cards (so called Budget-
103 Support for simple SAA7146 based DVB cards
129 Support for simple SAA7146 based DVB cards
/drivers/staging/iio/Documentation/
Doverview.txt21 hwmon with simple polled access to device channels via sysfs.
26 detection. The events themselves are currently very simple with
/drivers/gpu/drm/panel/
DMakefile1 obj-$(CONFIG_DRM_PANEL_SIMPLE) += panel-simple.o
DKconfig11 tristate "support for simple panels"
/drivers/bus/
DMakefile20 obj-$(CONFIG_SIMPLE_PM_BUS) += simple-pm-bus.o
/drivers/lguest/
DKconfig6 This is a very simple module which allows you to run
/drivers/net/hamradio/
DKconfig119 This is one of two drivers for Baycom style simple amateur radio
139 This is one of two drivers for Baycom style simple amateur radio
157 This is a driver for Baycom style simple amateur radio modems that
172 This is a driver for Baycom style simple amateur radio modems that
/drivers/net/ethernet/davicom/
DKconfig17 bool "Force simple NSR based PHY polling"
/drivers/clk/sunxi/
DMakefile13 obj-y += clk-simple-gates.o
/drivers/gpu/drm/tilcdc/
Dtilcdc_slave_compat.dts13 * target-path property values are simple tags that are replaced with
/drivers/hsi/clients/
DKconfig39 This driver provides a simple character device interface for
/drivers/media/tuners/
DMakefile8 obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-simple.o
/drivers/hwtracing/stm/
DKconfig17 This is a simple dummy device that pretends to be an stm device
/drivers/iio/buffer/
DKconfig35 A simple fifo based on kfifo. Note that this currently provides
/drivers/usb/serial/
DMakefile52 obj-$(CONFIG_USB_SERIAL_SIMPLE) += usb-serial-simple.o
/drivers/staging/sm750fb/
Dreadme38 to use fb1. Another simple althernative is to disable vesafb from your config.
/drivers/net/can/usb/
Dkvaser_usb.c395 struct kvaser_msg_simple simple; member
646 msg->u.simple.channel = channel; in kvaser_usb_send_simple_msg()
647 msg->u.simple.tid = 0xff; in kvaser_usb_send_simple_msg()
803 msg->u.simple.channel = priv->channel; in kvaser_usb_simple_msg_async()
1229 u8 channel = msg->u.simple.channel; in kvaser_usb_start_chip_reply()
1252 u8 channel = msg->u.simple.channel; in kvaser_usb_stop_chip_reply()
/drivers/platform/chrome/
DKconfig55 over an LPC bus. This uses a simple byte-level protocol with a
/drivers/atm/
Dnicstarmac.copyright28 * Fix is simple: make large buffers large enough to hold entire

123