/kernel/linux/linux-5.10/fs/ceph/ |
H A D | debugfs.c | 4 #include <linux/device.h>
|
/kernel/linux/linux-5.10/drivers/w1/masters/ |
H A D | ds1wm.c | 311 struct device *dev = &ds1wm_data->pdev->dev; in ds1wm_up()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | gntalloc.c | 19 * memory that will later be shared with another domain. Without this device, 26 * 1. X uses the gntalloc device to allocate a page of kernel memory, P. 31 * driver, or via a the gntdev device to map into the address space of an 34 * 5. A program in X mmap()s a segment of the gntalloc device that corresponds 44 * reference, this device can be used to consume kernel memory by leaving grant 60 #include <linux/device.h> 76 "the gntalloc device"); 580 pr_err("Could not register misc gntalloc device\n"); in gntalloc_init() 584 pr_debug("Created grant allocation device at %d,%d\n", in gntalloc_init()
|
/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/ |
H A D | ne_pci_dev.c | 7 * DOC: Nitro Enclaves (NE) PCI device driver. 11 #include <linux/device.h> 25 * the NE PCI device. 37 * ne_submit_request() - Submit command request to the PCI device based on the 39 * @pdev: PCI device to send the command to. 40 * @cmd_type: Command type of the request sent to the PCI device. 57 * ne_retrieve_reply() - Retrieve reply from the PCI device. 58 * @pdev: PCI device to receive the reply from. 73 * ne_wait_for_reply() - Wait for a reply of a PCI device command. 74 * @pdev: PCI device fo [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | kempld_wdt.c | 440 struct device *dev = &pdev->dev; in kempld_wdt_probe()
|
/kernel/linux/linux-5.10/fs/coda/ |
H A D | psdev.c | 8 * Adapted to become the Linux 2.0 Coda pseudo device 35 #include <linux/device.h>
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | gus.h | 410 int timer_dev; /* timer device */ 608 int snd_gf1_rawmidi_new(struct snd_gus_card *gus, int device);
|
H A D | soc-component.h | 176 bool use_dai_pcm_id; /* use DAI link PCM ID as PCM device number */ 177 int be_pcm_base; /* base device ID for all BE PCMs */ 184 struct device *dev;
|
/kernel/linux/linux-5.10/kernel/ |
H A D | watchdog.c | 17 #include <linux/device.h>
|
/kernel/linux/linux-5.10/kernel/power/ |
H A D | qos.c | 29 #include <linux/device.h> 149 * pm_qos_flags_remove_req - Remove device PM QoS flags request. 333 /* User space interface to the CPU latency QoS via misc device. */
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | blk.c | 68 * blkdev - the block device to use for pstore storage 70 * Usually, this will be a partition of a block device. 73 * 1) <hex_major><hex_minor> device number in hexadecimal representation, 75 * 2) /dev/<disk_name> represents the device number of disk 76 * 3) /dev/<disk_name><decimal> represents the device number 77 * of partition - device number of disk plus the partition number 88 * 7) <major>:<minor> major and minor number of the device separated by 93 MODULE_PARM_DESC(blkdev, "block device for pstore storage"); 176 * register_pstore_device() - register non-block device to pstore/blk 178 * @dev: non-block device informatio [all...] |
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | orangefs-kernel.h | 26 #include <linux/device.h>
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | resources.c | 78 struct atm_dev *atm_dev_register(const char *type, struct device *parent, in atm_dev_register() 145 * if we remove current device from atm_devs list, new device in atm_dev_deregister() 239 dev = try_then_request_module(atm_dev_lookup(number), "atm-device-%d", in atm_dev_ioctl()
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | master.c | 3 * Handling of a master device, switching frames via its switch fabric CPU port 275 static ssize_t tagging_show(struct device *d, struct device_attribute *attr, in tagging_show() 321 "Failed to create a device link to DSA switch %s\n", in dsa_master_setup()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | page_pool.c | 11 #include <linux/device.h> 53 /* In order to request DMA-sync-for-device the page in page_pool_init()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | main.c | 13 #include <linux/device.h> 464 * @dev: the net device that the packet was received on 466 * @orig_dev: the original receive net device (e.g. bonded device)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ast/ |
H A D | ast_main.c | 78 /* Check if we have device-tree properties */ in ast_detect_config_mode() 83 drm_info(dev, "Using device-tree for configuration\n"); in ast_detect_config_mode() 88 if (dev->pdev->device != PCI_CHIP_AST2000) in ast_detect_config_mode() 142 /* Find out whether P2A works or whether to use device-tree */ in ast_detect_chip() 384 * Run this function as part of the HW device cleanup; not 385 * when the DRM device gets released.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_dsi_output.c | 438 struct device *dev = ddev->dev; in mdfld_dsi_panel_reset() 464 /* Flush posted writes on the device */ in mdfld_dsi_panel_reset() 476 * @dev drm device
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/ |
H A D | ch7006_drv.c | 427 static int ch7006_resume(struct device *dev) in ch7006_resume()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_mmu.c | 440 struct device *dev = gpu->drm->dev; in etnaviv_iommu_global_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_gtt.h | 215 struct device *dma;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-dtg.c | 78 struct device *dev;
|
H A D | dcss-ctxld.c | 67 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_pp.c | 6 #include <linux/device.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_pll_8960.c | 423 struct device *dev = &pdev->dev; in msm_hdmi_pll_8960_init()
|