/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/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/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/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/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/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/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:]]*\… 258 if grep -q DROPBEAR_EXTRA_ARGS ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear 2>/dev/null ; then 286 if grep -q DROPBEAR_EXTRA_ARGS ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear 2>/dev/null ; then 353 match=`awk '$1 !~ "#" && $2 ~ /\/var\/volatile/{print $2}' ${IMAGE_ROOTFS}/etc/fstab 2> /dev/null`
|
/openbmc/linux/scripts/ |
H A D | Kbuild.include | 75 read-file = $(shell cat $1 2>/dev/null) 133 silent_log_print = exec >/dev/null;
|
/openbmc/linux/drivers/net/phy/ |
H A D | phy-core.c | 373 struct device_node *node = phydev->mdio.dev.of_node; in of_set_phy_supported() 388 struct device_node *node = phydev->mdio.dev.of_node; in of_set_phy_eee_broken()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-firmware-zynqmp | 127 is completely different than the /dev/watchdog as the external 184 different than the /dev/watchdog as the external watchdog is
|
/openbmc/linux/Documentation/networking/ |
H A D | nf_flowtable.rst | 234 .. [3] http://lists.infradead.org/pipermail/lede-dev/2018-January/010830.html 235 .. [4] http://lists.infradead.org/pipermail/lede-dev/2018-January/010829.html
|
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | 0003-Fix-version-parsing-update-AUX-revision-info.patch | 50 #include <linux/i2c-dev.h> 121 +/* version = v2.09-dev-794-g196400c89-some-branch-name-dirty */
|
/openbmc/linux/Documentation/trace/coresight/ |
H A D | coresight-cpu-debug.rst | 159 subsystem, more specifically by using the "/dev/cpu_dma_latency" 165 # exec 3<> /dev/cpu_dma_latency; echo 0 >&3
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p5040si-post.dtsi | 175 dev-handle = <&ddr1>; 180 dev-handle = <&ddr2>;
|
H A D | p5020si-post.dtsi | 230 dev-handle = <&ddr1>; 235 dev-handle = <&ddr2>;
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-maintainer-entry-profile.rst | 192 | [1] https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/ 193 | [2] https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_dev.c | 345 devm_kfree(mdev->dev, d71); in d71_cleanup() 358 d71 = devm_kzalloc(mdev->dev, sizeof(*d71), GFP_KERNEL); in d71_enum_resources()
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | aia_aplic.c | 442 static int aplic_mmio_read(struct kvm_vcpu *vcpu, struct kvm_io_device *dev, in aplic_mmio_read() argument 514 static int aplic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *dev, in aplic_mmio_write() argument
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | pm3393.c | 243 dev_dbg(&cmac->adapter->pdev->dev, "PM3393 intr cause 0x%x\n", in pm3393_interrupt_handler() 767 dev_dbg(&adapter->pdev->dev, in pm3393_mac_reset()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | qsfp.c | 127 bus->adapter.dev.parent = &dd->pcidev->dev; in init_i2c_bus()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0003-FMP-Support-in-Corstone1000.patch | 74 --- /dev/null 387 --- /dev/null
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-v3s.c | 744 desc = of_device_get_match_data(&pdev->dev); in sun8i_v3s_ccu_probe() 757 return devm_sunxi_ccu_probe(&pdev->dev, reg, desc); in sun8i_v3s_ccu_probe()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_ipk.bbclass | 95 # Keep -dbg, -dev, -doc, -staticdev, -locale and -locale-* packages 98 if pkgname[-4:] in ('-dbg', '-dev', '-doc'):
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8974pro-sony-xperia-shinano-castor.dts | 151 dev-ctrl = /bits/ 8 <0x05>; 645 bt_dev_wake_pin: bt-dev-wake-state {
|
/openbmc/linux/net/sctp/ |
H A D | output.c | 137 packet->max_size = sk_can_gso(sk) ? min(READ_ONCE(tp->dst->dev->gso_max_size), in sctp_packet_config() 547 if (!(tp->dst->dev->features & NETIF_F_SCTP_CRC) || in sctp_packet_pack()
|