Home
last modified time | relevance | path

Searched refs:device (Results 3351 - 3375 of 28104) sorted by relevance

1...<<131132133134135136137138139140>>...1125

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_buffer_mgr.h49 void cc_unmap_cipher_request(struct device *dev, void *ctx, unsigned int ivsize,
54 void cc_unmap_aead_request(struct device *dev, struct aead_request *req);
64 void cc_unmap_hash_request(struct device *dev, void *ctx,
67 void cc_copy_sg_portion(struct device *dev, u8 *dest, struct scatterlist *sg,
H A Dcc_pm.c18 static int cc_pm_suspend(struct device *dev) in cc_pm_suspend()
29 static int cc_pm_resume(struct device *dev) in cc_pm_resume()
35 /* Enables the device source clk */ in cc_pm_resume()
65 int cc_pm_get(struct device *dev) in cc_pm_get()
76 void cc_pm_put_suspend(struct device *dev) in cc_pm_put_suspend()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dccwgroup.h9 * struct ccwgroup_device - ccw group device
12 * @dev: embedded device structure
27 struct device dev;
34 * @setup: function called during device creation to setup the device
36 * @set_online: function called when device is set online
37 * @set_offline: function called when device is set offline
38 * @shutdown: function called when device is shut down
55 int ccwgroup_create_dev(struct device *root, struct ccwgroup_driver *gdrv,
70 bool dev_is_ccwgroup(struct device *de
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmiscdevice.h7 #include <linux/device.h>
10 * These allocations are managed by device@lanana.org. If you need
76 struct device;
84 struct device *parent;
85 struct device *this_device;
H A Dmailbox_controller.h9 #include <linux/device.h>
75 struct device *dev;
135 int devm_mbox_controller_register(struct device *dev,
137 void devm_mbox_controller_unregister(struct device *dev,
/kernel/linux/linux-5.10/include/linux/usb/
H A Dof.h26 struct device *usb_of_get_companion_dev(struct device *dev);
56 static inline struct device *usb_of_get_companion_dev(struct device *dev) in usb_of_get_companion_dev()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dsigmadsp.h11 #include <linux/device.h>
36 struct device *dev;
45 struct sigmadsp *devm_sigmadsp_init(struct device *dev,
54 struct sigmadsp *devm_sigmadsp_init_regmap(struct device *dev,
/kernel/linux/linux-5.10/include/sound/ac97/
H A Dcodec.h9 #include <linux/device.h>
22 * struct ac97_id - matches a codec device and driver on an ac97 bus
25 * matching. A driver binds to a device when :
37 * @dev: the core device
43 * This is the device instantiated for each codec living on a AC-link. There are
48 struct device dev;
57 * @driver: the device driver structure
59 * @remove: the function called when the device is unbound/removed
71 static inline struct ac97_codec_device *to_ac97_device(struct device *d) in to_ac97_device()
97 static inline struct device *
[all...]
/kernel/linux/linux-5.10/kernel/dma/
H A Dvirt.c10 static void *dma_virt_alloc(struct device *dev, size_t size, in dma_virt_alloc()
22 static void dma_virt_free(struct device *dev, size_t size, in dma_virt_free()
29 static dma_addr_t dma_virt_map_page(struct device *dev, struct page *page, in dma_virt_map_page()
37 static int dma_virt_map_sg(struct device *dev, struct scatterlist *sgl, in dma_virt_map_sg()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowof.c55 struct nvkm_device *device = bios->subdev.device; in of_init() local
56 struct pci_dev *pdev = device->func->pci(device)->pdev; in of_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_mmu.h28 struct device *dev;
34 static inline void msm_mmu_init(struct msm_mmu *mmu, struct device *dev, in msm_mmu_init()
42 struct msm_mmu *msm_iommu_new(struct device *dev, struct iommu_domain *domain);
43 struct msm_mmu *msm_gpummu_new(struct device *dev, struct msm_gpu *gpu);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dsorgp100.c84 struct nvkm_device *device = disp->engine.subdev.device; in gp100_sor_new() local
87 if (!((hda = nvkm_rd32(device, 0x08a15c)) & 0x40000000)) in gp100_sor_new()
88 hda = nvkm_rd32(device, 0x10ebb0) >> 8; in gp100_sor_new()
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-isa.h16 #include <media/v4l2-device.h>
92 int radio_isa_match(struct device *pdev, unsigned int dev);
93 int radio_isa_probe(struct device *pdev, unsigned int dev);
94 int radio_isa_remove(struct device *pdev, unsigned int dev);
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci-stub.c3 * Simple stub driver to reserve a PCI device
10 * device to it. For example:
26 "\"vendor:device[:subvendor[:subdevice[:class[:class_mask]]]]\""
57 unsigned int vendor, device, subvendor = PCI_ANY_ID, in pci_stub_init() local
65 &vendor, &device, &subvendor, &subdevice, in pci_stub_init()
74 vendor, device, subvendor, subdevice, class, class_mask); in pci_stub_init()
76 rc = pci_add_dynid(&stub_driver, vendor, device, in pci_stub_init()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Ddell-smbios.h16 #include <linux/device.h>
57 int dell_smbios_register_device(struct device *d, void *call_fn);
58 void dell_smbios_unregister_device(struct device *d);
61 int dell_smbios_call_filter(struct device *d,
/kernel/linux/linux-5.10/include/acpi/
H A Dvideo.h56 extern int acpi_video_get_edid(struct acpi_device *device, int type,
65 extern int acpi_video_get_levels(struct acpi_device *device,
71 static inline int acpi_video_get_edid(struct acpi_device *device, int type, in acpi_video_get_edid() argument
87 static inline int acpi_video_get_levels(struct acpi_device *device, in acpi_video_get_levels() argument
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-isa.h16 #include <media/v4l2-device.h>
92 int radio_isa_match(struct device *pdev, unsigned int dev);
93 int radio_isa_probe(struct device *pdev, unsigned int dev);
94 void radio_isa_remove(struct device *pdev, unsigned int dev);
/kernel/linux/linux-6.6/include/linux/dma/
H A Dedma.h12 #include <linux/device.h>
38 * the DW PCIe RP/EP controller with the DW eDMA device in
44 int (*irq_vector)(struct device *dev, unsigned int nr);
45 u64 (*pci_address)(struct device *dev, phys_addr_t cpu_addr);
65 * @dev: struct device of the eDMA controller
82 struct device *dev;
/kernel/linux/linux-6.6/include/linux/
H A Dmailbox_controller.h9 #include <linux/device.h>
75 struct device *dev;
135 int devm_mbox_controller_register(struct device *dev,
137 void devm_mbox_controller_unregister(struct device *dev,
H A Dmiscdevice.h7 #include <linux/device.h>
10 * These allocations are managed by device@lanana.org. If you need
76 struct device;
84 struct device *parent;
85 struct device *this_device;
H A Dreset-controller.h13 * things to reset the device
33 * @provider: name of the reset controller device controlling this reset line
34 * @index: ID of the reset controller in the reset controller device
35 * @dev_id: name of the device associated with this reset line
57 * @ops: a pointer to device specific struct reset_control_ops
61 * @dev: corresponding driver model device struct
62 * @of_node: corresponding device tree node as phandle target
65 * device tree to id as given to the reset control ops, defaults
67 * @nr_resets: number of reset controls in this reset controller device
74 struct device *de
[all...]
/kernel/linux/linux-6.6/include/linux/mux/
H A Dconsumer.h15 struct device;
56 struct mux_control *mux_control_get(struct device *dev, const char *mux_name);
59 struct mux_control *devm_mux_control_get(struct device *dev,
61 struct mux_state *devm_mux_state_get(struct device *dev,
/kernel/linux/linux-6.6/include/linux/usb/
H A Dof.h24 struct device *usb_of_get_companion_dev(struct device *dev);
54 static inline struct device *usb_of_get_companion_dev(struct device *dev) in usb_of_get_companion_dev()
/kernel/linux/linux-6.6/drivers/sh/intc/
H A Duserimask.c13 #include <linux/device.h>
23 show_intc_userimask(struct device *dev, in show_intc_userimask()
30 store_intc_userimask(struct device *dev, in store_intc_userimask()
64 struct device *dev_root; in userimask_sysdev_init()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddell-smbios.h16 #include <linux/device.h>
59 int dell_smbios_register_device(struct device *d, void *call_fn);
60 void dell_smbios_unregister_device(struct device *d);
63 int dell_smbios_call_filter(struct device *d,

Completed in 12 milliseconds

1...<<131132133134135136137138139140>>...1125