/openbmc/linux/drivers/edac/ |
H A D | edac_device_sysfs.c | 289 void edac_device_unregister_sysfs_main_kobj(struct edac_device_ctl_info *dev) in edac_device_unregister_sysfs_main_kobj() argument 292 edac_dbg(4, "name of kobject is: %s\n", kobject_name(&dev->kobj)); in edac_device_unregister_sysfs_main_kobj() 301 kobject_put(&dev->kobj); in edac_device_unregister_sysfs_main_kobj() 822 &edac_dev->dev->kobj, EDAC_DEVICE_SYMLINK); in edac_device_create_sysfs()
|
/openbmc/linux/drivers/base/ |
H A D | arch_topology.c | 209 static ssize_t cpu_capacity_show(struct device *dev, in cpu_capacity_show() argument 213 struct cpu *cpu = container_of(dev, struct cpu, dev); in cpu_capacity_show() 215 return sysfs_emit(buf, "%lu\n", topology_get_cpu_scale(cpu->dev.id)); in cpu_capacity_show()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | Kconfig | 63 a character device node named /dev/kvm. 80 a character device node named /dev/kvm. 203 a character device node named /dev/kvm. 220 a character device node named /dev/kvm.
|
/openbmc/linux/drivers/gpu/drm/kmb/ |
H A D | kmb_plane.c | 75 kmb = to_kmb(plane->dev); in check_pixel_format() 105 kmb = to_kmb(plane->dev); in kmb_plane_atomic_check() 148 kmb = to_kmb(plane->dev); in kmb_plane_atomic_disable() 372 kmb = to_kmb(plane->dev); in kmb_plane_atomic_update()
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/ |
H A D | elfutils_0.191.bb | 53 …lf bash make coreutils ${PN}-binutils iproute2-ss bsdtar gcc-symlinks binutils-symlinks libgcc-dev" 60 RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-dbg glibc-dev" 61 INSANE_SKIP:${PN}-ptest = "debug-deps dev-deps" 145 INSANE_SKIP:${MLPREFIX}libdw = "dev-so"
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_histo.c | 569 histo->queue.dev = vsp1->dev; in vsp1_histogram_init() 572 dev_err(vsp1->dev, "failed to initialize vb2 queue\n"); in vsp1_histogram_init() 580 dev_err(vsp1->dev, "failed to register video device\n"); in vsp1_histogram_init()
|
/openbmc/qemu/hw/net/ |
H A D | i82596.c | 723 void i82596_common_init(DeviceState *dev, I82596State *s, NetClientInfo *info) in i82596_common_init() argument 728 s->nic = qemu_new_nic(info, &s->conf, object_get_typename(OBJECT(dev)), in i82596_common_init() 729 dev->id, &dev->mem_reentrancy_guard, s); in i82596_common_init()
|
/openbmc/qemu/hw/misc/ |
H A D | iotkit-sysctl.c | 718 static void iotkit_sysctl_reset(DeviceState *dev) in iotkit_sysctl_reset() argument 720 IoTKitSysCtl *s = IOTKIT_SYSCTL(dev); in iotkit_sysctl_reset() 758 static void iotkit_sysctl_realize(DeviceState *dev, Error **errp) in iotkit_sysctl_realize() argument 760 IoTKitSysCtl *s = IOTKIT_SYSCTL(dev); in iotkit_sysctl_realize()
|
/openbmc/qemu/hw/audio/ |
H A D | asc.c | 631 static void asc_unrealize(DeviceState *dev) in asc_unrealize() argument 633 ASCState *s = ASC(dev); in asc_unrealize() 641 static void asc_realize(DeviceState *dev, Error **errp) in asc_realize() argument 643 ASCState *s = ASC(dev); in asc_realize()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_bo.c | 532 int vmw_user_bo_synccpu_ioctl(struct drm_device *dev, void *data, in vmw_user_bo_synccpu_ioctl() argument 593 int vmw_bo_unref_ioctl(struct drm_device *dev, void *data, in vmw_bo_unref_ioctl() argument 680 struct drm_device *dev, in vmw_dumb_create() argument 683 struct vmw_private *dev_priv = vmw_priv(dev); in vmw_dumb_create()
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 318 bdt_info->bd_tbl = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_cmd_mgr_alloc() 356 dma_free_coherent(&hba->pcidev->dev, bd_tbl_sz, in bnx2fc_cmd_mgr_free() 554 dma_free_coherent(&hba->pcidev->dev, sz, in bnx2fc_free_mp_resc() 560 dma_free_coherent(&hba->pcidev->dev, sz, in bnx2fc_free_mp_resc() 566 dma_free_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_free_mp_resc() 572 dma_free_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_free_mp_resc() 598 mp_req->req_buf = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_init_mp_req() 620 mp_req->mp_req_bd = dma_alloc_coherent(&hba->pcidev->dev, sz, in bnx2fc_init_mp_req() 628 mp_req->mp_resp_bd = dma_alloc_coherent(&hba->pcidev->dev, sz, in bnx2fc_init_mp_req() 1665 sg_count = dma_map_sg(&hba->pcidev->dev, scsi_sglist(sc), in bnx2fc_map_sg() [all …]
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_sl.h | 60 struct cpsw_sl *cpsw_sl_get(const char *device_id, struct device *dev,
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | chromeos_pstore.c | 66 .dev = {
|
/openbmc/linux/arch/xtensa/boot/dts/ |
H A D | csp.dts | 11 …bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw e…
|
/openbmc/linux/arch/mips/include/asm/txx9/ |
H A D | rbtx4927.h | 90 int rbtx4927_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin);
|
/openbmc/linux/sound/soc/mediatek/mt6797/ |
H A D | mt6797-dai-hostless.c | 105 dai = devm_kzalloc(afe->dev, sizeof(*dai), GFP_KERNEL); in mt6797_dai_hostless_register()
|
/openbmc/linux/arch/mips/bcm63xx/ |
H A D | dev-flash.c | 53 .dev = {
|
/openbmc/linux/sound/soc/mediatek/mt8183/ |
H A D | mt8183-dai-hostless.c | 105 dai = devm_kzalloc(afe->dev, sizeof(*dai), GFP_KERNEL); in mt8183_dai_hostless_register()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/ |
H A D | fix-var-lock.patch | 30 #define PRINTERFILE "/dev/lp%c"
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | init | 12 ( /usr/sbin/sshd -\? 2>&1 | grep -q OpenSSH ) 2>/dev/null || exit 0
|
/openbmc/linux/arch/sh/boards/mach-se/7780/ |
H A D | setup.c | 48 .dev = {
|
/openbmc/linux/drivers/mcb/ |
H A D | mcb-internal.h | 104 unsigned int dev:10; member
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-fsi.txt | 37 compatible = "vendor,dev-name";
|
/openbmc/u-boot/arch/arm/mach-snapdragon/ |
H A D | clock-apq8096.c | 84 struct msm_clk_priv *priv = dev_get_priv(clk->dev); in msm_set_rate()
|
/openbmc/u-boot/configs/ |
H A D | edb9315a_defconfig | 7 CONFIG_BOOTARGS="root=/dev/nfs console=ttyAM0,115200 ip=dhcp"
|