Home
last modified time | relevance | path

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

1234

/drivers/usb/dwc3/
A Ddwc3-of-simple.c41 simple = devm_kzalloc(dev, sizeof(*simple), GFP_KERNEL); in dwc3_of_simple_probe()
42 if (!simple) in dwc3_of_simple_probe()
46 simple->dev = dev; in dwc3_of_simple_probe()
66 ret = clk_bulk_get_all(simple->dev, &simple->clks); in dwc3_of_simple_probe()
71 ret = clk_bulk_prepare_enable(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
86 clk_bulk_disable_unprepare(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
87 clk_bulk_put_all(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
101 clk_bulk_disable_unprepare(simple->num_clocks, simple->clks); in __dwc3_of_simple_teardown()
102 clk_bulk_put_all(simple->num_clocks, simple->clks); in __dwc3_of_simple_teardown()
132 clk_bulk_disable(simple->num_clocks, simple->clks); in dwc3_of_simple_runtime_suspend()
[all …]
A DMakefile52 obj-$(CONFIG_USB_DWC3_OF_SIMPLE) += dwc3-of-simple.o
/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_simple_resource.c39 struct vmw_simple_resource simple; member
61 struct vmw_simple_resource *simple, in vmw_simple_resource_init() argument
65 struct vmw_resource *res = &simple->res; in vmw_simple_resource_init()
69 &simple->func->res_func); in vmw_simple_resource_init()
76 ret = simple->func->init(res, data); in vmw_simple_resource_init()
82 simple->res.hw_destroy = simple->func->hw_destroy; in vmw_simple_resource_init()
98 simple.res); in vmw_simple_resource_free()
117 struct vmw_resource *res = &usimple->simple.res; in vmw_simple_resource_base_release()
159 usimple->simple.func = func; in vmw_simple_resource_create_ioctl()
160 res = &usimple->simple.res; in vmw_simple_resource_create_ioctl()
[all …]
/drivers/media/pci/ttpci/
A DKconfig8 Support for simple SAA7146 based DVB cards
29 Support for simple SAA7146 based DVB cards (so called Budget-
53 Support for simple SAA7146 based DVB cards
79 Support for simple SAA7146 based DVB cards
/drivers/hid/usbhid/
A 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/
A DKconfig26 Add some dummy events to the simple dummy driver.
39 Add buffered data capture to the simple dummy driver.
/drivers/ntb/test/
A DKconfig5 This is a simple ping pong driver that exercises the scratchpads and
14 This is a simple debugging driver that enables the doorbell and
/drivers/net/hamradio/
A DKconfig89 This is one of two drivers for Baycom style simple amateur radio
109 This is one of two drivers for Baycom style simple amateur radio
126 This is a driver for Baycom style simple amateur radio modems that
141 This is a driver for Baycom style simple amateur radio modems that
/drivers/net/can/usb/kvaser_usb/
A Dkvaser_usb_leaf.c376 struct kvaser_cmd_simple simple; member
417 [CMD_START_CHIP_REPLY] = kvaser_fsize(u.simple),
418 [CMD_STOP_CHIP_REPLY] = kvaser_fsize(u.simple),
436 [CMD_START_CHIP_REPLY] = kvaser_fsize(u.simple),
437 [CMD_STOP_CHIP_REPLY] = kvaser_fsize(u.simple),
732 cmd->u.simple.channel = channel; in kvaser_usb_leaf_send_simple_cmd()
733 cmd->u.simple.tid = 0xff; in kvaser_usb_leaf_send_simple_cmd()
1088 cmd->u.simple.channel = priv->channel; in kvaser_usb_leaf_simple_cmd_async()
1593 u8 channel = cmd->u.simple.channel; in kvaser_usb_leaf_start_chip_reply()
1616 u8 channel = cmd->u.simple.channel; in kvaser_usb_leaf_stop_chip_reply()
/drivers/of/unittest-data/
A Doverlay_pci_node.dtso10 compatible = "simple-bus";
A Dtests-overlay.dtsi8 compatible = "simple-bus";
/drivers/hwtracing/stm/
A DKconfig18 This is a simple framing protocol for sending data over STM
46 This is a simple dummy device that pretends to be an stm device
/drivers/clk/imgtec/
A DKconfig8 development board from Imagination Technologies. These are simple
/drivers/mmc/core/
A DKconfig31 This selects simple hardware reset support aka pwrseq-simple for MMC
/drivers/platform/chrome/
A DKconfig94 EC through an I2C bus. This uses a simple byte-level protocol with
103 through rpmsg. This uses a simple byte-level protocol with a
117 ISH Transport protocol (ISH-TP). This uses a simple byte-level
150 This uses a simple byte-level protocol with a checksum. This is
/drivers/ata/pata_parport/
A DKconfig58 protocol from Fidelity International Technology. This is a simple
124 from KT Technology. This is a simple (low speed) adapter that is
/drivers/net/pse-pd/
A DKconfig19 This module provides support for simple regulator based Ethernet Power
/drivers/clk/sunxi/
A DMakefile16 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-simple-gates.o
/drivers/hsi/clients/
A DKconfig40 This driver provides a simple character device interface for
/drivers/bus/
A DMakefile33 obj-$(CONFIG_OF) += simple-pm-bus.o
/drivers/nvmem/
A DKconfig300 This is a simple driver to dump specified values of Rockchip SoC
311 This is a simple driver to dump specified values of Rockchip SoC
322 This is a simple driver to dump specified values of Spreadtrum
351 This is a simple driver to dump specified values of Spreadtrum
417 This is a simple driver to dump specified values of UniPhier SoC
/drivers/media/tuners/
A DMakefile34 obj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-simple.o
/drivers/soc/apple/
A DKconfig38 Apple SART is a simple DMA address filter used on Apple SoCs such
/drivers/gpu/drm/bridge/
A DMakefile29 obj-$(CONFIG_DRM_SIMPLE_BRIDGE) += simple-bridge.o
/drivers/net/ethernet/davicom/
A DKconfig31 bool "Force simple NSR based PHY polling"

Completed in 31 milliseconds

1234