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