Searched refs:device_param_cb (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/drivers/firmware/ |
D | qemu_fw_cfg.c | 905 device_param_cb(ioport, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR); 906 device_param_cb(mmio, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR);
|
/linux-6.14.4/include/linux/ |
D | moduleparam.h | 259 #define device_param_cb(name, ops, arg, perm) \ macro
|
/linux-6.14.4/drivers/usb/core/ |
D | quirks.c | 172 device_param_cb(quirks, &quirks_param_ops, &quirks_param_string, 0644);
|
/linux-6.14.4/drivers/virtio/ |
D | virtio_mmio.c | 802 device_param_cb(device, &vm_cmdline_param_ops, NULL, S_IRUSR);
|
/linux-6.14.4/drivers/block/null_blk/ |
D | main.c | 157 device_param_cb(queue_mode, &null_queue_mode_param_ops, &g_queue_mode, 0444); 201 device_param_cb(irqmode, &null_irqmode_param_ops, &g_irqmode, 0444);
|
/linux-6.14.4/drivers/nvme/target/ |
D | tcp.c | 62 device_param_cb(so_priority, &set_param_ops, &so_priority, 0644); 71 device_param_cb(idle_poll_period_usecs, &set_param_ops,
|
/linux-6.14.4/arch/um/drivers/ |
D | virtio_uml.c | 1393 device_param_cb(device, &vu_cmdline_param_ops, NULL, S_IRUSR);
|
/linux-6.14.4/drivers/block/ |
D | loop.c | 1775 device_param_cb(hw_queue_depth, &loop_hw_qdepth_param_ops, &hw_queue_depth, 0444);
|