/openbmc/linux/drivers/clk/qcom/ |
H A D | lpasscorecc-sc7180.c | 468 .driver = { 477 .driver = {
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | ti-omap-hsmmc.txt | 7 by mmc.txt and the properties used by the omap_hsmmc driver. 107 dat1. The MMC driver will then toggle between idle and default state during
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | bytcr_wm5102.c | 455 dev->driver->pm = &snd_soc_pm_ops; in snd_byt_wm5102_mc_probe() 485 .driver = {
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 278 struct usb_gadget_driver *driver) in dbgp_bind() argument 417 .driver = {
|
/openbmc/linux/drivers/soc/tegra/ |
H A D | Kconfig | 171 tristate "Tegra driver to handle error from CBB" 176 This driver handles the errors from CBB and prints debug
|
/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/ |
H A D | legacy.rst | 5 :Original: Documentation/driver-api/gpio/legacy.rst 391 Documentation/driver-api/pin-control.rst
|
/openbmc/linux/Documentation/virt/hyperv/ |
H A D | clocks.rst | 11 driver, just as they would on bare metal. Linux vDSO support for the 72 The driver for the Hyper-V synthetic system clock and timers is
|
/openbmc/linux/drivers/edac/ |
H A D | zynqmp_edac.c | 393 dci->mod_name = pdev->dev.driver->name; in edac_probe() 455 .driver = {
|
/openbmc/linux/include/linux/ |
H A D | firewire.h | 84 const struct fw_card_driver *driver; member 248 struct device_driver driver; member
|
/openbmc/linux/drivers/staging/fbtft/ |
H A D | fbtft.h | 297 .driver = { \ 326 .driver = { \
|
/openbmc/linux/sound/usb/bcd2000/ |
H A D | bcd2000.c | 398 strscpy(card->driver, "snd-bcd2000", sizeof(card->driver)); in bcd2000_probe()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 368 client->dev.driver->name, ts); in tsc2007_probe() 416 .driver = {
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | ti-tfp410.c | 415 .driver = { 449 .driver = {
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_dma_helper.c | 77 if (drm->driver->gem_create_object) { in __drm_gem_dma_create() 78 gem_obj = drm->driver->gem_create_object(drm, size); in __drm_gem_dma_create()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-devfreq | 31 devfreq driver. 48 driver should provide the list of available frequencies
|
H A D | sysfs-block-device | 73 This file does not exist if the HBA driver does not implement 95 This file does not exist if the HBA driver does not implement
|
/openbmc/linux/drivers/gpu/drm/mxsfb/ |
H A D | mxsfb_drv.c | 200 return request_irq(irq, mxsfb_irq_handler, 0, dev->driver->name, dev); in mxsfb_irq_install() 421 .driver = {
|
/openbmc/linux/drivers/bluetooth/ |
H A D | virtio_bt.c | 417 .driver.name = KBUILD_MODNAME, 418 .driver.owner = THIS_MODULE,
|
/openbmc/dbus-sensors/ |
H A D | README.md | 5 from hwmon, d-bus, or direct driver access to provide readings. Some advance 19 - multiple data inputs: hwmon, d-bus, direct driver access
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra114.dtsi | 255 * There are two serial driver i.e. 8250 based simple serial 256 * driver and APB DMA based serial driver for higher baudrate 257 * and performace. To enable the 8250 based driver, the compatible 259 * the APB DMA based serial driver, the compatible is
|
H A D | tegra20.dtsi | 308 * There are two serial driver i.e. 8250 based simple serial 309 * driver and APB DMA based serial driver for higher baudrate 310 * and performace. To enable the 8250 based driver, the compatible 312 * driver, the compatible is "nvidia,tegra20-hsuart".
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
H A D | cxgb.rst | 27 This document describes the Linux driver for Chelsio 10Gb Ethernet Network 28 Controller. This driver supports the Chelsio N210 NIC and is backward 39 coalescing parameters, allowing the driver to dynamically adapt the latency 277 2. After running insmod, the driver is loaded and the incorrect network 297 To disable this "hotplug" feature, you may add the driver (module name)
|
/openbmc/linux/Documentation/networking/ |
H A D | scaling.rst | 56 The driver for a multi-queue capable NIC typically provides a kernel 58 configure. In the bnx2x driver, for instance, this parameter is called 65 hash, is usually programmed by the driver at initialization. The 126 a driver sends a packet up the network stack with netif_rx() or 362 ndo_rx_flow_steer driver function to communicate the desired hardware 365 rps_dev_flow_table is updated. The driver in turn uses a device specific 370 is maintained by the NIC driver. This is an auto-generated reverse map of 381 CONFIG_RFS_ACCEL and support is provided by the NIC device and driver. 384 configured for each receive queue by the driver, so no additional 468 default for SMP). If compiled in, it is driver dependent whether, and
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 337 WARN_ON(tty->driver->type == TTY_DRIVER_TYPE_PTY && in tty_set_termios() 338 tty->driver->subtype == PTY_TYPE_MASTER); in tty_set_termios() 782 if (tty->driver->type == TTY_DRIVER_TYPE_PTY && in tty_mode_ioctl() 783 tty->driver->subtype == PTY_TYPE_MASTER) in tty_mode_ioctl()
|
/openbmc/qemu/qapi/ |
H A D | virtio.json | 520 # @vring-avail: VirtQueue vring.avail (driver area) 662 # @avail-phys: vhost_virtqueue avail_phys (driver area physical 779 # Information regarding the avail vring (a.k.a. driver area) 813 # descriptor, driver, and device areas
|