/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
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()
|
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()
|
/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/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/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() 2286 static Sg_device *sg_lookup_dev(int dev) in sg_lookup_dev() argument 2288 return idr_find(&sg_index_idr, dev); in sg_lookup_dev() 2292 sg_get_dev(int dev) in sg_get_dev() argument 2298 sdp = sg_lookup_dev(dev); in sg_get_dev()
|
/openbmc/linux/ |
H A D | MAINTAINERS | 155 L: v9fs@lists.linux.dev 375 L: iommu@lists.linux.dev 981 L: iommu@lists.linux.dev 1889 L: asahi@lists.linux.dev 1902 L: asahi@lists.linux.dev 13894 L: mhi@lists.linux.dev 15192 L: ntb@lists.linux.dev 15200 L: ntb@lists.linux.dev 15213 L: ntb@lists.linux.dev 15219 L: ntb@lists.linux.dev [all …]
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | concepts.rst | 37 ":ref:`dev-manual/layers:understanding and creating layers`" 149 ":ref:`dev-manual/layers:understanding and creating layers`" 307 ":ref:`dev-manual/layers:enabling your layer`" 398 ":ref:`dev-manual/layers:creating your own layer`" 792 ":ref:`dev-manual/new-recipe:patching code`" 1147 ":ref:`dev-manual/debugging:viewing task variable dependencies`" 2100 -dev 2104 then ``foo-dev`` and ``foo-dbg`` are also made to depend on 2105 ``bar-dev`` and ``bar-dbg``, respectively. Taking the ``-dev`` 2107 and shared library symlinks needed by ``foo-dev``, which shows the [all …]
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | license-rules.rst | 74 L'identificativo di licenza SPDX dev'essere posizionato come prima riga 95 principale per i commenti, allora dev'essere usato il meccanismo accettato 137 licenza e solo una dev'essere scelta. Per esempio, alcuni file dtsi sono 433 Per ogni identificatore di licenza SPDX e per le eccezioni dev'esserci un file
|
/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/scripts/dtc/ |
H A D | checks.c | 842 unsigned int dev, func, reg; in check_pci_device_reg() local 859 dev = (reg & 0xf800) >> 11; in check_pci_device_reg() 868 snprintf(unit_addr, sizeof(unit_addr), "%x", dev); in check_pci_device_reg() 873 snprintf(unit_addr, sizeof(unit_addr), "%x,%x", dev, func); in check_pci_device_reg()
|
/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/net/wireless/realtek/rtlwifi/ |
H A D | efuse.c | 1218 struct device *dev = &rtlpcipriv->dev.pdev->dev; in rtl_get_hwinfo() local 1232 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" 240 KERNEL_MODULE_AUTOLOAD:rpi += "i2c-dev i2c-bcm2708"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rootfs-postcommands.bbclass | 182 …sed -i -e '/^[#[:space:]]*\/dev\/root/{s/defaults/ro/;s/\([[:space:]]*[[:digit:]]\)\([[:space:]]*\… 256 if grep -q DROPBEAR_EXTRA_ARGS ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear 2>/dev/null ; then 284 if grep -q DROPBEAR_EXTRA_ARGS ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear 2>/dev/null ; then 351 match=`awk '$1 !~ "#" && $2 ~ /\/var\/volatile/{print $2}' ${IMAGE_ROOTFS}/etc/fstab 2> /dev/null`
|
/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/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_init_fw_funcs.c | 1189 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument 1194 qed_wr(dev, ptt, \ 1857 dma_alloc_coherent(&p_hwfn->cdev->pdev->dev, in qed_fw_overlay_mem_alloc() 1923 dma_free_coherent(&p_hwfn->cdev->pdev->dev, in qed_fw_overlay_mem_free()
|
/openbmc/linux/drivers/net/fjes/ |
H A D | fjes_main.c | 959 struct net_device *netdev = napi->dev; in fjes_poll() 1352 SET_NETDEV_DEV(netdev, &plat_dev->dev); in fjes_probe() 1354 dev_set_drvdata(&plat_dev->dev, netdev); in fjes_probe() 1443 struct net_device *netdev = dev_get_drvdata(&plat_dev->dev); in fjes_remove()
|
/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/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/net/sched/ |
H A D | cls_u32.c | 1401 struct net_device *dev; in u32_dump() local 1402 dev = __dev_get_by_index(net, n->ifindex); in u32_dump() 1403 if (dev && nla_put_string(skb, TCA_U32_INDEV, dev->name)) in u32_dump()
|
/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/auxdisplay/ |
H A D | Kconfig | 50 The LCD is accessible through the /dev/lcd char device (10, 156). 213 is accessible through the /dev/lcd char device (10, 156), and the 214 keypad through /dev/keypad (10, 185). This code can either be 279 under the name '/dev/lcd'. There are a total of 6 supported types :
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 1014 umode_t mode, dev_t dev) in hugetlbfs_get_inode() argument 1043 init_special_inode(inode, mode, dev); in hugetlbfs_get_inode() 1074 struct dentry *dentry, umode_t mode, dev_t dev) in hugetlbfs_mknod() argument 1078 inode = hugetlbfs_get_inode(dir->i_sb, dir, mode, dev); in hugetlbfs_mknod()
|
/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. 670 ":ref:`dev-manual/debugging:debugging parallel make races`" section. 737 ":ref:`dev-manual/new-recipe:building a makefile-based package`" section. 871 ":ref:`dev-manual/new-recipe:post-installation scripts`" section. 1036 the ":ref:`dev-manual/new-recipe:storing and naming the recipe`" section. 1171 ":ref:`dev-manual/new-recipe:splitting an application into multiple packages`" [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | r8a66597.h | 94 struct r8a66597_device *dev; member
|