/openbmc/qemu/hw/timer/ |
H A D | renesas_tmr.c | 413 static void rtmr_reset(DeviceState *dev) in rtmr_reset() argument 415 RTMRState *tmr = RTMR(dev); in rtmr_reset()
|
/openbmc/linux/include/net/mana/ |
H A D | gdma.h | 198 struct device *dev; member 360 struct device *dev; member
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_cmd.c | 486 static int xrcd_table_insert(struct ib_uverbs_device *dev, in xrcd_table_insert() argument 491 struct rb_node **p = &dev->xrcd_tree.rb_node; in xrcd_table_insert() 516 rb_insert_color(&entry->node, &dev->xrcd_tree); in xrcd_table_insert() 525 struct rb_node *p = dev->xrcd_tree.rb_node; in xrcd_table_search() 545 entry = xrcd_table_search(dev, inode); in find_xrcd() 552 static void xrcd_table_delete(struct ib_uverbs_device *dev, in xrcd_table_delete() argument 557 entry = xrcd_table_search(dev, inode); in xrcd_table_delete() 560 rb_erase(&entry->node, &dev->xrcd_tree); in xrcd_table_delete() 677 struct ib_uverbs_device *dev = attrs->ufile->device; in ib_uverbs_dealloc_xrcd() local 690 xrcd_table_delete(dev, inode); in ib_uverbs_dealloc_xrcd() [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | cpu.c | 763 int dev = CONFIG_SYS_MMC_ENV_DEV; in mmc_get_env_dev() local 767 dev = 0; in mmc_get_env_dev() 770 dev = 1; in mmc_get_env_dev() 776 return dev; in mmc_get_env_dev()
|
/openbmc/linux/include/net/ |
H A D | ipv6.h | 233 SNMP_INC_STATS_ATOMIC_LONG((_idev)->stats.statname##dev, (field)); \ 242 SNMP_INC_STATS_ATOMIC_LONG((_idev)->stats.statname##dev, (field)); \ 1084 int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, 1137 struct net_device *dev,
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 858 ret = pm_runtime_resume_and_get(wl->dev); in wl1271_tx_work() 864 pm_runtime_put_noidle(wl->dev); in wl1271_tx_work() 869 pm_runtime_mark_last_busy(wl->dev); in wl1271_tx_work() 870 pm_runtime_put_autosuspend(wl->dev); in wl1271_tx_work()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ggtt.c | 916 struct pci_dev *pdev = to_pci_dev(i915->drm.dev); in ggtt_probe_common() 973 struct pci_dev *pdev = to_pci_dev(i915->drm.dev); in gen8_gmch_probe() 1139 struct pci_dev *pdev = to_pci_dev(i915->drm.dev); in gen6_gmch_probe() 1202 ggtt->vm.dma = i915->drm.dev; in ggtt_probe_hw()
|
/openbmc/linux/Documentation/usb/ |
H A D | usbmon.rst | 21 is available through a character device in /dev namespace and is an ABI. 249 The character device is usually called /dev/usbmonN, where N is the USB bus 250 number. Number zero (/dev/usbmon0) is special and means "all buses". 253 If you create /dev/usbmon0 by hand, make sure that it is owned by root
|
/openbmc/linux/net/devlink/ |
H A D | dev.c | 802 struct device *dev = devlink_to_dev(devlink); in devlink_nl_info_fill() local 822 err = devlink_nl_driver_info_get(dev->driver, &req); in devlink_nl_info_fill() 1099 ret = request_firmware(¶ms.fw, file_name, devlink->dev); in devlink_nl_cmd_flash_update() 1179 ret = request_firmware(¶ms.fw, file_name, devlink->dev); in devlink_compat_flash_update()
|
/openbmc/linux/sound/usb/ |
H A D | mixer_us16x08.c | 156 snd_usb_ctl_msg(chip->dev, in snd_us16x08_recv_urb() 157 usb_rcvctrlpipe(chip->dev, 0), in snd_us16x08_recv_urb() 169 return snd_usb_ctl_msg(chip->dev, usb_sndctrlpipe(chip->dev, 0), in snd_us16x08_send_urb()
|
/openbmc/linux/drivers/block/ |
H A D | Kconfig | 151 called /dev/loop0, /dev/loop1 etc. 191 dynamically allocated with the /dev/loop-control interface. 204 a block device special file such as /dev/nd0.
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_trace.h | 893 TP_PROTO(struct drm_device *dev, bool stop_req, u64 clk_rate), 894 TP_ARGS(dev, stop_req, clk_rate), 896 __string( dev_name, dev->unique ) 901 __assign_str(dev_name, dev->unique);
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbmon.c | 1494 struct pci_dev *dev = NULL; in fb_firmware_edid() local 1499 dev = to_pci_dev(device); in fb_firmware_edid() 1501 if (dev) in fb_firmware_edid() 1502 res = &dev->resource[PCI_ROM_RESOURCE]; in fb_firmware_edid()
|
/openbmc/linux/sound/core/ |
H A D | ump.c | 16 #define ump_err(ump, fmt, args...) dev_err((ump)->core.dev, fmt, ##args) 17 #define ump_warn(ump, fmt, args...) dev_warn((ump)->core.dev, fmt, ##args) 18 #define ump_info(ump, fmt, args...) dev_info((ump)->core.dev, fmt, ##args) 19 #define ump_dbg(ump, fmt, args...) dev_dbg((ump)->core.dev, fmt, ##args)
|
/openbmc/linux/include/linux/mfd/wm831x/ |
H A D | core.h | 363 struct device *dev; member
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | dtcs033.c | 29 struct usb_device *udev = gspca_dev->dev; in reg_rw()
|
/openbmc/linux/arch/mips/include/asm/txx9/ |
H A D | tx4938.h | 290 int tx4938_pcic1_map_irq(const struct pci_dev *dev, u8 slot);
|
/openbmc/linux/drivers/tty/serial/jsm/ |
H A D | jsm.h | 49 dev_dbg(pdev->dev, fmt, ##__VA_ARGS__); \
|
/openbmc/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | au1xxx_dbdma.h | 377 u32 au1xxx_ddma_add_device(dbdev_tab_t *dev);
|
/openbmc/linux/drivers/clk/keystone/ |
H A D | gate.c | 161 static struct clk *clk_register_psc(struct device *dev, in clk_register_psc() argument
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | denali.h | 298 struct udevice *dev; member
|
/openbmc/u-boot/board/freescale/mpc8548cds/ |
H A D | mpc8548cds.c | 171 void dummy_func(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab) { } in dummy_func() argument
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 453 int fdtdec_get_pci_bar32(struct udevice *dev, struct fdt_pci_addr *addr,
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.h | 251 return ndev->dev.parent; in ndev_to_dev()
|
/openbmc/linux/Documentation/driver-api/iio/ |
H A D | triggers.rst | 55 trig = iio_trigger_alloc(dev, "trig-%s-%d", name, idx);
|