/drivers/dca/ |
D | dca-sysfs.c | 39 cd = device_create(dca_class, dca->cd, MKDEV(0, slot + 1), NULL, in dca_sysfs_add_req() 71 cd = device_create(dca_class, dev, MKDEV(0, 0), NULL, "dca%d", dca->id); in dca_sysfs_add_provider()
|
/drivers/char/ |
D | vc_screen.c | 484 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, tty->index + 1), NULL, in vcs_make_sysfs() 486 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, tty->index + 129), NULL, in vcs_make_sysfs() 502 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs"); in vcs_init() 503 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa"); in vcs_init()
|
D | raw.c | 134 device_create(raw_class, NULL, MKDEV(RAW_MAJOR, rq->raw_minor), NULL, in bind_device() 286 device_create(raw_class, NULL, MKDEV(RAW_MAJOR, 0), NULL, "rawctl"); in raw_init()
|
D | misc.c | 220 misc->this_device = device_create(misc_class, misc->parent, dev, NULL, in misc_register()
|
D | bsr.c | 237 cur->bsr_device = device_create(bsr_class, NULL, cur->bsr_dev, in bsr_add_node()
|
D | viotape.c | 889 device_create(tape_class, NULL, MKDEV(VIOTAPE_MAJOR, i), NULL, in viotape_probe() 891 device_create(tape_class, NULL, MKDEV(VIOTAPE_MAJOR, i | 0x80), NULL, in viotape_probe()
|
D | snsc.c | 447 device_create(snsc_class, NULL, dev, NULL, in scdrv_init()
|
D | dsp56k.c | 511 device_create(dsp56k_class, NULL, MKDEV(DSP56K_MAJOR, 0), NULL, in dsp56k_init_driver()
|
/drivers/hwmon/ |
D | hwmon.c | 58 hwdev = device_create(hwmon_class, dev, MKDEV(0, 0), NULL, in hwmon_device_register()
|
/drivers/staging/android/ |
D | timed_output.c | 76 tdev->dev = device_create(timed_output_class, NULL, in timed_output_dev_register()
|
/drivers/s390/char/ |
D | tape_class.c | 72 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
|
/drivers/power/ |
D | power_supply_core.c | 118 psy->dev = device_create(power_supply_class, parent, 0, psy, in power_supply_register()
|
/drivers/switch/ |
D | switch_class.c | 124 sdev->dev = device_create(switch_class, NULL, in switch_dev_register()
|
/drivers/leds/ |
D | led-class.c | 123 led_cdev->dev = device_create(leds_class, parent, 0, led_cdev, in led_classdev_register()
|
/drivers/usb/core/ |
D | file.c | 200 intf->usb_dev = device_create(usb_class->class, &intf->dev, in usb_register_dev()
|
/drivers/video/display/ |
D | display-sysfs.c | 156 new_dev->dev = device_create(display_class, parent, in display_device_register()
|
/drivers/block/aoe/ |
D | aoechr.c | 287 device_create(aoe_class, NULL, in aoechr_init()
|
/drivers/mtd/ |
D | mtdchar.c | 29 device_create(mtd_class, NULL, MKDEV(MTD_CHAR_MAJOR, mtd->index*2), in mtd_notify_add() 32 device_create(mtd_class, NULL, MKDEV(MTD_CHAR_MAJOR, mtd->index*2+1), in mtd_notify_add()
|
/drivers/usb/misc/ |
D | phidgetservo.c | 278 dev->dev = device_create(phidget_class, &dev->udev->dev, MKDEV(0, 0), in servo_probe()
|
D | phidgetmotorcontrol.c | 368 mc->dev = device_create(phidget_class, &mc->udev->dev, MKDEV(0, 0), mc, in motorcontrol_probe()
|
/drivers/block/paride/ |
D | pt.c | 982 device_create(pt_class, NULL, MKDEV(major, unit), NULL, in pt_init() 984 device_create(pt_class, NULL, MKDEV(major, unit + 128), in pt_init()
|
/drivers/gpio/ |
D | gpiolib.c | 467 dev = device_create(&gpio_class, desc->chip->dev, MKDEV(0, 0), in gpio_export() 551 dev = device_create(&gpio_class, chip->dev, MKDEV(0, 0), chip, in gpiochip_export()
|
/drivers/hid/ |
D | hidraw.c | 364 dev->dev = device_create(hidraw_class, &hid->dev, MKDEV(hidraw_major, minor), in hidraw_connect()
|
/drivers/staging/comedi/ |
D | comedidev.h | 136 device_create(cs, ((parent) ? (parent) : (device)), devt, drvdata, fmt)
|
/drivers/media/dvb/dvb-core/ |
D | dvbdev.c | 258 clsdev = device_create(dvb_class, adap->device, in dvb_register_device()
|