/openbmc/linux/tools/testing/selftests/amd-pstate/ |
H A D | gitsource.sh | 31 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_GIT.csv > /dev/null 2>&1 71 wget -O $git_tar $gitsource_url > /dev/null 2>&1 82 ./amd_pstate_trace.py -n tracer-gitsource-$1-$2 -i $TRACER_INTERVAL > /dev/null 2>&1 &
|
H A D | tbench.sh | 26 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_TBENCH.csv > /dev/null 2>&1 67 ./amd_pstate_trace.py -n tracer-tbench-$1-$2 -i $TRACER_INTERVAL > /dev/null 2>&1 & 70 tbench_srv > /dev/null 2>&1 &
|
/openbmc/linux/include/linux/ |
H A D | debugfs.h | 38 struct device *dev; /* Optional device for Runtime PM */ member 159 void debugfs_create_devm_seqfile(struct device *dev, const char *name, 352 static inline void debugfs_create_devm_seqfile(struct device *dev,
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ |
H A D | falcon.c | 196 ret = request_firmware(&fw, name, device->dev); in nvkm_falcon_init() 215 ret = request_firmware(&fw, name, device->dev); in nvkm_falcon_init() 230 ret = request_firmware(&fw, name, device->dev); in nvkm_falcon_init()
|
/openbmc/linux/arch/m68k/ |
H A D | Kconfig.devices | 34 access to a disk image as /dev/hda. 132 (/dev/tty0) will still be used as the system console by default, but 139 kernel will automatically use the first serial line, /dev/ttyS0, as
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_hook.c | 241 nfnl_hook_entries_head(u8 pf, unsigned int hook, struct net *net, const char *dev) in nfnl_hook_entries_head() argument 278 if (!dev) in nfnl_hook_entries_head() 281 netdev = dev_get_by_name_rcu(net, dev); in nfnl_hook_entries_head()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_pcie.c | 81 qib_early_err(&pdev->dev, "pci enable failed: error %d\n", in qib_pcie_init() 92 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(64)); in qib_pcie_init() 99 ret = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in qib_pcie_init()
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | 103 bool device_is_dynamic_sysbus(MachineClass *mc, DeviceState *dev); 302 DeviceState *dev); 303 bool (*hotplug_allowed)(MachineState *state, DeviceState *dev,
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3.c | 437 static void arm_gic_realize(DeviceState *dev, Error **errp) in arm_gic_realize() argument 440 GICv3State *s = ARM_GICV3(dev); in arm_gic_realize() 444 agc->parent_realize(dev, &local_err); in arm_gic_realize()
|
/openbmc/qemu/hw/timer/ |
H A D | slavio_timer.c | 395 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in slavio_timer_init() local 417 sysbus_init_mmio(dev, &tc->iomem); in slavio_timer_init() 419 sysbus_init_irq(dev, &s->cputimer[i].irq); in slavio_timer_init()
|
H A D | exynos4210_pwm.c | 396 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in exynos4210_pwm_init() local 400 sysbus_init_irq(dev, &s->timer[i].irq); in exynos4210_pwm_init() 410 sysbus_init_mmio(dev, &s->iomem); in exynos4210_pwm_init()
|
/openbmc/qemu/hw/gpio/ |
H A D | npcm7xx_gpio.c | 365 DeviceState *dev = DEVICE(obj); in npcm7xx_gpio_init() local 372 qdev_init_gpio_in(dev, npcm7xx_gpio_set_input, NPCM7XX_GPIO_NR_PINS); in npcm7xx_gpio_init() 373 qdev_init_gpio_out(dev, s->output, NPCM7XX_GPIO_NR_PINS); in npcm7xx_gpio_init()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-clone.rst | 141 clone <metadata dev> <destination dev> <source dev> <region size> 145 metadata dev Fast device holding the persistent metadata 146 destination dev The destination device, where the source will be cloned 147 source dev Read only device containing the data that gets cloned 243 mount /dev/mapper/clone /mnt/cloned-fs
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | tuner-core.c | 299 int (*tuner_callback) (void *dev, int component, int cmd, int arg)) in set_type() 495 c->adapter->name, c->dev.driver->name, c->addr << 1, type, in set_type() 598 strcmp(pos->i2c->dev.driver->name, "tuner")) in tuner_lookup() 1319 static int tuner_suspend(struct device *dev) in tuner_suspend() argument 1321 struct i2c_client *c = to_i2c_client(dev); in tuner_suspend() 1335 static int tuner_resume(struct device *dev) in tuner_resume() argument 1337 struct i2c_client *c = to_i2c_client(dev); in tuner_resume()
|
/openbmc/linux/drivers/vdpa/solidrun/ |
H A D | snet_main.c | 72 devm_free_irq(&pdev->dev, snet->cfg_irq, snet); in snet_free_irqs() 78 devm_free_irq(&pdev->dev, snet->vqs[i]->irq, snet->vqs[i]); in snet_free_irqs() 406 ret = devm_request_irq(&pdev->dev, irq, snet_cfg_irq_hndlr, 0, in snet_request_irqs() 417 ret = devm_request_irq(&pdev->dev, irq, snet_vq_irq_hndlr, 0, in snet_request_irqs() 1006 snet = vdpa_alloc_device(struct snet, vdpa, &pdev->dev, &snet_config_ops, 1, 1, NULL, in snet_vdpa_probe_vf() 1051 snet->vdpa.dma_dev = &pdev->dev; in snet_vdpa_probe_vf() 1065 put_device(&snet->vdpa.dev); in snet_vdpa_probe_vf()
|
/openbmc/linux/drivers/video/ |
H A D | sticore.c | 1028 static int __init sticore_pa_init(struct parisc_device *dev) in sticore_pa_init() argument 1031 int hpa = dev->hpa.start; in sticore_pa_init() 1033 if (dev->num_addrs && dev->addr[0]) in sticore_pa_init() 1034 sti = sti_try_rom_generic(dev->addr[0], hpa, NULL); in sticore_pa_init() 1042 print_pa_hwpath(dev, sti->pa_path); in sticore_pa_init() 1058 dev_err(&pd->dev, "Cannot enable PCI device\n"); in sticore_pci_init()
|
/openbmc/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-4-1.c | 217 dev_dbg(vfe->camss->dev, "VFE HW Version = 0x%08x\n", hw_version); in vfe_hw_version() 847 static int vfe_camif_wait_for_stop(struct vfe_device *vfe, struct device *dev) in vfe_camif_wait_for_stop() argument 858 dev_err(dev, "%s: camif stop timeout\n", __func__); in vfe_camif_wait_for_stop() 889 static irqreturn_t vfe_isr(int irq, void *dev) in vfe_isr() argument 891 struct vfe_device *vfe = dev; in vfe_isr() 897 dev_dbg(vfe->camss->dev, "VFE: status0 = 0x%08x, status1 = 0x%08x\n", in vfe_isr() 990 static void vfe_subdev_init(struct device *dev, struct vfe_device *vfe) in vfe_subdev_init() argument
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | changes.rst | 262 mkdir /dev/cpu 263 mknod /dev/cpu/microcode c 10 184 264 chmod 0644 /dev/cpu/microcode 273 dinamicamente la cartella ``/dev`` coi dispositivi effettivamente presenti. 307 Se non usate udev, dovete avere un file /dev/ppp che può essere creato da root 310 mknod /dev/ppp c 108 0 447 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_uvc.c | 421 static ssize_t function_name_show(struct device *dev, in function_name_show() argument 424 struct uvc_device *uvc = dev_get_drvdata(dev); in function_name_show() 440 uvc->vdev.v4l2_dev->dev = &cdev->gadget->dev; in uvc_register_video() 455 ret = device_create_file(&uvc->vdev.dev, &dev_attr_function_name); in uvc_register_video() 826 if (v4l2_device_register(&cdev->gadget->dev, &uvc->v4l2_dev)) { in uvc_function_bind() 1001 device_remove_file(&uvc->vdev.dev, &dev_attr_function_name); in uvc_function_unbind()
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | seq-oss.rst | 16 via ``/dev/sequencer`` and ``/dev/music`` devices. 31 1/100 second. The base rate and tempo can be changed in ``/dev/music``. 120 and xmp-1.1.5. You can load samples via ``/dev/sequencer`` like sfxload, 154 events from ``/dev/sequencer`` are processed and put onto the queue 157 All the events from ``/dev/sequencer`` are parsed at beginning. 171 queue. If application reads ``/dev/sequencer`` in blocking mode, the
|
/openbmc/linux/drivers/dma/ |
H A D | ep93xx_dma.c | 221 return &edmac->chan.dev->device; in chan2dev() 1320 struct ep93xx_dma_platform_data *pdata = dev_get_platdata(&pdev->dev); in ep93xx_dma_probe() 1345 dev_warn(&pdev->dev, "failed to get clock for %s\n", in ep93xx_dma_probe() 1364 dma_dev->dev = &pdev->dev; in ep93xx_dma_probe() 1375 dma_set_max_seg_size(dma_dev->dev, DMA_MAX_CHAN_BYTES); in ep93xx_dma_probe() 1404 dev_info(dma_dev->dev, "EP93xx M2%s DMA ready\n", in ep93xx_dma_probe()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 643 extern int kvmppc_xics_connect_vcpu(struct kvm_device *dev, 693 extern int kvmppc_xive_connect_vcpu(struct kvm_device *dev, 714 extern int kvmppc_xive_native_connect_vcpu(struct kvm_device *dev, 731 static inline int kvmppc_xive_connect_vcpu(struct kvm_device *dev, in kvmppc_xive_connect_vcpu() argument 749 static inline int kvmppc_xive_native_connect_vcpu(struct kvm_device *dev, in kvmppc_xive_native_connect_vcpu() argument 863 int kvmppc_mpic_connect_vcpu(struct kvm_device *dev, struct kvm_vcpu *vcpu, 873 static inline int kvmppc_mpic_connect_vcpu(struct kvm_device *dev, in kvmppc_mpic_connect_vcpu() argument
|
/openbmc/linux/drivers/iio/imu/ |
H A D | adis16400.c | 427 dev_err(&indio_dev->dev, in adis16400_stop_device() 464 dev_warn(&indio_dev->dev, "Device ID(%u) and product ID(%u) do not match.", in adis16400_initial_setup() 467 dev_info(&indio_dev->dev, "%s: prod_id 0x%04x at CS%d (irq %d)\n", in adis16400_initial_setup() 642 dev_err(&adis->spi->dev, "Failed to read data: %d\n", ret); in adis16400_trigger_handler() 1165 indio_dev = devm_iio_device_alloc(&spi->dev, sizeof(*st)); in adis16400_probe() 1199 ret = devm_add_action_or_reset(&spi->dev, adis16400_stop, indio_dev); in adis16400_probe() 1203 ret = devm_iio_device_register(&spi->dev, indio_dev); in adis16400_probe()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_mbx.c | 627 init_fw_cb = dma_alloc_coherent(&ha->pdev->dev, in qla4xxx_initialize_fw_cb() 691 dma_free_coherent(&ha->pdev->dev, sizeof(struct addr_ctrl_blk), in qla4xxx_initialize_fw_cb() 708 init_fw_cb = dma_alloc_coherent(&ha->pdev->dev, in qla4xxx_get_dhcp_ip_address() 722 dma_free_coherent(&ha->pdev->dev, in qla4xxx_get_dhcp_ip_address() 730 dma_free_coherent(&ha->pdev->dev, sizeof(struct addr_ctrl_blk), in qla4xxx_get_dhcp_ip_address() 1060 dma_free_coherent(&ha->pdev->dev, crash_record_size, in qla4xxx_get_crash_record() 1095 event_log = dma_alloc_coherent(&ha->pdev->dev, event_log_size, in qla4xxx_get_conn_event_log() 1154 dma_free_coherent(&ha->pdev->dev, event_log_size, event_log, in qla4xxx_get_conn_event_log() 1338 about_fw = dma_alloc_coherent(&ha->pdev->dev, in qla4xxx_about_firmware() 2135 dma_free_coherent(&ha->pdev->dev, sizeof(*fw_ddb_entry), in qla4xxx_set_param_ddbentry() [all …]
|
/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 509 skb->dev = priv->net_dev; in hostif_data_indication() 510 skb->protocol = eth_type_trans(skb, skb->dev); in hostif_data_indication() 519 struct net_device *dev = priv->net_dev; in hostif_mib_get_confirm() local 539 eth_hw_addr_set(dev, priv->eth_addr); in hostif_mib_get_confirm() 546 netdev_info(dev, "firmware ver. = %s\n", in hostif_mib_get_confirm() 900 struct net_device *dev = priv->net_dev; in hostif_bss_scan_confirm() local 1886 struct net_device *dev = priv->net_dev; in hostif_sme_multicast_set() local 1896 if (dev->flags & IFF_PROMISC) { in hostif_sme_multicast_set() 1903 (dev->flags & IFF_ALLMULTI)) { in hostif_sme_multicast_set() 1910 mc_count = netdev_mc_count(dev); in hostif_sme_multicast_set() [all …]
|