Home
last modified time | relevance | path

Searched refs:device_param_cb (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c906 device_param_cb(ioport, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR);
907 device_param_cb(mmio, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR);
/openbmc/linux/include/linux/
H A Dmoduleparam.h259 #define device_param_cb(name, ops, arg, perm) \ macro
/openbmc/linux/drivers/usb/core/
H A Dquirks.c172 device_param_cb(quirks, &quirks_param_ops, &quirks_param_string, 0644);
/openbmc/linux/drivers/virtio/
H A Dvirtio_mmio.c804 device_param_cb(device, &vm_cmdline_param_ops, NULL, S_IRUSR);
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c56 device_param_cb(so_priority, &set_param_ops, &so_priority, 0644);
65 device_param_cb(idle_poll_period_usecs, &set_param_ops,
/openbmc/linux/drivers/block/null_blk/
H A Dmain.c145 device_param_cb(queue_mode, &null_queue_mode_param_ops, &g_queue_mode, 0444);
189 device_param_cb(irqmode, &null_irqmode_param_ops, &g_irqmode, 0444);
/openbmc/linux/arch/um/drivers/
H A Dvirtio_uml.c1373 device_param_cb(device, &vu_cmdline_param_ops, NULL, S_IRUSR);
/openbmc/linux/drivers/block/
H A Dloop.c1833 device_param_cb(hw_queue_depth, &loop_hw_qdepth_param_ops, &hw_queue_depth, 0444);