Home
last modified time | relevance | path

Searched refs:dev (Results 17026 – 17050 of 26794) sorted by relevance

1...<<681682683684685686687688689690>>...1072

/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst117 cache <metadata dev> <cache dev> <origin dev> <block size>
128 dmsetup create blah --table "0 268435456 cache /dev/sdb /dev/sdc \
129 /dev/sdd 512 0 mq 4 sequential_threshold 1024 random_threshold 8"
/openbmc/linux/drivers/pci/controller/
H A Dpci-xgene-msi.c450 xgene_msi->node = pdev->dev.of_node; in xgene_msi_probe()
455 dev_err(&pdev->dev, "Error allocating MSI bitmap\n"); in xgene_msi_probe()
461 dev_err(&pdev->dev, "Failed to allocate MSI domain\n"); in xgene_msi_probe()
488 dev_err(&pdev->dev, "Failed to clear spurious IRQ\n"); in xgene_msi_probe()
504 dev_info(&pdev->dev, "APM X-Gene PCIe MSI driver loaded\n"); in xgene_msi_probe()
509 dev_err(&pdev->dev, "failed to add CPU MSI notifier\n"); in xgene_msi_probe()
/openbmc/linux/drivers/input/serio/
H A Dlibps2.c60 dev_dbg(&ps2dev->serio->dev, in ps2_do_sendbyte()
89 dev_dbg(&ps2dev->serio->dev, in ps2_do_sendbyte()
114 dev_dbg(&ps2dev->serio->dev, "%02x - %x\n", byte, ps2dev->nak); in ps2_sendbyte()
373 dev_dbg(&ps2dev->serio->dev, in __ps2_command()
442 dev_dbg(&ps2dev->serio->dev, "%02x - %d\n", command, retval); in ps2_sliced_command()
547 dev_dbg(&ps2dev->serio->dev, "unexpected %#02x\n", data); in ps2_handle_ack()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-iop3xx.c433 adapter_data->gpio_scl = devm_gpiod_get_optional(&pdev->dev, in iop3xx_i2c_probe()
440 adapter_data->gpio_sda = devm_gpiod_get_optional(&pdev->dev, in iop3xx_i2c_probe()
482 new_adapter->dev.parent = &pdev->dev; in iop3xx_i2c_probe()
483 new_adapter->dev.of_node = pdev->dev.of_node; in iop3xx_i2c_probe()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.c41 qdev = to_qxl(bo->tbo.base.dev); in qxl_ttm_bo_destroy()
149 dev_err(qdev->ddev.dev, in qxl_bo_create()
298 struct drm_device *ddev = bo->tbo.base.dev; in __qxl_bo_pin()
310 dev_err(ddev->dev, "%p pin failed\n", bo); in __qxl_bo_pin()
361 dev_err(qdev->ddev.dev, "Userspace still has active objects !\n"); in qxl_bo_force_delete()
363 dev_err(qdev->ddev.dev, "%p %p %lu %lu force free\n", in qxl_bo_force_delete()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_vpu_if.c16 vpu->vsi = mtk_vcodec_fw_map_dm_addr(vpu->ctx->dev->fw_handler, in handle_enc_init_msg()
20 if (mtk_vcodec_fw_get_type(vpu->ctx->dev->fw_handler) == VPU) in handle_enc_init_msg()
114 if (!vpu->ctx->dev->fw_handler) { in vpu_enc_send_msg()
119 status = mtk_vcodec_fw_ipi_send(vpu->ctx->dev->fw_handler, vpu->id, msg, in vpu_enc_send_msg()
142 status = mtk_vcodec_fw_ipi_register(vpu->ctx->dev->fw_handler, vpu->id, in vpu_enc_init()
144 vpu->ctx->dev); in vpu_enc_init()
/openbmc/linux/sound/soc/intel/boards/
H A Dskl_rt286.c149 pcm = devm_kzalloc(rtd->card->dev, sizeof(*pcm), GFP_KERNEL); in skylake_hdmi_init()
238 dev_err(rtd->dev, "set codec sysclk failed: %d\n", ret); in skylake_rt286_hw_params()
534 ctx = devm_kzalloc(&pdev->dev, sizeof(*ctx), GFP_KERNEL); in skylake_audio_probe()
540 skylake_rt286.dev = &pdev->dev; in skylake_audio_probe()
543 return devm_snd_soc_register_card(&pdev->dev, &skylake_rt286); in skylake_audio_probe()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal1_atu.c72 dev_dbg(chip->dev, "AgeTime set to 0x%02x (%d ms)\n", age_time, in mv88e6xxx_g1_atu_set_age_time()
436 trace_mv88e6xxx_atu_member_violation(chip->dev, spid, in mv88e6xxx_g1_atu_prob_irq_thread_fn()
443 trace_mv88e6xxx_atu_miss_violation(chip->dev, spid, in mv88e6xxx_g1_atu_prob_irq_thread_fn()
457 trace_mv88e6xxx_atu_full_violation(chip->dev, spid, in mv88e6xxx_g1_atu_prob_irq_thread_fn()
470 dev_err(chip->dev, "ATU problem: error %d while handling interrupt\n", in mv88e6xxx_g1_atu_prob_irq_thread_fn()
485 "mv88e6xxx-%s-g1-atu-prob", dev_name(chip->dev)); in mv88e6xxx_g1_atu_prob_irq_setup()
/openbmc/qemu/hw/virtio/
H A Dvhost-user-fs.c191 static void vuf_device_realize(DeviceState *dev, Error **errp) in vuf_device_realize() argument
193 VirtIODevice *vdev = VIRTIO_DEVICE(dev); in vuf_device_realize()
194 VHostUserFS *fs = VHOST_USER_FS(dev); in vuf_device_realize()
273 static void vuf_device_unrealize(DeviceState *dev) in vuf_device_unrealize() argument
275 VirtIODevice *vdev = VIRTIO_DEVICE(dev); in vuf_device_unrealize()
276 VHostUserFS *fs = VHOST_USER_FS(dev); in vuf_device_unrealize()
/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c223 struct device *dev; member
522 if (dma_mapping_error(priv->dev, phys)) { in hip04_mac_start_xmit()
629 phys = dma_map_single(priv->dev, buf, in hip04_rx_poll()
631 if (dma_mapping_error(priv->dev, phys)) in hip04_rx_poll()
737 phys = dma_map_single(priv->dev, priv->rx_buf[i], in hip04_mac_open()
739 if (dma_mapping_error(priv->dev, phys)) in hip04_mac_open()
773 dma_unmap_single(priv->dev, priv->rx_phys[i], in hip04_mac_stop()
895 struct device *d = &pdev->dev; in hip04_mac_probe()
908 priv->dev = d; in hip04_mac_probe()
911 SET_NETDEV_DEV(ndev, &pdev->dev); in hip04_mac_probe()
[all …]
/openbmc/linux/fs/nfs/
H A Dcallback_xdr.c283 struct cb_devicenotifyitem *dev = &args->devs[i]; in decode_devicenotify_args() local
297 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()
298 if (dev->cbd_notify_type != NOTIFY_DEVICEID4_CHANGE && in decode_devicenotify_args()
299 dev->cbd_notify_type != NOTIFY_DEVICEID4_DELETE) { in decode_devicenotify_args()
312 dev->cbd_layout_type = ntohl(*p++); in decode_devicenotify_args()
313 memcpy(dev->cbd_dev_id.data, p, NFS4_DEVICEID4_SIZE); in decode_devicenotify_args()
316 if (dev->cbd_layout_type == NOTIFY_DEVICEID4_CHANGE) { in decode_devicenotify_args()
322 dev->cbd_immediate = ntohl(*p++); in decode_devicenotify_args()
324 dev->cbd_immediate = 0; in decode_devicenotify_args()
328 __func__, dev->cbd_notify_type, dev->cbd_layout_type, in decode_devicenotify_args()
[all …]
/openbmc/linux/Documentation/power/
H A Dopp.rst157 dev_pm_opp_enable(dev,1000000000);
172 opp = dev_pm_opp_find_freq_floor(dev, &freq);
183 opp = dev_pm_opp_find_freq_ceil(dev, &freq);
192 opp = dev_pm_opp_find_freq_ceil(dev, &freq);
225 ret = dev_pm_opp_enable(dev, 1000000000);
238 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, true);
242 ret = dev_pm_opp_disable(dev, 1000000000);
264 opp = dev_pm_opp_find_freq_ceil(dev, &freq);
282 max_opp = dev_pm_opp_find_freq_floor(dev,&max_freq);
283 requested_opp = dev_pm_opp_find_freq_ceil(dev,&freq);
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c135 drm_WARN_ON(plane->dev, plane_state->ggtt_vma); in intel_plane_destroy_state()
136 drm_WARN_ON(plane->dev, plane_state->dpt_vma); in intel_plane_destroy_state()
200 struct drm_i915_private *i915 = to_i915(plane->base.dev); in use_min_ddb()
256 struct drm_i915_private *dev_priv = to_i915(plane->base.dev); in intel_plane_calc_min_cdclk()
417 struct drm_i915_private *i915 = to_i915(plane->base.dev); in intel_plane_do_async_flip()
483 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); in intel_plane_atomic_calc_changes()
669 struct drm_i915_private *i915 = to_i915(crtc->base.dev); in intel_crtc_get_plane()
683 struct drm_i915_private *i915 = to_i915(state->base.dev); in intel_plane_atomic_check()
758 drm_WARN_ON(state->base.dev, 1); in skl_next_plane_to_commit()
889 struct drm_i915_private *i915 = to_i915(state->base.dev); in intel_crtc_planes_update_arm()
[all …]
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c194 dev_err(vi->dev, "failed to request frame start syncpoint\n"); in tegra210_channel_host1x_syncpt_init()
201 dev_err(vi->dev, "failed to request memory ack syncpoint\n"); in tegra210_channel_host1x_syncpt_init()
339 dev_dbg(&chan->video.dev, in tegra_channel_capture_error_recover()
490 dev_err_ratelimited(&chan->video.dev, in tegra_channel_capture_frame()
533 dev_err_ratelimited(&chan->video.dev, in tegra_channel_capture_done()
660 dev_err(&chan->video.dev, in tegra210_vi_start_streaming()
671 dev_err(&chan->video.dev, in tegra210_vi_start_streaming()
920 dev_dbg(csi->dev, "TEGRA_CSI_CIL_STATUS 0x%08x\n", val); in tegra210_csi_port_recover()
923 dev_dbg(csi->dev, "TEGRA_CSI_CILX_STATUS 0x%08x\n", val); in tegra210_csi_port_recover()
1087 dev_dbg(csi->dev, "TEGRA_CSI_CIL_STATUS 0x%08x\n", val); in tegra210_csi_port_stop_streaming()
[all …]
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c146 struct device *dev = hr_dev->dev; in hns_roce_mr_enable() local
159 dev_err(dev, "failed to write mtpt, ret = %d.\n", ret); in hns_roce_mr_enable()
166 dev_err(dev, "failed to create mpt, ret = %d.\n", ret); in hns_roce_mr_enable()
357 struct device *dev = hr_dev->dev; in hns_roce_alloc_mr() local
365 dev_err(dev, "max_num_sg larger than %d\n", in hns_roce_alloc_mr()
466 struct device *dev = hr_dev->dev; in hns_roce_mw_free() local
474 dev_warn(dev, "MW DESTROY_MPT failed (%d)\n", ret); in hns_roce_mw_free()
489 struct device *dev = hr_dev->dev; in hns_roce_mw_enable() local
506 dev_err(dev, "MW write mtpt fail!\n"); in hns_roce_mw_enable()
513 dev_err(dev, "MW CREATE_MPT failed (%d)\n", ret); in hns_roce_mw_enable()
/openbmc/linux/drivers/mmc/host/
H A Dvub300.c907 dev_err(&vub300->udev->dev, in send_command()
1216 dev_err(&vub300->udev->dev, in __download_offload_pseudocode()
1249 dev_err(&vub300->udev->dev, in __download_offload_pseudocode()
1259 dev_err(&vub300->udev->dev, in __download_offload_pseudocode()
1292 dev_err(&vub300->udev->dev, in __download_offload_pseudocode()
1302 dev_err(&vub300->udev->dev, in __download_offload_pseudocode()
1331 dev_info(&vub300->udev->dev, in __download_offload_pseudocode()
1336 dev_err(&vub300->udev->dev, in __download_offload_pseudocode()
2224 dev_info(&vub300->udev->dev, in vub300_probe()
2271 dev_err(&vub300->udev->dev, in vub300_probe()
[all …]
/openbmc/u-boot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt163 key-name-hint = "dev";
184 openssl genrsa -F4 -out keys/dev.key 2048
185 openssl req -batch -new -x509 -key keys/dev.key -out keys/dev.crt
252 Verifying Hash Integrity ... sha1,rsa2048:dev+
256 sha1,rsa2048:dev+
325 Verifying Hash Integrity ... sha1,rsa2048:dev+
329 sha1,rsa2048:dev+
425 Failed to verify required signature 'key-dev'
446 Failed to verify required signature 'key-dev'
499 Here the card is /dev/sde:
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c60 struct device dev; member
201 device_unregister(&cpp->dev); in nfp_cpp_free()
1146 static void nfp_cpp_dev_release(struct device *dev) in nfp_cpp_dev_release() argument
1200 cpp->dev.init_name = "cpp"; in nfp_cpp_from_operations()
1201 cpp->dev.parent = parent; in nfp_cpp_from_operations()
1202 cpp->dev.release = nfp_cpp_dev_release; in nfp_cpp_from_operations()
1203 err = device_register(&cpp->dev); in nfp_cpp_from_operations()
1205 put_device(&cpp->dev); in nfp_cpp_from_operations()
1209 dev_set_drvdata(&cpp->dev, cpp); in nfp_cpp_from_operations()
1258 device_unregister(&cpp->dev); in nfp_cpp_from_operations()
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c347 struct adapter *padapter = rtw_netdev_priv(dev); in rtw_select_queue()
387 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in rtw_ndev_notifier_call() local
389 if (dev->netdev_ops->ndo_do_ioctl != rtw_ioctl) in rtw_ndev_notifier_call()
392 netdev_dbg(dev, FUNC_NDEV_FMT " state:%lu\n", FUNC_NDEV_ARG(dev), in rtw_ndev_notifier_call()
413 static int rtw_ndev_init(struct net_device *dev) in rtw_ndev_init() argument
415 struct adapter *adapter = rtw_netdev_priv(dev); in rtw_ndev_init()
417 netdev_dbg(dev, FUNC_ADPT_FMT "\n", FUNC_ADPT_ARG(adapter)); in rtw_ndev_init()
418 strncpy(adapter->old_ifname, dev->name, IFNAMSIZ); in rtw_ndev_init()
423 static void rtw_ndev_uninit(struct net_device *dev) in rtw_ndev_uninit() argument
425 struct adapter *adapter = rtw_netdev_priv(dev); in rtw_ndev_uninit()
[all …]
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c39 struct device *dev; member
440 dev_dbg(ctx->priv->dev, "get %d buffer(s) of size %d each.\n", in ipu_csc_scaler_queue_setup()
454 dev_dbg(ctx->priv->dev, "type: %d\n", vq->type); in ipu_csc_scaler_buf_prepare()
460 dev_dbg(ctx->priv->dev, "%s: field isn't supported\n", in ipu_csc_scaler_buf_prepare()
470 dev_dbg(ctx->priv->dev, in ipu_csc_scaler_buf_prepare()
596 src_vq->dev = ctx->priv->dev; in ipu_csc_scaler_queue_init()
611 dst_vq->dev = ctx->priv->dev; in ipu_csc_scaler_queue_init()
785 dev_dbg(priv->dev, "Created instance %p, m2m_ctx: %p\n", ctx, in ipu_csc_scaler_open()
804 dev_dbg(priv->dev, "Releasing instance %p\n", ctx); in ipu_csc_scaler_release()
888 priv->dev = md->md.dev; in imx_media_csc_scaler_device_init()
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_ade.c519 spin_lock_irq(&crtc->dev->event_lock); in ade_crtc_atomic_flush()
524 spin_unlock_irq(&crtc->dev->event_lock); in ade_crtc_atomic_flush()
847 struct device *dev = &pdev->dev; in ade_hw_ctx_alloc() local
848 struct device_node *np = pdev->dev.of_node; in ade_hw_ctx_alloc()
852 ctx = devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL); in ade_hw_ctx_alloc()
859 ctx->base = devm_ioremap_resource(dev, res); in ade_hw_ctx_alloc()
865 ctx->reset = devm_reset_control_get(dev, NULL); in ade_hw_ctx_alloc()
882 ctx->ade_core_clk = devm_clk_get(dev, "clk_ade_core"); in ade_hw_ctx_alloc()
894 ctx->ade_pix_clk = devm_clk_get(dev, "clk_ade_pix"); in ade_hw_ctx_alloc()
901 ret = devm_request_irq(dev, ctx->irq, ade_irq_handler, in ade_hw_ctx_alloc()
[all …]
/openbmc/linux/drivers/input/misc/
H A Dwistron_btns.c1161 static int wistron_flush(struct input_dev *dev) in wistron_flush() argument
1169 static void wistron_poll(struct input_dev *dev) in wistron_poll() argument
1175 input_set_poll_interval(dev, POLL_INTERVAL_BURST); in wistron_poll()
1177 input_set_poll_interval(dev, POLL_INTERVAL_DEFAULT); in wistron_poll()
1180 static int wistron_setup_keymap(struct input_dev *dev, in wistron_setup_keymap() argument
1222 wistron_idev->dev.parent = &wistron_device->dev; in setup_input_dev()
1249 static int wistron_probe(struct platform_device *dev) in wistron_probe() argument
1278 wistron_led_init(&dev->dev); in wistron_probe()
1289 static int wistron_remove(struct platform_device *dev) in wistron_remove() argument
1298 static int wistron_suspend(struct device *dev) in wistron_suspend() argument
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-mcp2221.c364 dev_err(&adapter->dev, in mcp_i2c_xfer()
369 dev_err(&adapter->dev, in mcp_i2c_xfer()
563 dev_err(&mcp->adapter.dev, in mcp_smbus_xfer()
1069 indio_dev = devm_iio_device_alloc(&mcp->hdev->dev, sizeof(*data)); in mcp_init_work()
1082 devm_iio_device_register(&mcp->hdev->dev, indio_dev); in mcp_init_work()
1108 mcp = devm_kzalloc(&hdev->dev, sizeof(*mcp), GFP_KERNEL); in mcp2221_probe()
1160 mcp->adapter.dev.parent = &hdev->dev; in mcp2221_probe()
1165 ret = devm_i2c_add_adapter(&hdev->dev, &mcp->adapter); in mcp2221_probe()
1173 mcp->gc = devm_kzalloc(&hdev->dev, sizeof(*mcp->gc), GFP_KERNEL); in mcp2221_probe()
1186 mcp->gc->parent = &hdev->dev; in mcp2221_probe()
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst280 parport_unregister_device (dev[i]);
462 struct pardevice *dev = private->dev;
463 if (!dev) return; /* avoid races */
466 parport_claim (dev);
474 if (!private->dev)
480 parport_claim_or_block (private->dev);
487 parport_claim_or_block (private->dev);
527 parport_unregister_device (dev);
610 written = dev->port->ops->write_ecp_data (dev->port, buf,
612 parport_release (dev);
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c643 priv = drm_enc->dev->dev_private; in dpu_encoder_virt_atomic_check()
711 priv = drm_enc->dev->dev_private; in _dpu_encoder_update_vsync_source()
775 priv = drm_enc->dev->dev_private; in _dpu_encoder_resource_control_helper()
814 priv = drm_enc->dev->dev_private; in dpu_encoder_resource_control()
1073 priv = drm_enc->dev->dev_private; in dpu_encoder_virt_atomic_mode_set()
1151 if (!drm_enc || !drm_enc->dev) { in _dpu_encoder_virt_enable_helper()
2144 if (!drm_enc->dev) { in _dpu_encoder_init_debugfs()
2181 struct drm_device *dev, in dpu_encoder_virt_add_phys_encs() argument
2334 if (!drm_enc->dev) { in dpu_encoder_frame_done_timeout()
2378 dpu_enc = devm_kzalloc(dev->dev, sizeof(*dpu_enc), GFP_KERNEL); in dpu_encoder_init()
[all …]

1...<<681682683684685686687688689690>>...1072