Home
last modified time | relevance | path

Searched refs:dev (Results 22301 – 22325 of 26794) sorted by relevance

1...<<891892893894895896897898899900>>...1072

/openbmc/u-boot/drivers/serial/
H A Dusbtty.c391 int usbtty_tstc(struct stdio_dev *dev) in usbtty_tstc() argument
411 int usbtty_getc(struct stdio_dev *dev) in usbtty_getc() argument
431 void usbtty_putc(struct stdio_dev *dev, const char c) in usbtty_putc() argument
487 void usbtty_puts(struct stdio_dev *dev, const char *str) in usbtty_puts() argument
/openbmc/u-boot/doc/
H A DREADME.chromium74 DISK=/dev/sdc # Replace with your actual SD card device
83 sudo dd if=u-boot.kpart of=/dev/sdc1; sync
88 Reboot the device in dev mode. Make sure that you have USB booting enabled. To
180 Reboot the device in dev mode. Make sure that you have USB booting enabled. To
/openbmc/u-boot/drivers/net/
H A Dbcm-sf2-eth-gmac.c770 int gmac_mac_init(struct eth_device *dev) in gmac_mac_init() argument
772 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_mac_init()
895 int gmac_add(struct eth_device *dev) in gmac_add() argument
897 struct eth_info *eth = (struct eth_info *)(dev->priv); in gmac_add()
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dcolibri_imx6.c488 static void do_enable_hdmi(struct display_info_t const *dev) in do_enable_hdmi() argument
493 static void enable_rgb(struct display_info_t const *dev) in enable_rgb() argument
502 static int detect_default(struct display_info_t const *dev) in detect_default() argument
504 (void) dev; in detect_default()
/openbmc/linux/drivers/media/usb/gspca/
H A Dmr97310a.c127 rc = usb_bulk_msg(gspca_dev->dev, in mr_write()
128 usb_sndbulkpipe(gspca_dev->dev, 4), in mr_write()
141 rc = usb_bulk_msg(gspca_dev->dev, in mr_read()
142 usb_rcvbulkpipe(gspca_dev->dev, 3), in mr_read()
/openbmc/linux/sound/pci/mixart/
H A Dmixart_mixer.c319 dev_dbg(chip->card->dev, in mixart_update_analog_audio_level()
754 dev_dbg(chip->card->dev, in mixart_update_playback_stream_level()
799 dev_dbg(chip->card->dev, in mixart_update_capture_stream_level()
973 dev_dbg(chip->card->dev, in mixart_update_monitoring()
/openbmc/linux/drivers/mfd/
H A Dtwl4030-power.c884 const struct twl4030_power_data *pdata = dev_get_platdata(&pdev->dev); in twl4030_power_probe()
885 struct device_node *node = pdev->dev.of_node; in twl4030_power_probe()
892 dev_err(&pdev->dev, "Platform data is missing\n"); in twl4030_power_probe()
908 &pdev->dev); in twl4030_power_probe()
/openbmc/linux/fs/nfs/
H A Dcallback_proc.c372 struct cb_devicenotifyitem *dev = &args->devs[i]; in nfs4_callback_devicenotify() local
374 if (!ld || ld->id != dev->cbd_layout_type) { in nfs4_callback_devicenotify()
376 ld = pnfs_find_layoutdriver(dev->cbd_layout_type); in nfs4_callback_devicenotify()
380 nfs4_delete_deviceid(ld, cps->clp, &dev->cbd_dev_id); in nfs4_callback_devicenotify()
/openbmc/linux/drivers/mmc/host/
H A Dmeson-mx-sdio.c637 slot_pdev = meson_mx_mmc_slot_pdev(&pdev->dev); in meson_mx_mmc_probe()
643 mmc = mmc_alloc_host(sizeof(*host), &slot_pdev->dev); in meson_mx_mmc_probe()
651 host->controller_dev = &pdev->dev; in meson_mx_mmc_probe()
727 of_platform_device_destroy(&slot_pdev->dev, NULL); in meson_mx_mmc_probe()
/openbmc/linux/drivers/net/caif/
H A Dcaif_virtio.c297 skb->dev = cfv->ndev; in cfv_rx_poll()
362 dma_free_coherent(cfv->vdev->dev.parent->parent, in cfv_destroy_genpool()
396 cfv->vdev->dev.parent->parent, in cfv_create_genpool()
732 dev_err(&vdev->dev, "Unable to register netdev (%d)\n", err); in cfv_probe()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c131 dma_unmap_single(sc->dev, bf->bf_buf_addr, in ath9k_beacon_generate()
155 bf->bf_buf_addr = dma_map_single(sc->dev, skb->data, in ath9k_beacon_generate()
157 if (unlikely(dma_mapping_error(sc->dev, bf->bf_buf_addr))) { in ath9k_beacon_generate()
230 dma_unmap_single(sc->dev, bf->bf_buf_addr, in ath9k_beacon_remove_slot()
/openbmc/linux/Documentation/userspace-api/
H A Diommufd.rst24 small letter (iommufd) refers to the file descriptors created via /dev/iommu for
195 First is a VFIO compatible way by directly implementing the /dev/vfio/vfio
197 the use of iommufd in legacy VFIO applications by symlinking /dev/vfio/vfio to
198 /dev/iommufd or extending VFIO to SET_CONTAINER using an iommufd instead of a
/openbmc/linux/Documentation/networking/
H A Dnetconsole.rst39 netconsole=[+][r][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr]
46 dev network interface (eth0)
70 initialized and attempts to bring up the supplied dev at the supplied
168 following format which is the same as /dev/kmsg::
/openbmc/linux/drivers/tty/
H A Dsysrq.c874 clear_bit(KEY_SYSRQ, sysrq->handle.dev->key); in sysrq_handle_keypress()
959 struct input_dev *dev, in sysrq_connect() argument
971 sysrq->handle.dev = dev; in sysrq_connect()
/openbmc/linux/drivers/perf/
H A Darm_pmu.c419 static irqreturn_t armpmu_dispatch_irq(int irq, void *dev) in armpmu_dispatch_irq() argument
431 armpmu = *(void **)dev; in armpmu_dispatch_irq()
558 static ssize_t cpus_show(struct device *dev, in cpus_show() argument
561 struct arm_pmu *armpmu = to_arm_pmu(dev_get_drvdata(dev)); in cpus_show()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu2_hw_h264_dec.c199 struct hantro_dev *vpu = ctx->dev; in set_params()
302 struct hantro_dev *vpu = ctx->dev; in set_ref()
426 struct hantro_dev *vpu = ctx->dev; in set_buffers()
469 struct hantro_dev *vpu = ctx->dev; in rockchip_vpu2_h264_dec_run()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A DMakefile81 dtb-$(CONFIG_ARCH_MXC) += imx8mm-verdin-nonwifi-dev.dtb
84 dtb-$(CONFIG_ARCH_MXC) += imx8mm-verdin-wifi-dev.dtb
112 dtb-$(CONFIG_ARCH_MXC) += imx8mp-verdin-nonwifi-dev.dtb
115 dtb-$(CONFIG_ARCH_MXC) += imx8mp-verdin-wifi-dev.dtb
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_fence.c299 dev_warn(rdev->dev, "GPU lockup (current fence id " in radeon_fence_check_lockup()
675 dev_err(rdev->dev, "error waiting for ring[%d] to become idle (%ld)\n", in radeon_fence_wait_empty()
840 dev_err(rdev->dev, "fence failed to get scratch register\n"); in radeon_fence_driver_start_ring()
851 dev_info(rdev->dev, "fence driver on ring %d use gpu addr 0x%016llx\n", in radeon_fence_driver_start_ring()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c99 err = xsk_pool_dma_map(pool, &vsi->back->pdev->dev, I40E_RX_DMA_ATTR); in i40e_xsk_pool_enable()
641 dma_unmap_single(tx_ring->dev, in i40e_clean_xdp_tx_buffer()
715 int i40e_xsk_wakeup(struct net_device *dev, u32 queue_id, u32 flags) in i40e_xsk_wakeup() argument
717 struct i40e_netdev_priv *np = netdev_priv(dev); in i40e_xsk_wakeup()
/openbmc/linux/drivers/infiniband/core/
H A Droce_gid_mgmt.c129 static enum bonding_slave_state is_eth_active_slave_of_bonding_rcu(struct net_device *dev, in is_eth_active_slave_of_bonding_rcu() argument
137 return dev == pdev ? BONDING_SLAVE_STATE_ACTIVE : in is_eth_active_slave_of_bonding_rcu()
866 ndev = ifa->ifa_dev->dev; in inetaddr_event()
880 ndev = ifa6->idev->dev; in inet6addr_event()
/openbmc/linux/drivers/edac/
H A Dskx_common.c162 res->dev = d; in skx_adxl_decode()
167 if (!res->dev) { in skx_adxl_decode()
507 mci->pdev = &pdev->dev; in skx_register_mci()
674 mci = res.dev->imc[res.imc].mci; in skx_mce_check_error()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c514 msm_disp_snapshot_state(drm_enc->dev); in dpu_encoder_phys_vid_prepare_for_kickoff()
526 if (!phys_enc->parent || !phys_enc->parent->dev) { in dpu_encoder_phys_vid_disable()
694 struct dpu_encoder_phys *dpu_encoder_phys_vid_init(struct drm_device *dev, in dpu_encoder_phys_vid_init() argument
704 phys_enc = drmm_kzalloc(dev, sizeof(*phys_enc), GFP_KERNEL); in dpu_encoder_phys_vid_init()
/openbmc/qemu/hw/pci-host/
H A Dq35.c47 static void q35_host_realize(DeviceState *dev, Error **errp) in q35_host_realize() argument
49 PCIHostState *pci = PCI_HOST_BRIDGE(dev); in q35_host_realize()
50 Q35PCIHost *s = Q35_HOST_DEVICE(dev); in q35_host_realize()
51 SysBusDevice *sbd = SYS_BUS_DEVICE(dev); in q35_host_realize()
/openbmc/qemu/hw/audio/
H A Dwm8750.c623 static void wm8750_realize(DeviceState *dev, Error **errp) in wm8750_realize() argument
625 WM8750State *s = WM8750(dev); in wm8750_realize()
645 void wm8750_data_req_set(DeviceState *dev, data_req_cb *data_req, void *opaque) in wm8750_data_req_set() argument
647 WM8750State *s = WM8750(dev); in wm8750_data_req_set()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice.h196 #define ice_pf_to_dev(pf) (&((pf)->pdev->dev))
734 return (pool && pool->dev) ? pool : NULL; in ice_get_xp_from_qid()
876 bool netif_is_ice(const struct net_device *dev);
908 ice_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,

1...<<891892893894895896897898899900>>...1072