/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | ubd_kern.c | 259 *error_out = "Couldn't parse device number"; in ubd_setup_common() 349 printk(KERN_ERR "Failed to initialize device with \"%s\" : " in ubd_setup() 357 " This is used to associate a device with a file in the underlying\n" 371 " machine by running 'dd' on the device. <n> must be in the range\n" 372 " 0 to 7. Appending an 'r' to the number will cause that device\n" 375 " 'c' will cause the device to be treated as being shared between multiple\n" 378 " 't' will disable trim/discard support on the device (enabled by default).\n\n" 379 " An optional device serial number can be exposed using the serial parameter\n" 381 " useful when a unique number should be given to the device. Note when\n" 812 static void ubd_device_release(struct device *de [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | stmpe.c | 28 * @id: device id to distinguish between multiple STMPEs on the same board 128 * stmpe_enable - enable blocks on an STMPE device 145 * stmpe_disable - disable blocks on an STMPE device 1074 * is not used and the device cannot interrupt the CPU. Here we only list 1510 static int stmpe_suspend(struct device *dev) in stmpe_suspend() 1520 static int stmpe_resume(struct device *dev) in stmpe_resume()
|
H A D | wm8997-tables.c | 788 static bool wm8997_readable_register(struct device *dev, unsigned int reg) in wm8997_readable_register() 1466 static bool wm8997_volatile_register(struct device *dev, unsigned int reg) in wm8997_volatile_register()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | guest.c | 598 * There's no property in the device tree to read the in attach_afu_directed() 656 static void guest_release_afu(struct device *dev) in guest_release_afu() 1070 pr_err("ABORTING:Bad operational status of the device\n"); in properties_look_ok() 1092 static void release_adapter(struct device *dev) in release_adapter()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | device.c | 75 * hl_device_release - release function for habanalabs device 80 * Called when process closes an habanalabs device 117 * hl_mmap - mmap function for habanalabs device 122 * Called when process does an mmap on habanalabs device. Call the device's mmap 158 static void device_release_func(struct device *dev) in device_release_func() 164 * device_init_cdev - Initialize cdev and device for habanalabs device 166 * @hdev: pointer to habanalabs device structure 167 * @hclass: pointer to the class object of the device [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-debug.c | 620 void hid_dump_device(struct hid_device *device, struct seq_file *f) in hid_dump_device() argument 629 report_enum = device->report_enum + i; in hid_dump_device()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | 17 #include <linux/device.h> 30 #include <media/v4l2-device.h> 1236 * Take a reference to the device since video_unregister_device() in vb2_video_unregister_device() 1238 * the device since we want to clean up the queue first. in vb2_video_unregister_device() 1254 * Now we put the device, and in most cases this will release in vb2_video_unregister_device()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov7740.c | 1177 static int __maybe_unused ov7740_runtime_suspend(struct device *dev) in ov7740_runtime_suspend() 1188 static int __maybe_unused ov7740_runtime_resume(struct device *dev) in ov7740_runtime_resume()
|
H A D | mt9p031.c | 14 #include <linux/device.h> 29 #include <media/v4l2-device.h>
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | ad714x.c | 8 #include <linux/device.h> 123 * of spi/i2c device 962 struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq, in ad714x_probe()
|
/kernel/linux/linux-5.10/drivers/isdn/capi/ |
H A D | capi.c | 37 #include <linux/device.h> 212 struct device *dev; in capiminor_alloc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | cdns-dsi.c | 948 * The host <-> device link might be described using an OF-graph in cdns_dsi_attach() 949 * representation, in this case we extract the device of_node from in cdns_dsi_attach() 972 dev_err(host->dev, "failed to add DSI device %s (err = %d)", in cdns_dsi_attach() 1145 static int __maybe_unused cdns_dsi_resume(struct device *dev) in cdns_dsi_resume() 1156 static int __maybe_unused cdns_dsi_suspend(struct device *dev) in cdns_dsi_suspend()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-samsung-s6e3ha2.c | 233 struct device *dev; 680 struct device *dev = &dsi->dev; in s6e3ha2_probe() 724 dev_err(dev, "failed to register backlight device\n"); in s6e3ha2_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r300.c | 368 if ((rdev->family == CHIP_R300 && rdev->pdev->device != 0x4144) || in r300_gpu_init() 369 (rdev->family == CHIP_R350 && rdev->pdev->device != 0x4148)) { in r300_gpu_init()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | sh_vou.c | 24 #include <media/v4l2-device.h> 239 unsigned int sizes[], struct device *alloc_devs[]) in sh_vou_queue_setup() 381 /* Enumerate formats, that the device can accept from the user */ 1277 dev_err(&pdev->dev, "Error registering v4l2 device\n"); in sh_vou_probe()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-4-7.c | 242 static void vfe_hw_version_read(struct vfe_device *vfe, struct device *dev) in vfe_hw_version_read() 1011 static int vfe_camif_wait_for_stop(struct vfe_device *vfe, struct device *dev) in vfe_camif_wait_for_stop() 1049 * @dev: VFE device
|
H A D | camss-vfe-4-1.c | 211 static void vfe_hw_version_read(struct vfe_device *vfe, struct device *dev) in vfe_hw_version_read() 889 static int vfe_camif_wait_for_stop(struct vfe_device *vfe, struct device *dev) in vfe_camif_wait_for_stop() 927 * @dev: VFE device
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
H A D | cx23885-417.c | 22 #include <linux/device.h> 1125 unsigned int sizes[], struct device *alloc_devs[]) in queue_setup() 1521 /* Allocate and initialize V4L video device */ in cx23885_417_register() 1550 pr_info("%s: can't register mpeg device\n", dev->name); in cx23885_417_register() 1554 pr_info("%s: registered device %s [mpeg]\n", in cx23885_417_register()
|
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-is-param.c | 14 #include <linux/device.h> 23 #include <media/v4l2-device.h>
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-csi2.c | 21 #include <media/v4l2-device.h> 359 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/c8sectpfe/ |
H A D | c8sectpfe-core.c | 15 #include <linux/device.h> 666 struct device *dev = &pdev->dev; in c8sectpfe_probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-blackbird.c | 22 #include <linux/device.h> 660 unsigned int sizes[], struct device *alloc_devs[]) in queue_setup() 1143 pr_info("can't register mpeg device\n"); in blackbird_register_video() 1146 pr_info("registered device %s [mpeg]\n", in blackbird_register_video() 1187 /* initial device configuration: needed ? */ in cx8802_blackbird_probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtvfb.c | 6 as a standard Linux /dev/fb style framebuffer device. The framebuffer has 498 /* Framebuffer device handling */ 1231 static int __init ivtvfb_callback_init(struct device *dev, void *p) in ivtvfb_callback_init() 1246 static int ivtvfb_callback_cleanup(struct device *dev, void *p) in ivtvfb_callback_cleanup()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispresizer.c | 14 #include <linux/device.h> 1135 struct device *dev = to_device(res); in resizer_set_stream() 1367 * @res : ISP resizer device 1560 * initialized on the device. 1710 * @res : Pointer to resizer device structure 1772 * @isp : Pointer to ISP device
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | davinci_mmc.c | 1364 static int davinci_mmcsd_suspend(struct device *dev) in davinci_mmcsd_suspend() 1375 static int davinci_mmcsd_resume(struct device *dev) in davinci_mmcsd_resume()
|