/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 882 * isp sub device output size. This assumes it's not 1557 struct device *dev = stream->ispdev->dev; in rkisp_querycap()
|
H A D | capture_v21.c | 1072 struct device *alloc_ctxs[]) in rkisp_queue_setup()
|
H A D | capture_v30.c | 846 struct device *alloc_ctxs[]) in rkisp_queue_setup()
|
/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 68 HDF_LOGE("%s:bad net device found!", __func__); in SetMode() 80 HDF_LOGE("%s:bad net device found!", __func__); in AddKey() 91 HDF_LOGE("%s:bad net device found!", __func__); in DelKey() 102 HDF_LOGE("%s:bad net device found!", __func__); in SetDefaultKey() 593 HDF_LOGE("%s:bad net device found!", __func__); in GetDeviceMacAddr() 605 HDF_LOGE("%s:bad net device found!", __func__); in SetMacAddr() 616 HDF_LOGE("%s:bad net device found!", __func__); in SetTxPower() 628 HDF_LOGE("%s:bad net device found!", __func__); in GetValidFreqsWithBand() 827 HDF_LOGE("%s:bad net device found!", __func__); in SendAction() 957 HDF_LOGE("%s: fail to get device ma in WifiCmdGetDevMacAddr() [all...] |
/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_host_driver.cpp | 75 HDF_CPS_SRV *displayDeviceSrv = CONTAINER_OF(client->device->service, HDF_CPS_SRV, ioservice); in DisplayDeviceServiceDispatch() 153 DISPLAY_LOG("display device service is not valid"); in OnRemoteRequest()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup.c | 531 * Print @v to @sf for the device assocaited with @pd. 562 * Parse the device node prefix part, MAJ:MIN, of per-blkg config update 564 * updated to point past the device node prefix. Returns an ERR_PTR() 830 struct device *dev; in blkcg_fill_root_iostats()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-cdev.c | 10 #include <linux/device.h> 51 /* Character device interface to GPIO. 53 * The GPIO character device, /dev/gpiochipN, provides userspace an 64 * @gdev: the GPIO device the handle pertains to 468 * @gdev: the GPIO device the line request pertains to 1458 * @gdev: the GPIO device the event pertains to
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_kms.c | 129 * @flags: device flags 472 * amdgpu_info_ioctl - answer a device specific request. 474 * @adev: amdgpu device pointer 478 * This function is used to pass device specific parameters to the userspace 479 * drivers. Examples include: pci device id, pipeline parms, tiling params, 726 dev_info.device_id = dev->pdev->device; in amdgpu_info_ioctl() 1002 * On device open, init vm on cayman+ (all asics). 1016 DRM_ERROR("RAS Intr triggered, device disabled!!"); in amdgpu_driver_open_kms() 1087 * On device post close, tear down vm on cayman+ (all asics).
|
H A D | amdgpu_atombios.c | 353 DRM_ERROR("invalid con_obj_id %d for device tag 0x%04x\n", in amdgpu_atombios_get_connector_info_from_object_table() 1942 static ssize_t amdgpu_atombios_get_vbios_version(struct device *dev, in amdgpu_atombios_get_vbios_version() 2032 DRM_ERROR("Failed to create device file for VBIOS version\n"); in amdgpu_atombios_init()
|
H A D | atombios_encoders.c | 178 * so don't register a backlight device in amdgpu_atombios_encoder_init_backlight() 181 (adev->pdev->device == 0x6741)) in amdgpu_atombios_encoder_init_backlight() 461 /* if we don't have an active device yet, just use one of in amdgpu_atombios_encoder_get_encoder_mode()
|
/kernel/linux/linux-5.10/drivers/clk/sirf/ |
H A D | clk-atlas7.c | 1271 atlas7_unit_clk_register(struct device *dev, const char *name, in atlas7_unit_clk_register()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pcie-octeon.c | 60 * Target device number sent in the ID in the 218 * Build a PCIe config space request address for a device 257 * @pcie_port: PCIe port the device is on 279 * @pcie_port: PCIe port the device is on 301 * @pcie_port: PCIe port the device is on 323 * @pcie_port: PCIe port the device is on 342 * @pcie_port: PCIe port the device is on 361 * @pcie_port: PCIe port the device is on 950 * device addresses, so make sure the peer to peer forwarding in __cvmx_pcie_rc_initialize_gen1() 1380 * device addresse in __cvmx_pcie_rc_initialize_gen2() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 2093 ssize_t power_events_sysfs_show(struct device *dev, in power_events_sysfs_show()
|
/kernel/linux/common_modules/tzdriver/tui/ |
H A D | tui.c | 1917 int __init init_tui(const struct device *class_dev)
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 339 * r8 = atags/device tree pointer 344 * if there are device trees (dtb) appended to zImage, advance r10 so that the 411 mov r8, r6 @ use the appended device tree
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | ambassador.c | 423 /********** free an skb (as per ATM device driver documentation) **********/ 994 // this device 1484 // could collect device-specific (not driver/atm-linux) stats here in do_housekeeping() 2194 if (pci_dev->device == PCI_DEVICE_ID_MADGE_AMBASSADOR_BAD) { in amb_probe()
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | gcc-msm8974.c | 2710 struct device *dev = &pdev->dev; in gcc_msm8974_probe()
|
H A D | gcc-msm8994.c | 2667 struct device *dev = &pdev->dev; in gcc_msm8994_probe()
|
H A D | gcc-msm8660.c | 2707 struct device *dev = &pdev->dev; in gcc_msm8660_probe()
|
H A D | gcc-ipq806x.c | 3062 struct device *dev = &pdev->dev; in gcc_ipq806x_probe()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | kvaser_pciefd.c | 11 #include <linux/device.h>
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 380 /* Addresses are relative to the PCI device's base address */ 1021 struct device *dev = ocelot->dev; in vsc9959_mdio_bus_alloc() 1402 dev_info(&pdev->dev, "device is disabled, skipping\n"); in felix_pci_probe() 1408 dev_err(&pdev->dev, "device enable failed\n"); in felix_pci_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c515.c | 115 This device driver is designed for the 3Com 3c515 ISA Fast EtherLink XL, 318 struct device *dev; 385 corkscrew_found_device() Allocate a device structure when we find a card. 387 corkscrew_probe1() Fill in the device structure -- this is separated 443 /* Verify by reading the device ID from the EEPROM. */ in check_device() 685 /* The 3c51x-specific entries in the device structure. */ in corkscrew_setup()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/kvaser_usb/ |
H A D | kvaser_usb_hydra.c | 17 #include <linux/device.h> 1827 "Bad firmware, device refuse to run!\n"); in kvaser_usb_hydra_get_software_details() 1886 "No extended capability support. Upgrade your device.\n"); in kvaser_usb_hydra_get_capabilities()
|
H A D | kvaser_usb_leaf.c | 14 #include <linux/device.h> 729 /* On some x86 laptops, plugging a Kvaser device again after in kvaser_usb_leaf_get_software_info() 836 "No extended capability support. Upgrade device firmware.\n"); in kvaser_usb_leaf_get_capabilities_leaf()
|