/kernel/linux/linux-5.10/drivers/net/caif/ |
H A D | caif_hsi.c | 12 #include <linux/device.h> 1398 /* Assign the HSI device. */ in caif_hsi_newlink() 1405 /* Assign the driver to this HSI device. */ in caif_hsi_newlink() 1408 pr_warn("%s: caif_hsi device registration failed\n", __func__); in caif_hsi_newlink() 1411 /* Add CAIF HSI device to list. */ in caif_hsi_newlink()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | fsl_ifc_nand.c | 34 struct device *dev; 613 /* Use READ_STATUS command, but wait for the device to be ready */ in fsl_ifc_wait() 1080 * line, these take precedence over device tree information */ in fsl_ifc_nand_probe() 1085 dev_info(priv->dev, "IFC NAND device at 0x%llx, bank %d\n", in fsl_ifc_nand_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_dev.c | 10 #include <linux/device.h> 51 * get_capability - convert device capabilities to NIC capabilities 52 * @hwdev: the HW device to set and convert device capabilities for 53 * @dev_cap: device capabilities from FW 95 * get_cap_from_fw - get device capabilities from FW 96 * @pfhwdev: the PF HW device to get capabilities for 123 * get_dev_cap - get device capabilities 124 * @hwdev: the NIC HW device to get capabilities for 156 * @hwdev: the NIC HW device [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_common.c | 14 * vendor ID and device ID stored in the hw structure. 298 hw->bus.device, in iavf_debug_aq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-mdio.c | 1530 struct device *dev = pdata->dev; in xgbe_dump_phy_registers()
|
/kernel/linux/linux-6.6/arch/arm/mach-at91/ |
H A D | pm.c | 90 * @dev: Ethernet device 91 * @np: Ethernet device node 99 struct device *dev; 342 /* No quirks if device isn't a wakeup source. */ in at91_pm_eth_quirk_is_valid() 972 pr_warn("%s: failed to find sram device!\n", __func__); in at91_pm_sram_init() 1061 pr_warn("%s: failed to find securam device!\n", __func__); in at91_pm_backup_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-tegra/ |
H A D | sleep-tegra30.S | 86 moveq \rd, #(0x1 << 8) @ just 1 device
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | smp.c | 28 #include <linux/device.h> 763 * parse_thread_groups: Parses the "ibm,thread-groups" device tree 764 * property for the CPU device node @dn and stores 768 * @dn: The device node of the CPU device. 773 * the CPU-device node can be grouped together based on the property.
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | imc-pmu.c | 101 static ssize_t imc_pmu_cpumask_get_attr(struct device *dev, in imc_pmu_cpumask_get_attr() 1780 * init_imc_pmu : Setup and register the IMC pmu device.
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | fsl_pci.c | 133 static void fsl_pci_dma_set_mask(struct device *dev, u64 dma_mask) in fsl_pci_dma_set_mask() 561 /* set platform device as the parent */ in fsl_add_bridge() 700 * PCI-E controller does not check the device number bits and just in mpc83xx_pcie_exclude_device() 701 * assumes that the device number bits are 0. in mpc83xx_pcie_exclude_device() 1112 * The following entries are for compatibility with older device 1344 dev_err(&pdev->dev, "couldn't register error device: %d\n", in fsl_pci_probe()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | pci_schizo.c | 71 * |0 0 0 0 0 0 0 0 0| bus | device | function | reg | 0 0 | 729 * a bug in the IOMMU support code or a PCI device driver. in schizo_pcierr_intr() 738 /* For excessive retries, PSYCHO/PBM will abort the device in schizo_pcierr_intr() 1069 static void schizo_scan_bus(struct pci_pbm_info *pbm, struct device *parent) in schizo_scan_bus()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | amd_powerplay.c | 51 hwmgr->device = amdgpu_cgs_create_device(adev); in amd_powerplay_create()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | si476x-cmd.c | 17 #include <linux/device.h> 244 * @core: si476x_device structure for the device we are 249 * @resp: buffer to place the expected response from the device 393 * si476x_cmd_func_info() - send 'FUNC_INFO' command to the device 394 * @core: device to send the command to 399 * loaded firmware (dependent on the function of the device FM/AM/WB) 427 * si476x_cmd_set_property() - send 'SET_PROPERTY' command to the device 428 * @core: device to send the command to 455 * si476x_cmd_get_property() - send 'GET_PROPERTY' command to the device 456 * @core: device t [all...] |
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree.c | 12 #include <linux/device-mapper.h>
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-stats.c | 12 #include <linux/device-mapper.h>
|
H A D | dm-raid1.c | 16 #include <linux/device-mapper.h> 198 * @m: mirror device to fail 202 * error encountered for this device. If this type 205 * an event. Additionally, if the device is the 206 * primary device, we must choose a new primary, but 220 * simple way to tell if a device has encountered in fail_mirror() 236 * Better to issue requests to same failing device in fail_mirror() 484 * If device is suspended, complete the bio. in hold_bio() 521 DMWARN_LIMIT("Read failure on mirror device %s. " in read_callback() 522 "Trying alternative device in read_callback() [all...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | hpt366.c | 75 * - pass to init_chipset() handlers a copy of the IDE PCI device structure as 97 * variants, matching PCI device/revision ID with the chip type early, at the 540 static struct hpt_info *hpt3xx_get_info(struct device *dev) in hpt3xx_get_info() 843 * @dev: PCI device 961 * pci_get_slot() for the function 0 as the whole device has in init_chipset_hpt366() 1396 * @dev: the hpt366 device 1400 * finds a device matching our IDE device tables.
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_device.h | 586 * close device, switch into poll mode(non event mode) 962 struct device *dev;
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tda1004x.c | 21 #include <linux/device.h> 901 /* Only update the properties cache if device is locked */ in tda1004x_get_fe()
|
H A D | helene.c | 1071 struct device *dev = &client->dev; in helene_probe()
|
H A D | rtl2832.c | 864 static bool rtl2832_volatile_reg(struct device *dev, unsigned int reg) in rtl2832_volatile_reg()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | mt9m111.c | 22 #include <media/v4l2-device.h>
|
H A D | rj54n1cb0c.c | 20 #include <media/v4l2-device.h>
|
H A D | rdacm20.c | 314 struct device *dev; 469 * identify the device. in rdacm20_initialize() 542 dev_info(dev->dev, "Identified MAX9271 + OV10635 device\n"); in rdacm20_initialize()
|
H A D | ov772x.c | 32 #include <media/v4l2-device.h> 736 * If the device is not powered up by the host driver do in ov772x_s_frame_interval() 767 * If the device is not powered up by the host driver do in ov772x_s_ctrl() 1216 * If the device is not powered up by the host driver do in ov772x_set_fmt() 1367 "Missing ov772x platform data for non-DT device\n"); in ov772x_probe()
|