Home
last modified time | relevance | path

Searched refs:dev (Results 22976 – 23000 of 26794) sorted by relevance

1...<<911912913914915916917918919920>>...1072

/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mt8192.c967 static int clk_mt8192_reg_mfg_mux_notifier(struct device *dev, struct clk *clk) in clk_mt8192_reg_mfg_mux_notifier() argument
972 mfg_mux_nb = devm_kzalloc(dev, sizeof(*mfg_mux_nb), GFP_KERNEL); in clk_mt8192_reg_mfg_mux_notifier()
985 return devm_mtk_clk_mux_notifier_register(dev, clk, mfg_mux_nb); in clk_mt8192_reg_mfg_mux_notifier()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_fw.c64 ret = request_firmware(&vdev->fw->file, ivpu_firmware, vdev->drm.dev); in ivpu_fw_request()
74 ret = firmware_request_nowarn(&vdev->fw->file, fw_names[i].name, vdev->drm.dev); in ivpu_fw_request()
442 boot_params->vpu_id = to_pci_dev(vdev->drm.dev)->bus->number; in ivpu_fw_boot_params_setup()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvega10_ih.c113 dev_err(adev->dev, "PSP program IH_RB_CNTL failed!\n"); in vega10_ih_toggle_ring_interrupts()
228 dev_err(adev->dev, "PSP program IH_RB_CNTL failed!\n"); in vega10_ih_enable_ring()
367 dev_warn(adev->dev, "IH ring buffer overflow " in vega10_ih_get_wptr()
/openbmc/linux/include/linux/mtd/
H A Dmtd.h381 struct device dev; member
464 mtd->dev.of_node = np; in mtd_set_of_node()
471 return dev_of_node(&mtd->dev); in mtd_get_of_node()
/openbmc/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c465 urb->dev = fc_usb->udev; in flexcop_usb_transfer_init()
576 fc->dev = &udev->dev; in flexcop_usb_probe()
/openbmc/linux/sound/core/
H A Djack.c103 if (!jack->input_dev->dev.parent) in snd_jack_dev_register()
104 jack->input_dev->dev.parent = snd_card_get_device_link(card); in snd_jack_dev_register()
592 jack->input_dev->dev.parent = parent; in snd_jack_set_parent()
/openbmc/qemu/contrib/vhost-user-blk/
H A Dvhost-user-blk.c364 vub_get_features(VuDev *dev) in vub_get_features() argument
370 gdev = container_of(dev, VugDev, parent); in vub_get_features()
392 vub_get_protocol_features(VuDev *dev) in vub_get_protocol_features() argument
/openbmc/qemu/hw/timer/
H A Dnpcm7xx_timer.c609 DeviceState *dev = DEVICE(obj); in npcm7xx_timer_init() local
631 qdev_init_gpio_out_named(dev, &w->reset_signal, in npcm7xx_timer_init()
633 s->clock = qdev_init_clock_in(dev, "clock", NULL, NULL, 0); in npcm7xx_timer_init()
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j7200-main.dtsi89 ti,sci-dev-id = <131>;
98 ti,sci-dev-id = <199>;
110 ti,sci-dev-id = <213>;
124 ti,sci-dev-id = <209>;
276 ti,sci-dev-id = <211>;
290 ti,sci-dev-id = <212>;
808 reg-names = "otg", "xhci", "dev";
1254 ti,sci-dev-id = <245>;
1269 ti,sci-dev-id = <246>;
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst59 To learn about more KUnit expectations, see Documentation/dev-tools/kunit/api/test.rst.
214 For more information, see Documentation/dev-tools/kunit/api/test.rst.
639 struct device *dev = (struct device *)ctx;
641 device_unregister(dev);
646 struct my_device dev;
648 device_register(&dev);
650 kunit_add_action(test, &cleanup_device, &dev);
659 kunit_add_action(test, (kunit_action_t *)&device_unregister, &dev);
764 avoid resource leaks. For more information, see Documentation/dev-tools/kunit/api/resource.rst.
/openbmc/linux/sound/soc/codecs/
H A Dnau8540.h215 struct device *dev; member
/openbmc/linux/include/linux/
H A Ddmi.h92 struct dmi_device dev; member
H A DmISDNhw.h79 struct mISDNdevice dev; member
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dbus.h53 struct device *dev; member
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dsetup.c101 .dev = {
/openbmc/linux/drivers/leds/
H A Dleds-clevo-mail.c159 return led_classdev_register(&pdev->dev, &clevo_mail_led); in clevo_mail_led_probe()
/openbmc/linux/fs/nfs/blocklayout/
H A Dblocklayout.h117 bool (*map)(struct pnfs_block_dev *dev, u64 offset,
/openbmc/linux/arch/sh/configs/
H A Dul2_defconfig22 CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/nfs ip=dhcp"
/openbmc/linux/drivers/hid/
H A Dhid-roccat-common.h39 struct roccat_common2_device *dev);
/openbmc/linux/drivers/mmc/host/
H A Dmeson-mx-sdhc.h138 int meson_mx_sdhc_register_clkc(struct device *dev, void __iomem *base,
/openbmc/linux/arch/powerpc/boot/dts/
H A Dgamecube.dts19 bootargs = "root=/dev/gcnsda2 rootwait udbg-immortal";
/openbmc/linux/drivers/bus/
H A Domap_l3_smx.h181 struct device *dev; member
/openbmc/linux/drivers/net/ethernet/
H A Ddnet.h208 struct net_device *dev; member
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/
H A D0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch26 @@ -1173,7 +1173,23 @@ xf86VideoPtrToDriverList(struct pci_device *dev,
/openbmc/u-boot/include/
H A Dnand.h153 struct mtd_info *get_nand_dev_by_index(int dev);

1...<<911912913914915916917918919920>>...1072