/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 248 struct net_device *dev; member 286 smc_pxa_dma_insl(a, lp, r, dev->dma, p, l) 355 smc_pxa_dma_insw(a, lp, r, dev->dma, p, l)
|
/openbmc/linux/arch/x86/events/ |
H A D | perf_event.h | 1288 ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr, 1290 ssize_t events_ht_sysfs_show(struct device *dev, struct device_attribute *attr, 1292 ssize_t events_hybrid_sysfs_show(struct device *dev,
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | fnic_main.c | 639 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(47)); in fnic_probe() 641 err = dma_set_mask_and_coherent(&pdev->dev, DMA_BIT_MASK(32)); in fnic_probe() 840 err = scsi_add_host(lp->host, &pdev->dev); in fnic_probe()
|
H A D | fnic_scsi.c | 118 dma_unmap_single(&fnic->pdev->dev, io_req->sgl_list_pa, in fnic_release_ioreq_buf() 127 dma_unmap_single(&fnic->pdev->dev, io_req->sense_buf_pa, in fnic_release_ioreq_buf() 332 io_req->sgl_list_pa = dma_map_single(&fnic->pdev->dev, in fnic_queue_wq_copy_desc() 336 if (dma_mapping_error(&fnic->pdev->dev, io_req->sgl_list_pa)) { in fnic_queue_wq_copy_desc() 342 io_req->sense_buf_pa = dma_map_single(&fnic->pdev->dev, in fnic_queue_wq_copy_desc() 346 if (dma_mapping_error(&fnic->pdev->dev, io_req->sense_buf_pa)) { in fnic_queue_wq_copy_desc() 347 dma_unmap_single(&fnic->pdev->dev, io_req->sgl_list_pa, in fnic_queue_wq_copy_desc()
|
/openbmc/linux/drivers/edac/ |
H A D | i5000_edac.c | 1406 mci->pdev = &pdev->dev; /* record ptr to the generic device */ in i5000_probe1() 1454 i5000_pci = edac_pci_create_generic_ctl(&pdev->dev, EDAC_MOD_STR); in i5000_probe1() 1511 if ((mci = edac_mc_del_mc(&pdev->dev)) == NULL) in i5000_remove_one()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | qmi.c | 1066 struct device *dev = ar->dev; in ath10k_qmi_init() local 1077 if (of_property_read_bool(dev->of_node, "qcom,msa-fixed-perm")) in ath10k_qmi_init()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.1.1.rst | 45 - dev-manual: add bblock documentation 46 - dev-manual: bblock: use warning block instead of attention 47 - dev-manual: document how to provide confs from layer.conf
|
/openbmc/linux/ |
H A D | MAINTAINERS | 155 L: v9fs@lists.linux.dev 375 L: iommu@lists.linux.dev 391 L: acrn-dev@lists.projectacrn.org (subscribers-only) 886 R: Gal Pressman <gal.pressman@linux.dev> 981 L: iommu@lists.linux.dev 1408 L: linuxppc-dev@lists.ozlabs.org 1818 L: linux-sunxi@lists.linux.dev 1889 L: asahi@lists.linux.dev 1900 M: Sven Peter <sven@svenpeter.dev> 1902 L: asahi@lists.linux.dev [all …]
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j721s2-main.dtsi | 168 ti,sci-dev-id = <148>; 782 ti,sci-dev-id = <224>; 794 ti,sci-dev-id = <227>; 808 ti,sci-dev-id = <265>; 1080 ti,sci-dev-id = <259>; 1094 ti,sci-dev-id = <263>; 1204 reg-names = "otg", "xhci", "dev";
|
/openbmc/linux/drivers/scsi/ |
H A D | sg.c | 201 static Sg_device *sg_get_dev(int dev); 285 int dev = iminor(inode); in sg_open() local 296 sdp = sg_get_dev(dev); in sg_open() 2279 static Sg_device *sg_lookup_dev(int dev) in sg_lookup_dev() argument 2281 return idr_find(&sg_index_idr, dev); in sg_lookup_dev() 2285 sg_get_dev(int dev) in sg_get_dev() argument 2291 sdp = sg_lookup_dev(dev); in sg_get_dev()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | qmi.c | 2155 dma_free_coherent(ab->dev, in ath12k_qmi_free_target_mem_chunk() 2182 chunk->v.addr = dma_alloc_coherent(ab->dev, in ath12k_qmi_alloc_target_mem_chunk() 2400 struct device *dev = ab->dev; in ath12k_qmi_load_bdf_qmi() local 2443 ath12k_bus_str(ab->hif.bus), dev_name(dev)); in ath12k_qmi_load_bdf_qmi() 2515 m3_mem->vaddr = dma_alloc_coherent(ab->dev, in ath12k_qmi_m3_load() 2539 dma_free_coherent(ab->dev, m3_mem->size, in ath12k_qmi_m3_free()
|
H A D | dp_mon.c | 822 dma_unmap_single(ab->dev, rxcb->paddr, in ath12k_dp_mon_rx_parse_status_tlv() 1289 paddr = dma_map_single(ab->dev, skb->data, in ath12k_dp_mon_buf_replenish() 1293 if (unlikely(dma_mapping_error(ab->dev, paddr))) in ath12k_dp_mon_buf_replenish() 1328 dma_unmap_single(ab->dev, paddr, skb->len + skb_tailroom(skb), in ath12k_dp_mon_buf_replenish() 1927 dma_unmap_single(ab->dev, rxcb->paddr, in ath12k_dp_mon_tx_parse_status_tlv() 2120 dma_unmap_single(ab->dev, rxcb->paddr, in ath12k_dp_mon_srng_process() 2521 dma_unmap_single(ab->dev, rxcb->paddr, in ath12k_dp_mon_rx_process_stats()
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 494 static int rtw_cfg80211_ap_set_encryption(struct net_device *dev, struct ieee_param *param, u32 par… in rtw_cfg80211_ap_set_encryption() argument 499 struct adapter *padapter = rtw_netdev_priv(dev); in rtw_cfg80211_ap_set_encryption() 698 static int rtw_cfg80211_set_encryption(struct net_device *dev, struct ieee_param *param, u32 param_… in rtw_cfg80211_set_encryption() argument 703 struct adapter *padapter = rtw_netdev_priv(dev); in rtw_cfg80211_set_encryption() 728 netdev_err(dev, "Error crypt.idx %d > %d\n", param->u.crypt.idx, max_idx); in rtw_cfg80211_set_encryption() 2738 int rtw_wdev_alloc(struct adapter *padapter, struct device *dev) in rtw_wdev_alloc() argument 2752 set_wiphy_dev(wiphy, dev); in rtw_wdev_alloc()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | new-recipe.rst | 46 ":ref:`dev-manual/new-recipe:recipe syntax`" section. 181 ":ref:`dev-manual/layers:understanding and creating layers`" section. 189 ``-native``, ``-cross``, ``-initial``, or ``-dev`` casually (i.e. do not use 290 ":ref:`dev-manual/new-recipe:building an autotooled package`" section. 374 ":ref:`dev-manual/new-recipe:patching code`" section. 653 ":ref:`dev-manual/new-recipe:Configuring the Recipe`" for additional information. 670 ":ref:`dev-manual/debugging:debugging parallel make races`" section. 737 ":ref:`dev-manual/new-recipe:building a makefile-based package`" section. 866 ":ref:`dev-manual/new-recipe:splitting an application into multiple packages`" 871 ":ref:`dev-manual/new-recipe:post-installation scripts`" section. [all …]
|
/openbmc/qemu/hw/net/ |
H A D | igb_core.c | 117 PCIDevice *dev = core->owner; in igb_msix_notify() local 124 dev = pcie_sriov_get_vf_at_index(core->owner, vfn); in igb_msix_notify() 125 assert(dev); in igb_msix_notify() 135 msix_notify(dev, vector); in igb_msix_notify() 604 PCIDevice *dev, in igb_process_tx_desc() argument 650 if (!net_tx_pkt_add_raw_fragment_pci(tx->tx_pkt, dev, in igb_process_tx_desc() 677 net_tx_pkt_reset(tx->tx_pkt, net_tx_pkt_unmap_frag_pci, dev); in igb_process_tx_desc() 1592 igb_pci_dma_write_rx_desc(IGBCore *core, PCIDevice *dev, dma_addr_t addr, in igb_pci_dma_write_rx_desc() argument 1601 pci_dma_write(dev, addr, desc, len); in igb_pci_dma_write_rx_desc() 1605 pci_dma_write(dev, addr + offset, &status, sizeof(status)); in igb_pci_dma_write_rx_desc() [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | wacom_wac.c | 162 dev_dbg(input->dev.parent, in wacom_penpartner_irq() 178 dev_dbg(input->dev.parent, in wacom_pl_irq() 237 dev_dbg(input->dev.parent, in wacom_ptu_irq() 266 dev_dbg(input->dev.parent, in wacom_dtu_irq() 297 dev_dbg(input->dev.parent, in wacom_dtus_irq() 354 dev_dbg(input->dev.parent, in wacom_graphire_irq() 360 dev_dbg(input->dev.parent, in wacom_graphire_irq() 1081 dev_dbg(input->dev.parent, in wacom_intuos_irq() 1276 dev_dbg(wacom->pen_input->dev.parent, in wacom_intuos_bt_irq() 1581 dev_dbg(wacom->pen_input->dev.parent, in wacom_intuos_pro2_bt_irq() [all …]
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 74 desc->dev = &cobalt->pci_dev->dev; in cobalt_buf_init() 1269 q->dev = &cobalt->pci_dev->dev; in cobalt_node_register()
|
/openbmc/linux/Documentation/arch/sparc/oradax/ |
H A D | oracle-dax.rst | 274 /dev/oradax1 and for M8 it will be /dev/oradax2. The simplest 277 fd = open("/dev/oradax1", O_RDWR); 279 fd = open("/dev/oradax2", O_RDWR);
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | efuse.c | 1227 struct device *dev = &rtlpcipriv->dev.pdev->dev; in rtl_get_hwinfo() local 1241 dev_warn(dev, "no efuse data\n"); in rtl_get_hwinfo()
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | extra-build-config.md | 84 …ROOT_PARTITION` is "/dev/mmcblk0p2" to mount SD card. If you want to mount USB memory partition, s… 90 CMDLINE_ROOT_PARTITION = "/dev/sda2" 241 KERNEL_MODULE_AUTOLOAD:rpi += "i2c-dev i2c-bcm2708"
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.perf | 633 $(Q)$(MAKE) -C $(TESTS_CORESIGHT_DIR) O=$(OUTPUT) clean >/dev/null 1054 $(shell $(1) $(2) -v -E - </dev/null 2>&1 \ 1056 $(shell $(1) $(2) -dM -E - </dev/null | grep '__riscv_xlen ' | awk '{printf("-D__riscv_xlen=%d -D__… 1171 $(MAKE) -C $(DOC_DIR) O=$(OUTPUT) clean >/dev/null
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | signature.txt | 69 $ openssl genpkey -algorithm RSA -out keys/dev.key \ 74 $ openssl req -batch -new -x509 -key keys/dev.key -out keys/dev.crt 78 $ openssl rsa -in keys/dev.key -pubout
|
/openbmc/u-boot/doc/driver-model/ |
H A D | usb-info.txt | 86 have this structure. You can access it for a device 'dev' with 87 dev_get_parent_priv(dev). It matches the old structure except that the 99 device 'dev' with dev_get_parent_platdata(dev). It holds the device
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | fusb300_udc.c | 1376 dev_err(&pdev->dev, in fusb300_probe() 1384 dev_err(&pdev->dev, in fusb300_probe() 1476 ret = usb_add_gadget_udc(&pdev->dev, &fusb300->gadget); in fusb300_probe() 1480 dev_info(&pdev->dev, "version %s\n", DRIVER_VERSION); in fusb300_probe()
|
/openbmc/linux/net/sched/ |
H A D | cls_u32.c | 1411 struct net_device *dev; in u32_dump() local 1412 dev = __dev_get_by_index(net, n->ifindex); in u32_dump() 1413 if (dev && nla_put_string(skb, TCA_U32_INDEV, dev->name)) in u32_dump()
|