Home
last modified time | relevance | path

Searched refs:dev (Results 17276 – 17300 of 26793) sorted by relevance

1...<<691692693694695696697698699700>>...1072

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h290 int ehci_register(struct udevice *dev, struct ehci_hccr *hccr,
293 int ehci_deregister(struct udevice *dev);
297 int ehci_setup_phy(struct udevice *dev, struct phy *phy, int index);
298 int ehci_shutdown_phy(struct udevice *dev, struct phy *phy);
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c143 struct udevice *dev; in acpi_create_gnvs() local
149 ret = uclass_find_first_device(UCLASS_CPU, &dev); in acpi_create_gnvs()
150 if (ret == 0 && dev != NULL) { in acpi_create_gnvs()
151 ret = cpu_get_count(dev); in acpi_create_gnvs()
/openbmc/linux/Documentation/networking/
H A Dvxlan.rst29 # ip link add vxlan0 type vxlan id 42 group 239.1.1.1 dev eth1 dstport 4789
52 # bridge fdb add to 00:17:42:8a:b4:05 dst 192.19.0.2 dev vxlan0
56 # bridge fdb delete 00:17:42:8a:b4:05 dev vxlan0
60 # bridge fdb show dev vxlan0
/openbmc/linux/net/openvswitch/
H A Dopenvswitch_trace.h22 __string( dev_name, skb->dev->name )
47 __assign_str(dev_name, skb->dev->name);
93 __string( dev_name, skb->dev->name )
117 __assign_str(dev_name, skb->dev->name);
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_seq.c209 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_probe() local
215 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_probe()
252 struct snd_seq_device *dev = to_seq_dev(_dev); in snd_opl3_seq_remove() local
255 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_remove()
/openbmc/linux/drivers/iio/humidity/
H A Dhid-sensor-humidity.c199 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); in hid_humidity_probe()
202 indio_dev = devm_iio_device_alloc(&pdev->dev, sizeof(*humid_st)); in hid_humidity_probe()
218 humid_chans = devm_kmemdup(&indio_dev->dev, humidity_channels, in hid_humidity_probe()
265 struct hid_sensor_hub_device *hsdev = dev_get_platdata(&pdev->dev); in hid_humidity_remove()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/
H A Dlibx86-mmap-offset.patch85 perror("mmap /dev/zero");
144 perror("open /dev/mem");
159 perror("mmap /dev/mem");
174 perror("mmap /dev/mem");
/openbmc/qemu/hw/nvram/
H A Dxlnx-efuse.c205 static void efuse_realize(DeviceState *dev, Error **errp) in efuse_realize() argument
207 XlnxEFuse *s = XLNX_EFUSE(dev); in efuse_realize()
237 DeviceState *dev = DEVICE(obj); in efuse_prop_set_drive() local
242 if (dev->realized) { in efuse_prop_set_drive()
/openbmc/linux/fs/ramfs/
H A Dinode.c58 const struct inode *dir, umode_t mode, dev_t dev) in ramfs_get_inode() argument
71 init_special_inode(inode, mode, dev); in ramfs_get_inode()
99 struct dentry *dentry, umode_t mode, dev_t dev) in ramfs_mknod() argument
101 struct inode * inode = ramfs_get_inode(dir->i_sb, dir, mode, dev); in ramfs_mknod()
/openbmc/linux/drivers/media/platform/ti/cal/
H A Dcal.h195 struct device *dev; member
260 dev_printk(KERN_DEBUG, (cal)->dev, fmt, ##arg); \
263 dev_info((cal)->dev, fmt, ##arg)
265 dev_err((cal)->dev, fmt, ##arg)
/openbmc/linux/drivers/ufs/host/
H A Dtc-dwc-g210.c259 dev_info(hba->dev, "Configuring Test Chip 40-bit RMMI\n"); in tc_dwc_g210_config_40_bit()
262 dev_err(hba->dev, "Configuration failed\n"); in tc_dwc_g210_config_40_bit()
289 dev_info(hba->dev, "Configuring Test Chip 20-bit RMMI\n"); in tc_dwc_g210_config_20_bit()
292 dev_err(hba->dev, "Configuration failed\n"); in tc_dwc_g210_config_20_bit()
/openbmc/linux/scripts/package/
H A Dbuilddeb198 linux-libc-dev)
199 install_libc_headers debian/linux-libc-dev;;
212 linux-libc-dev)
213 create_package ${package} debian/linux-libc-dev;;
/openbmc/linux/sound/soc/codecs/
H A Dwm9705.c328 dev_err(component->dev, "Failed to register AC97 codec\n"); in wm9705_soc_probe()
377 wm9705 = devm_kzalloc(&pdev->dev, sizeof(*wm9705), GFP_KERNEL); in wm9705_probe()
381 wm9705->mfd_pdata = dev_get_platdata(&pdev->dev); in wm9705_probe()
384 return devm_snd_soc_register_component(&pdev->dev, in wm9705_probe()
/openbmc/linux/drivers/video/fbdev/
H A Ddnfb.c228 static int dnfb_probe(struct platform_device *dev) in dnfb_probe() argument
233 info = framebuffer_alloc(0, &dev->dev); in dnfb_probe()
254 platform_set_drvdata(dev, info); in dnfb_probe()
/openbmc/linux/include/net/
H A Damt.h314 struct net_device *dev; member
398 static inline bool netif_is_amt(const struct net_device *dev) in netif_is_amt() argument
400 return dev->rtnl_link_ops && !strcmp(dev->rtnl_link_ops->kind, "amt"); in netif_is_amt()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gtt_mgr.c43 static ssize_t amdgpu_mem_info_gtt_total_show(struct device *dev, in amdgpu_mem_info_gtt_total_show() argument
47 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_gtt_total_show()
63 static ssize_t amdgpu_mem_info_gtt_used_show(struct device *dev, in amdgpu_mem_info_gtt_used_show() argument
67 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_mem_info_gtt_used_show()
/openbmc/linux/drivers/mfd/
H A Dsec-irq.c359 dev_warn(sec_pmic->dev, in sec_irq_init()
387 dev_err(sec_pmic->dev, "Unknown device type %lu\n", in sec_irq_init()
392 ret = devm_regmap_add_irq_chip(sec_pmic->dev, sec_pmic->regmap_pmic, in sec_irq_init()
396 dev_err(sec_pmic->dev, "Failed to register IRQ chip: %d\n", ret); in sec_irq_init()
/openbmc/linux/drivers/vfio/
H A DKconfig18 bool "Support for the VFIO cdev /dev/vfio/devices/vfioX"
24 /dev/vfio/devices/vfioX, and then bind the device fd with an iommufd
31 bool "Support for the VFIO group /dev/vfio/$group_id"
41 bool "Support for the VFIO container /dev/vfio/vfio"
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-gate.c155 static struct clk_hw *mtk_clk_register_gate(struct device *dev, const char *name, in mtk_clk_register_gate() argument
184 ret = clk_hw_register(dev, &cg->hw); in mtk_clk_register_gate()
205 int mtk_clk_register_gates(struct device *dev, struct device_node *node, in mtk_clk_register_gates() argument
231 hw = mtk_clk_register_gate(dev, gate->name, gate->parent_name, in mtk_clk_register_gates()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.h56 struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev);
69 irqreturn_t atomisp_isr(int irq, void *dev);
318 int atomisp_power_off(struct device *dev);
319 int atomisp_power_on(struct device *dev);
/openbmc/linux/include/sound/
H A Dhdaudio_ext.h9 int snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev,
163 int (*build_controls)(struct hdac_ext_device *dev);
164 int (*init)(struct hdac_ext_device *dev);
165 void (*free)(struct hdac_ext_device *dev);
/openbmc/linux/fs/nfsd/
H A Dblocklayoutxdr.c82 struct pnfs_block_deviceaddr *dev = gdp->gd_device; in nfsd4_block_encode_getdeviceinfo() local
99 for (i = 0; i < dev->nr_volumes; i++) { in nfsd4_block_encode_getdeviceinfo()
100 ret = nfsd4_block_encode_volume(xdr, &dev->volumes[i]); in nfsd4_block_encode_getdeviceinfo()
111 *p++ = cpu_to_be32(dev->nr_volumes); in nfsd4_block_encode_getdeviceinfo()
/openbmc/linux/net/ipv4/
H A Dxfrm4_policy.c69 static int xfrm4_fill_dst(struct xfrm_dst *xdst, struct net_device *dev, in xfrm4_fill_dst() argument
77 xdst->u.dst.dev = dev; in xfrm4_fill_dst()
78 netdev_hold(dev, &xdst->u.dst.dev_tracker, GFP_ATOMIC); in xfrm4_fill_dst()
/openbmc/linux/arch/arm/mach-omap2/
H A Ddisplay.c64 .dev = {
173 omap_display_device.dev.platform_data = &board_data; in omapdss_init_fbdev()
259 r = of_platform_populate(node, NULL, NULL, &pdev->dev); in omapdss_init_of()
260 put_device(&pdev->dev); in omapdss_init_of()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dverbs.h229 static inline u16 irdma_fw_major_ver(struct irdma_sc_dev *dev) in irdma_fw_major_ver() argument
231 return (u16)FIELD_GET(IRDMA_FW_VER_MAJOR, dev->feature_info[IRDMA_FEATURE_FW_INFO]); in irdma_fw_major_ver()
234 static inline u16 irdma_fw_minor_ver(struct irdma_sc_dev *dev) in irdma_fw_minor_ver() argument
236 return (u16)FIELD_GET(IRDMA_FW_VER_MINOR, dev->feature_info[IRDMA_FEATURE_FW_INFO]); in irdma_fw_minor_ver()

1...<<691692693694695696697698699700>>...1072