Searched refs:driver (Results 176 - 200 of 8894) sorted by path

1234567891011>>

/linux-master/sound/soc/au1x/
H A Ddb1000.c48 .driver = {
/linux-master/sound/soc/codecs/
H A Dad193x-spi.c3 * AD1938/AD1939 audio driver
43 .driver = {
51 MODULE_DESCRIPTION("ASoC AD1938/AD1939 audio CODEC driver");
H A Dadav801.c3 * ADAV801 audio driver
33 .driver = {
41 MODULE_DESCRIPTION("ASoC ADAV801 driver");
H A Des8328-spi.c3 * es8328.c -- ES8328 ALSA SoC SPI Audio driver
29 .driver = {
37 MODULE_DESCRIPTION("ASoC ES8328 audio CODEC SPI driver");
H A Dssm2602-spi.c3 * SSM2602 SPI audio driver
29 .driver = {
37 MODULE_DESCRIPTION("ASoC SSM2602 SPI driver");
H A Dtlv320aic23-spi.c3 * ALSA SoC TLV320AIC23 codec driver SPI interface
35 .driver = {
43 MODULE_DESCRIPTION("ASoC TLV320AIC23 codec driver SPI");
/linux-master/sound/usb/line6/
H A DMakefile4 driver.o \
/linux-master/tools/testing/selftests/media_tests/
H A Dmedia_device_open.c15 * run when hardware and driver that makes use Media
24 * Run this test is a loop and run bind/unbind on the driver.
80 printf("Media device model %s driver %s\n",
81 mdi.model, mdi.driver);
H A Dmedia_device_test.c15 * run when hardware and driver that makes use Media
98 printf("Media device model %s driver %s - count %d\n",
99 mdi.model, mdi.driver, count);
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_host_driver.c21 const char *driver; local
23 driver = udev_device_get_driver(dev);
24 return driver != NULL && !strcmp(driver, USBIP_HOST_DRV_NAME);
/linux-master/tools/usb/usbip/src/
H A Dusbip_bind.c50 err("error binding device %s to driver: %s", busid,
58 /* buggy driver may cause dead lock */
69 const char *driver; local
94 /* Get the device driver. */
95 driver = udev_device_get_driver(dev);
96 if (!driver) {
97 /* No driver bound to this device. */
101 if (!strncmp(USBIP_HOST_DRV_NAME, driver,
108 /* Unbind device from driver. */
111 SYSFS_DRIVERS_NAME, driver, attr_nam
[all...]
H A Dusbip_unbind.c42 const char *driver; local
54 /* Check whether the device is using usbip-host driver. */
55 driver = udev_device_get_driver(dev);
56 if (!driver || strcmp(driver, "usbip-host")) {
57 err("device is not bound to usbip-host driver");
61 /* Unbind device from driver. */
68 err("error unbinding device %s from driver", busid);
72 /* Notify driver of unbind. */
H A Dusbipd.c84 static struct usbip_host_driver *driver; variable in typeref:struct:usbip_host_driver
110 list_for_each(i, &driver->edev_list) {
177 list_for_each(j, &driver->edev_list) {
197 list_for_each(j, &driver->edev_list) {
263 ret = usbip_refresh_device_list(driver);
501 if (usbip_driver_open(driver))
507 usbip_driver_close(driver);
532 usbip_driver_close(driver);
540 usbip_driver_close(driver);
581 usbip_driver_close(driver);
[all...]
/linux-master/Documentation/arch/s390/
H A Dconfig3270.sh16 P=/proc/tty/driver/tty3270
28 ADDNOTE=\\"# Additional mingettys for the 3270/tty* driver, tub3270 ---\\"
49 # Now query the tub3270 driver for 3270 device information
/linux-master/
H A DMakefile508 CLIPPY_DRIVER = clippy-driver
/linux-master/arch/alpha/kernel/
H A Dsrmcons.c5 * Callback based driver for SRM Console console device.
6 * (TTY driver and console driver)
31 * The TTY driver
201 struct tty_driver *driver; local
204 driver = tty_alloc_driver(MAX_SRM_CONSOLE_DEVICES, 0);
205 if (IS_ERR(driver))
206 return PTR_ERR(driver);
210 driver->driver_name = "srm";
211 driver
[all...]
/linux-master/arch/arc/kernel/
H A Dperf_event.c839 .driver = {
850 MODULE_DESCRIPTION("ARC PMU driver");
/linux-master/arch/arm/common/
H A Dlocomo.c514 * the per-machine level, and then have this driver pick
524 .driver = {
530 * Get the parent device driver (us) structure
830 struct locomo_driver *drv = LOCOMO_DRV(dev->driver);
841 struct locomo_driver *drv = LOCOMO_DRV(dev->driver);
854 int locomo_driver_register(struct locomo_driver *driver) argument
856 driver->drv.bus = &locomo_bus_type;
857 return driver_register(&driver->drv);
861 void locomo_driver_unregister(struct locomo_driver *driver) argument
863 driver_unregister(&driver
[all...]
H A Dsa1111.c15 #include <linux/gpio/driver.h>
1149 * the per-machine level, and then have this driver pick
1158 .driver = {
1165 * Get the parent device driver (us) structure
1353 struct sa1111_driver *drv = SA1111_DRV(dev->driver);
1364 struct sa1111_driver *drv = SA1111_DRV(dev->driver);
1378 int sa1111_driver_register(struct sa1111_driver *driver) argument
1380 driver->drv.bus = &sa1111_bus_type;
1381 return driver_register(&driver->drv);
1385 void sa1111_driver_unregister(struct sa1111_driver *driver) argument
[all...]
H A Dscoop.c11 #include <linux/gpio/driver.h>
256 .driver = {
/linux-master/arch/arm/include/asm/hardware/
H A Dlocomo.h194 #define LOCOMO_DRIVER_NAME(_ldev) ((_ldev)->dev.driver->name)
H A Dsa1111.h409 #define SA1111_DRIVER_NAME(_sadev) ((_sadev)->dev.driver->name)
/linux-master/arch/arm/kernel/
H A Dperf_event_v6.c440 .driver = {
H A Dperf_event_v7.c1996 .driver = {
H A Dperf_event_xscale.c741 .driver = {

Completed in 345 milliseconds

1234567891011>>