Searched refs:device_param_cb (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/block/ |
D | null_blk.c | 107 device_param_cb(queue_mode, &null_queue_mode_param_ops, &queue_mode, S_IRUGO); 135 device_param_cb(irqmode, &null_irqmode_param_ops, &irqmode, S_IRUGO);
|
/linux-4.1.27/include/linux/ |
D | moduleparam.h | 199 #define device_param_cb(name, ops, arg, perm) \ macro
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_mmio.c | 699 device_param_cb(device, &vm_cmdline_param_ops, NULL, S_IRUSR);
|