Home
last modified time | relevance | path

Searched refs:DEVICE_NAME (Results 1 – 25 of 54) sorted by relevance

123

/linux/lib/xz/
H A Dxz_dec_test.c21 #define DEVICE_NAME "xz_dec_test" macro
79 printk(KERN_INFO DEVICE_NAME ": opened\n"); in xz_dec_test_open()
88 printk(KERN_INFO DEVICE_NAME ": input was truncated\n"); in xz_dec_test_release()
90 printk(KERN_INFO DEVICE_NAME ": closed\n"); in xz_dec_test_release()
109 printk(KERN_INFO DEVICE_NAME ": %zu bytes of " in xz_dec_test_write()
116 printk(KERN_INFO DEVICE_NAME ": decoding %zu bytes of input\n", in xz_dec_test_write()
139 printk(KERN_INFO DEVICE_NAME ": XZ_OK\n"); in xz_dec_test_write()
143 printk(KERN_INFO DEVICE_NAME ": XZ_STREAM_END, " in xz_dec_test_write()
148 printk(KERN_INFO DEVICE_NAME ": XZ_MEMLIMIT_ERROR\n"); in xz_dec_test_write()
152 printk(KERN_INFO DEVICE_NAME ": XZ_FORMAT_ERROR\n"); in xz_dec_test_write()
[all …]
/linux/drivers/block/
H A Dz2ram.c28 #define DEVICE_NAME "Z2RAM" macro
78 pr_err(DEVICE_NAME ": bad access: block=%llu, " in z2_queue_rq()
169 printk(KERN_ERR DEVICE_NAME in z2_open()
193 printk(KERN_ERR DEVICE_NAME in z2_open()
206 printk(KERN_INFO DEVICE_NAME in z2_open()
217 printk(KERN_ERR DEVICE_NAME in z2_open()
226 printk(KERN_INFO DEVICE_NAME in z2_open()
243 printk(KERN_INFO DEVICE_NAME in z2_open()
257 printk(KERN_INFO DEVICE_NAME in z2_open()
271 printk(KERN_NOTICE DEVICE_NAME in z2_open()
[all …]
H A Dps3vram.c26 #define DEVICE_NAME "ps3vram" macro
524 pde = proc_create_single_data(DEVICE_NAME, 0444, NULL, in ps3vram_proc_init()
746 strscpy(gendisk->disk_name, DEVICE_NAME, sizeof(gendisk->disk_name)); in ps3vram_probe()
761 remove_proc_entry(DEVICE_NAME, NULL); in ps3vram_probe()
791 remove_proc_entry(DEVICE_NAME, NULL); in ps3vram_remove()
809 .core.name = DEVICE_NAME,
824 error = register_blkdev(0, DEVICE_NAME); in ps3vram_init()
826 pr_err("%s: register_blkdev failed %d\n", DEVICE_NAME, error); in ps3vram_init()
831 pr_info("%s: registered block device major %d\n", DEVICE_NAME, in ps3vram_init()
836 unregister_blkdev(ps3vram_major, DEVICE_NAME); in ps3vram_init()
[all …]
H A Dps3disk.c19 #define DEVICE_NAME "ps3disk" macro
175 blk_dump_rq_flags(req, DEVICE_NAME " bad request"); in ps3disk_do_request()
512 .core.name = DEVICE_NAME,
527 error = register_blkdev(0, DEVICE_NAME); in ps3disk_init()
540 unregister_blkdev(ps3disk_major, DEVICE_NAME); in ps3disk_init()
548 unregister_blkdev(ps3disk_major, DEVICE_NAME); in ps3disk_exit()
/linux/sound/usb/
H A Dcard.c355 #define DEVICE_NAME(vid, pid, vendor, product) \
383 DEVICE_NAME(0x041e, 0x3010, "Creative Labs", "Sound Blaster MP3+"),
385 DEVICE_NAME(0x041e, 0x3048, "Toshiba", "SB-0500"),
388 DEVICE_NAME(0x046d, 0x0867, "Logitech, Inc.", "Logi-MeetUp"),
389 DEVICE_NAME(0x046d, 0x0874, "Logitech, Inc.", "Logi-Tap-Audio"),
390 DEVICE_NAME(0x046d, 0x087c, "Logitech, Inc.", "Logi-Huddle"),
391 DEVICE_NAME(0x046d, 0x0898, "Logitech, Inc.", "Logi-RB-Audio"),
392 DEVICE_NAME(0x046d, 0x08d2, "Logitech, Inc.", "Logi-RBM-Audio"),
393 DEVICE_NAME(0x046d, 0x0990, "Logitech, Inc.", "QuickCam Pro 9000"),
395 DEVICE_NAME(
353 #define DEVICE_NAME( global() macro
[all...]
/linux/drivers/base/test/
H A Dplatform-device-test.c8 #define DEVICE_NAME "test" macro
61 pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE); in platform_device_devm_register_unregister_test()
90 pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE); in platform_device_devm_register_get_unregister_with_devm_test()
123 .name = DEVICE_NAME,
140 pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE); in probed_platform_device_devm_register_unregister_test()
179 pdev = platform_device_alloc(DEVICE_NAME, PLATFORM_DEVID_NONE); in probed_platform_device_devm_register_get_unregister_with_devm_test()
H A Droot-device-test.c8 #define DEVICE_NAME "test" macro
49 priv->dev = root_device_register(DEVICE_NAME); in root_device_devm_register_unregister_test()
81 priv->dev = root_device_register(DEVICE_NAME); in root_device_devm_register_get_unregister_with_devm_test()
/linux/drivers/virt/vboxguest/
H A Dvboxguest_linux.c19 #define DEVICE_NAME "vboxguest" macro
313 if (devm_request_region(dev, io, io_len, DEVICE_NAME) == NULL) { in vbg_pci_probe()
326 if (devm_request_mem_region(dev, mmio, mmio_len, DEVICE_NAME) == NULL) { in vbg_pci_probe()
352 gdev->misc_device.name = DEVICE_NAME; in vbg_pci_probe()
368 ret = request_irq(pci->irq, vbg_core_isr, IRQF_SHARED, DEVICE_NAME, in vbg_pci_probe()
378 DEVICE_NAME, ret); in vbg_pci_probe()
491 .name = DEVICE_NAME,
/linux/drivers/block/aoe/
H A Daoemain.c34 unregister_blkdev(AOE_MAJOR, DEVICE_NAME); in aoe_exit()
66 ret = register_blkdev(AOE_MAJOR, DEVICE_NAME); in aoe_init()
/linux/drivers/watchdog/
H A Dsunplus_wdt.c33 #define DEVICE_NAME "sunplus-wdt" macro
124 .identity = DEVICE_NAME,
198 .name = DEVICE_NAME,
/linux/drivers/hid/
H A Dhid-udraw-ps3.c58 #define DEVICE_NAME "THQ uDraw Game Tablet for PS3" macro
307 input_dev = allocate_and_setup(hdev, DEVICE_NAME " Touchpad"); in udraw_setup_touch()
334 input_dev = allocate_and_setup(hdev, DEVICE_NAME " Pen"); in udraw_setup_pen()
362 input_dev = allocate_and_setup(hdev, DEVICE_NAME " Accelerometer"); in udraw_setup_accel()
385 input_dev = allocate_and_setup(hdev, DEVICE_NAME " Joypad"); in udraw_setup_joypad()
/linux/drivers/soc/aspeed/
H A Daspeed-lpc-snoop.c26 #define DEVICE_NAME "aspeed-lpc-snoop" macro
174 DEVICE_NAME, lpc_snoop); in aspeed_lpc_snoop_config_irq()
202 devm_kasprintf(dev, GFP_KERNEL, "%s%d", DEVICE_NAME, channel); in aspeed_lpc_enable_snoop()
365 .name = DEVICE_NAME,
H A Daspeed-lpc-ctrl.c19 #define DEVICE_NAME "aspeed-lpc-ctrl" macro
319 lpc_ctrl->miscdev.name = DEVICE_NAME; in aspeed_lpc_ctrl_probe()
352 .name = DEVICE_NAME,
H A Daspeed-p2a-ctrl.c30 #define DEVICE_NAME "aspeed-p2a-ctrl" macro
375 misc_ctrl->miscdev.name = DEVICE_NAME; in aspeed_p2a_ctrl_probe()
430 .name = DEVICE_NAME,
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_ctl_drv.c23 #define DEVICE_NAME "qat_adf_ctl" macro
35 .name = DEVICE_NAME,
59 if (alloc_chrdev_region(&dev_id, 0, 1, DEVICE_NAME)) { in adf_chr_drv_create()
77 NULL, DEVICE_NAME); in adf_chr_drv_create()
/linux/drivers/char/ipmi/
H A Dipmi_ipmb.c22 #define DEVICE_NAME "ipmi-ipmb" macro
555 { .type = "ipmi", .compatible = DEVICE_NAME },
564 { DEVICE_NAME },
572 .name = DEVICE_NAME,
H A Dipmi_devintf.c792 #define DEVICE_NAME "ipmidev" macro
869 rv = register_chrdev(ipmi_major, DEVICE_NAME, &ipmi_fops); in init_ipmi_devintf()
882 unregister_chrdev(ipmi_major, DEVICE_NAME); in init_ipmi_devintf()
904 unregister_chrdev(ipmi_major, DEVICE_NAME); in cleanup_ipmi()
/linux/drivers/hwmon/
H A Dads7871.c63 #define DEVICE_NAME "ads7871" macro
198 .name = DEVICE_NAME,
/linux/drivers/media/rc/
H A Dgpio-ir-tx.c16 #define DEVICE_NAME "GPIO IR Bit Banging Transmitter" macro
183 rcdev->device_name = DEVICE_NAME; in gpio_ir_tx_probe()
H A Dpwm-ir-tx.c18 #define DEVICE_NAME "PWM IR Transmitter" macro
182 rcdev->device_name = DEVICE_NAME; in pwm_ir_probe()
/linux/drivers/input/misc/
H A Dibm-panel.c15 #define DEVICE_NAME "ibm-panel" macro
189 .name = DEVICE_NAME,
/linux/drivers/scsi/
H A Dps3rom.c25 #define DEVICE_NAME "ps3rom" macro
327 .name = DEVICE_NAME,
414 .core.name = DEVICE_NAME,
/linux/drivers/staging/vt6655/
H A Ddevice_cfg.h24 #define DEVICE_NAME "vt6655" macro
/linux/drivers/char/
H A Dps3flash.c19 #define DEVICE_NAME "ps3flash" macro
326 .name = DEVICE_NAME,
421 .core.name = DEVICE_NAME,
/linux/drivers/video/fbdev/
H A Dps3fb.c43 #define DEVICE_NAME "ps3fb" macro
957 .id = DEVICE_NAME,
1082 0, DEVICE_NAME, &dev->core); in ps3fb_probe()
1172 task = kthread_run(ps3fbd, info, DEVICE_NAME); in ps3fb_probe()
1247 .core.name = DEVICE_NAME,
1262 if (fb_get_options(DEVICE_NAME, &options)) in ps3fb_setup()

123