/kernel/linux/linux-5.10/drivers/pinctrl/sirf/ |
H A D | pinctrl-sirf.c | 338 static int sirfsoc_pinmux_suspend_noirq(struct device *dev) in sirfsoc_pinmux_suspend_noirq() 361 static int sirfsoc_pinmux_resume_noirq(struct device *dev) in sirfsoc_pinmux_resume_noirq()
|
/kernel/linux/linux-5.10/drivers/pinctrl/qcom/ |
H A D | pinctrl-spmi-gpio.c | 131 * @base: Address base in SPMI device. 169 struct device *dev; 962 struct device *dev = &pdev->dev; in pmic_gpio_probe() 1074 * pinctrl's device node for the "gpio-ranges" property. in pmic_gpio_probe()
|
H A D | pinctrl-spmi-mpp.c | 105 * @base: Address base in SPMI device. 142 struct device *dev; 801 struct device *dev = &pdev->dev; in pmic_mpp_probe()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | pfuze100-regulator.c | 75 struct device *dev; 520 struct device *dev = chip->dev; in pfuze_parse_regulators_dt() 681 /* device id NOT match with your setting */ in pfuze_identify() 730 dev_err(&client->dev, "Error: No device match found\n"); in pfuze100_regulator_probe() 758 /* use the right regulators after identify the right device */ in pfuze100_regulator_probe()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | actbl1.h | 18 * included here to support device drivers and the AML disassembler. 530 /* Values for entry_type in struct acpi_dmar_device_scope - device types */ 543 u8 device; member 1143 u16 device; member
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss.c | 12 #include <linux/device.h> 24 #include <media/v4l2-device.h> 52 * @iss: OMAP4 ISS device 68 * @iss: OMAP4 ISS device 86 * @iss: OMAP4 ISS device 95 * @iss: OMAP4 ISS device 112 * @iss: OMAP4 ISS device 303 * @_iss: Pointer to the OMAP4 ISS device 793 * @iss: OMAP4 ISS device 819 * @iss: OMAP4 ISS device [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc2235.c | 26 #include <linux/device.h> 31 #include <media/v4l2-device.h>
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-dw-core.c | 792 * the device parameters could have been changed, for instance, by in dw_spi_setup() 809 static void spi_hw_init(struct device *dev, struct dw_spi *dws) in spi_hw_init() 836 int dw_spi_add_host(struct device *dev, struct dw_spi *dws) in dw_spi_add_host()
|
H A D | spi-lantiq-ssc.c | 166 struct device *dev; 905 struct device *dev = &pdev->dev; in lantiq_ssc_probe() 916 dev_err(dev, "no device match\n"); in lantiq_ssc_probe()
|
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-csi/ |
H A D | sun6i_csi_capture.c | 11 #include <media/v4l2-device.h> 555 struct device *alloc_devs[]) in sun6i_csi_capture_queue_setup() 1052 v4l2_err(v4l2_dev, "failed to register video device: %d\n", in sun6i_csi_capture_setup()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | meson-mx-sdhc-mmc.c | 9 #include <linux/device.h> 770 struct device *dev = &pdev->dev; in meson_mx_sdhc_probe()
|
H A D | sdhci-sprd.c | 844 * will allow these modes to be specified only by device in sdhci_sprd_probe() 922 static int sdhci_sprd_runtime_suspend(struct device *dev) in sdhci_sprd_runtime_suspend() 937 static int sdhci_sprd_runtime_resume(struct device *dev) in sdhci_sprd_runtime_resume()
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | vmu-flash.c | 250 /* wait until the device is not busy doing something else in maple_vmu_write_block() 258 "failed - device is busy\n", in maple_vmu_write_block() 517 dev_info(&mdev->dev, "VMU device at partition %d has %d user " in vmu_queryblocks() 577 dev_err(&mdev->dev, "Could not register maple device at (%d, %d)" in vmu_queryblocks() 773 static int probe_maple_vmu(struct device *dev) in probe_maple_vmu() 785 static int remove_maple_vmu(struct device *dev) in remove_maple_vmu()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | fsl_elbc_nand.c | 40 struct device *dev; 867 struct device *dev; in fsl_elbc_nand_probe() 948 * line, these take precedence over device tree information */ in fsl_elbc_nand_probe() 953 pr_info("eLBC NAND device at 0x%llx, bank %d\n", in fsl_elbc_nand_probe()
|
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | hpilo.c | 15 #include <linux/device.h> 68 * Entries can be dequeued from the head of the list, when the device 291 * Copy the phys addr ccb to device shared mem. in ilo_ccb_setup() 333 /* copy the ccb with physical addrs to device memory */ in ilo_ccb_open() 404 /* clear the device (reset bits, pending channel entries) */ in clear_device() 445 * If the device has been reset, applications in ilo_read() 504 /* on failure, set the len to 0 to return empty packet to the device */ in ilo_write() 661 /* wake up all ccbs if the device was reset */ in ilo_isr() 673 /* clear the device of the channels that have been handled */ in ilo_isr() 759 * pci_disable_device(pdev) used to be here. But this PCI device ha in ilo_remove() [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | vitesse-vsc73xx-core.c | 19 #include <linux/device.h> 550 * CPU or with an external CPU mapping the device in, but not in vsc73xx_get_tag_protocol() 1143 struct device *dev = vsc->dev; in vsc73xx_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch-flower.c | 120 struct device *dev = ethsw->dev; in dpaa2_switch_acl_entry_add() 163 struct device *dev = ethsw->dev; in dpaa2_switch_acl_entry_remove()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/ |
H A D | gve_rx_dqo.c | 205 struct device *hdev = &priv->pdev->dev; in gve_rx_free_ring_dqo() 257 struct device *hdev = &priv->pdev->dev; in gve_rx_alloc_ring_dqo()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispccp2.c | 15 #include <linux/device.h> 108 * @ccp2: pointer to ISP CCP2 device 131 * @ccp2: pointer to ISP CCP2 device 145 * @ccp2: pointer to ISP CCP2 device 179 * @ccp2: pointer to ISP CCP2 device 200 * @ccp2: Pointer to ISP CCP2 device 240 * @ccp2: Pointer to ISP CCP2 device 278 * @ccp2: Pointer to ISP CCP2 device 344 * @ccp2: Pointer to ISP CCP2 device 427 * @ccp2: Pointer to ISP CCP2 device [all...] |
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.c | 578 /* always read data to clear buffer if IR wakes the device */ in img_ir_set_decoder() 620 * img_ir_decoder_compatible() - Find whether a decoder will work with a device. 624 * Returns: true if @dec is compatible with the device @priv refers to. 643 * Returns: Mask of protocols supported by the device @priv refers to. 696 /* Changes ir-core protocol device attribute */ 1074 dev_err(priv->dev, "cannot allocate input device\n"); in img_ir_probe_hw() 1088 dev_err(priv->dev, "failed to register IR input device\n"); in img_ir_probe_hw() 1130 int img_ir_suspend(struct device *dev) in img_ir_suspend() 1139 int img_ir_resume(struct device *dev) in img_ir_resume()
|
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/ |
H A D | cx231xx.h | 24 #include <media/v4l2-device.h> 376 /* device states */ 558 /* main device struct */ 560 /* generic device properties */ 561 char name[30]; /* name (including minor) of the device */ 563 int devno; /* marks the number of this device */ 564 struct device *dev; /* pointer to USB interface's dev */ 609 struct video_device vdev; /* video for linux device struct */ 654 struct usb_device *udev; /* the usb device */
|
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x-core.c | 24 #include <media/v4l2-device.h> 572 static int __maybe_unused adv748x_resume_early(struct device *dev) in adv748x_resume_early() 741 adv_err(state, "Failed to parse device tree"); in adv748x_probe()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | st-mipid02.c | 21 #include <media/v4l2-device.h> 407 * will be computed using connected device V4L2_CID_PIXEL_RATE, bit per pixel 992 struct device *dev = &client->dev; in mipid02_probe() 1048 /* enable clock, power and reset device if available */ in mipid02_probe() 1078 dev_info(&client->dev, "mipid02 device probe successfully"); in mipid02_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | hw_channel.c | 83 struct device *dev = hwc_rxq->hwc->dev; in mana_hwc_post_rx_wqe() 532 struct device *dev = hwc_txq->hwc->dev; in mana_hwc_post_tx_wqe() 727 * and doesn't touch the HWC device. in mana_hwc_create_channel()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_rx.c | 260 struct device *pdev; in resync_post_get_progress_params() 430 struct device *dev; in mlx5e_ktls_handle_get_psv_completion()
|