/drivers/staging/unisys/visorbus/ |
D | visorbus_private.h | 33 void (*device_create)(struct visor_device *bus_info); member 48 void (*device_create)(struct visor_device *p, int response); member
|
D | visorbus_main.c | 142 .device_create = chipset_device_create, 1337 if (chipset_responders.device_create) in chipset_device_create() 1338 chipset_responders.device_create(dev_info, rc); in chipset_device_create()
|
/drivers/dca/ |
D | dca-sysfs.c | 41 cd = device_create(dca_class, dca->cd, MKDEV(0, slot + 1), NULL, in dca_sysfs_add_req() 70 cd = device_create(dca_class, dev, MKDEV(0, 0), NULL, "dca%d", dca->id); in dca_sysfs_add_provider()
|
/drivers/staging/rdma/hfi1/ |
D | device.c | 84 device = device_create(user_class, NULL, dev, NULL, "%s", name); in hfi1_cdev_init() 86 device = device_create(class, NULL, dev, NULL, "%s", name); in hfi1_cdev_init()
|
/drivers/tty/vt/ |
D | vc_screen.c | 628 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 1), NULL, in vcs_make_sysfs() 630 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, index + 129), NULL, in vcs_make_sysfs() 648 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 0), NULL, "vcs"); in vcs_init() 649 device_create(vc_class, NULL, MKDEV(VCS_MAJOR, 128), NULL, "vcsa"); in vcs_init()
|
/drivers/char/ |
D | raw.c | 179 device_create(raw_class, NULL, raw, NULL, in bind_set() 349 device_create(raw_class, NULL, MKDEV(RAW_MAJOR, 0), NULL, "rawctl"); in raw_init()
|
D | bsr.c | 261 cur->bsr_device = device_create(bsr_class, NULL, cur->bsr_dev, in bsr_add_node()
|
D | tile-srom.c | 353 dev = device_create(srom_class, &srom_parent->dev, in srom_setup_minor()
|
D | snsc.c | 448 device_create(snsc_class, NULL, dev, NULL, in scdrv_init()
|
D | dsp56k.c | 512 device_create(dsp56k_class, NULL, MKDEV(DSP56K_MAJOR, 0), NULL, in dsp56k_init_driver()
|
/drivers/staging/android/ |
D | timed_output.c | 88 tdev->dev = device_create(timed_output_class, NULL, in timed_output_dev_register()
|
/drivers/s390/char/ |
D | tape_class.c | 77 tcd->class_device = device_create(tape_class, device, in register_tape_dev()
|
D | fs3270.c | 531 device_create(class3270, NULL, MKDEV(IBM_FS3270_MAJOR, minor), in fs3270_create_cb() 558 device_create(class3270, NULL, MKDEV(IBM_FS3270_MAJOR, 0), in fs3270_init()
|
D | hmcdrv_dev.c | 324 dev = device_create(hmcdrv_dev_class, NULL, hmcdrv_dev_no, NULL, in hmcdrv_dev_init()
|
/drivers/bus/ |
D | vexpress-config.c | 136 dev = device_create(vexpress_config_class, parent, 0, in vexpress_config_bridge_register()
|
/drivers/usb/core/ |
D | file.c | 206 intf->usb_dev = device_create(usb_class->class, &intf->dev, in usb_register_dev()
|
/drivers/watchdog/ |
D | watchdog_core.c | 196 wdd->dev = device_create(watchdog_class, wdd->parent, devno, in __watchdog_register_device()
|
/drivers/block/aoe/ |
D | aoechr.c | 303 device_create(aoe_class, NULL, in aoechr_init()
|
/drivers/pwm/ |
D | sysfs.c | 332 parent = device_create(&pwm_class, chip->dev, MKDEV(0, 0), chip, in pwmchip_sysfs_export()
|
/drivers/pps/ |
D | pps.c | 333 pps->dev = device_create(pps_class, pps->info.dev, devt, pps, in pps_register_cdev()
|
/drivers/block/paride/ |
D | pt.c | 994 device_create(pt_class, NULL, MKDEV(major, unit), NULL, in pt_init() 996 device_create(pt_class, NULL, MKDEV(major, unit + 128), in pt_init()
|
/drivers/hid/ |
D | hid-roccat.c | 323 device->dev = device_create(klass, &hid->dev, in roccat_connect()
|
/drivers/crypto/qat/qat_common/ |
D | adf_ctl_drv.c | 112 drv_device = device_create(adf_ctl_drv.drv_class, NULL, in adf_chr_drv_create()
|
/drivers/staging/dgnc/ |
D | dgnc_driver.c | 239 dev = device_create(dgnc_class, NULL, in dgnc_start()
|
/drivers/staging/most/aim-cdev/ |
D | cdev.c | 465 channel->dev = device_create(aim_class, in aim_probe()
|