Home
last modified time | relevance | path

Searched refs:dev (Results 23976 – 24000 of 26793) sorted by relevance

1...<<951952953954955956957958959960>>...1072

/openbmc/linux/security/tomoyo/
H A Dcommon.h486 const struct tomoyo_path_info *dev; member
572 dev_t dev; member
982 const unsigned int mode, unsigned int dev);
/openbmc/linux/drivers/edac/
H A Di7300_edac.c1057 mci->pdev = &pdev->dev; /* record ptr to the generic device */ in i7300_init_one()
1106 i7300_pci = edac_pci_create_generic_ctl(&pdev->dev, EDAC_MOD_STR); in i7300_init_one()
1143 mci = edac_mc_del_mc(&pdev->dev); in i7300_remove_one()
/openbmc/linux/fs/jffs2/
H A Dfs.c38 union jffs2_device_node dev; in jffs2_do_setattr() local
55 mdatalen = jffs2_encode_dev(&dev, inode->i_rdev); in jffs2_do_setattr()
56 mdata = (char *)&dev; in jffs2_do_setattr()
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c912 struct device *dev = &p->serdev->dev; in ssh_rtl_rx_command() local
916 if (sshp_parse_command(dev, data, &command, &command_data)) in ssh_rtl_rx_command()
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dti,k3-r5f-rproc.yaml218 - ti,sci-dev-id
316 ti,sci-dev-id = <159>;
335 ti,sci-dev-id = <245>;
/openbmc/linux/Documentation/PCI/
H A Dpcieaer-howto.rst181 at upstream is not required. The AER driver calls error_detected(dev,
195 error_detected(dev, pci_channel_io_frozen) to all drivers within
239 /dev/aer_inject should be created.
/openbmc/linux/drivers/hwmon/pmbus/
H A Dmp2975.c906 data = devm_kzalloc(&client->dev, sizeof(struct mp2975_data), in mp2975_probe()
911 if (client->dev.of_node) in mp2975_probe()
912 data->chip_id = (enum chips)(unsigned long)of_device_get_match_data(&client->dev); in mp2975_probe()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pci.c1018 dev_info(&pdev->dev, in i915_pci_probe()
1028 dev_info(&pdev->dev, "I915 probe blocked for Device ID %04x.\n", in i915_pci_probe()
1034 dev_info(&pdev->dev, "Force probing unsupported Device ID %04x, tainting kernel\n", in i915_pci_probe()
/openbmc/linux/fs/f2fs/
H A Dxattr.c825 dev_t dev = sbi->sb->s_bdev->bd_dev; in f2fs_init_xattr_caches() local
828 sprintf(slab_name, "f2fs_xattr_entry-%u:%u", MAJOR(dev), MINOR(dev)); in f2fs_init_xattr_caches()
/openbmc/linux/drivers/scsi/
H A Dscsi_ioctl.c159 struct device *dev = scsi_get_device(sdev->host); in scsi_ioctl_get_pci() local
162 if (!dev) in scsi_ioctl_get_pci()
165 name = dev_name(dev); in scsi_ioctl_get_pci()
/openbmc/linux/drivers/staging/vt6656/
H A Drxtx.c73 dev_dbg(&priv->usb->dev, "%s No Free Tx Context\n", __func__); in vnt_get_free_context()
532 dev_dbg(&priv->usb->dev, "%s No free context\n", __func__); in vnt_tx_packet()
633 dev_dbg(&priv->usb->dev, "%s No free context!\n", __func__); in vnt_beacon_xmit()
/openbmc/linux/drivers/iommu/amd/
H A Diommu_v2.c129 group = iommu_group_get(&dev_state->pdev->dev); in free_device_state()
541 if (amd_iommu_is_attach_deferred(&pdev->dev)) { in ppr_notifier()
794 group = iommu_group_get(&pdev->dev); in amd_iommu_init_device()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/
H A Dnet-snmp_5.9.4.bb243 FILES:${PN}-dev += "${bindir}/mib2c \
281 RDEPENDS:${PN}-dev = "net-snmp-client (= ${EXTENDPKGV}) net-snmp-server (= ${EXTENDPKGV})"
294 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/net-snmp-config"
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c913 static void mac_dbdma_realize(DeviceState *dev, Error **errp) in mac_dbdma_realize() argument
915 DBDMAState *s = MAC_DBDMA(dev); in mac_dbdma_realize()
917 s->bh = qemu_bh_new_guarded(DBDMA_run_bh, s, &dev->mem_reentrancy_guard); in mac_dbdma_realize()
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst1286 dev network devices with statistics
1317 > cat /proc/net/dev
1451 serial /dev/ttyS 4 64-67 serial
1452 /dev/tty0 /dev/tty0 4 0 system:vtmaster
1453 /dev/ptmx /dev/ptmx 5 2 system
1454 /dev/console /dev/console 5 1 system:console
1455 /dev/tty /dev/tty 5 0 system:/dev/tty
1456 unknown /dev/tty 4 1-63 console
1711 test:/tmp # dd if=/dev/zero of=/tmp/test.dat &
2179 lr-x------ 1 root root 64 Sep 20 17:53 0 -> /dev/null
[all …]
/openbmc/linux/lib/
H A DKconfig.debug15 to /dev/kmsg. This flag just specifies if the timestamp should
430 instance. See Documentation/dev-tools/gdb-kernel-debugging.rst
1825 bool "Filter access to /dev/mem"
1834 enabled, even in this case there are restrictions on /dev/mem
1840 users of /dev/mem.
1845 bool "Filter I/O access to /dev/mem"
1853 If this option is switched on, the /dev/mem file only allows
2087 For more details, see Documentation/dev-tools/kcov.rst.
2181 to the KUnit documentation in Documentation/dev-tools/kunit/.
2527 to the KUnit documentation in Documentation/dev-tools/kunit/.
[all …]
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Dreadme.txt102 APPEND root=/dev/nfs rw \
276 append: root=/dev/nfs rw nfsroot=192.168.1.2:/db820c/rootfs,v3,tcp rootwait ip=dhcp consoleblank=0 …
333 [ 0.000000] Kernel command line: root=/dev/nfs rw nfsroot=192.168.1.2:/db820c/rootfs,v3,tcp root…
411 root=/dev/nfs rw nfsroot=192.168.1.2:/db820c/rootfs,v3,tcp rootwait ip=dhcp consoleblank=0 console=…
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage_types.bbclass89 …bbdebug 1 Executing "dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}.$fstype seek=$ROOTFS_SIZE co…
90 dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}.$fstype seek=$ROOTFS_SIZE count=$COUNT bs=1024
110 dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}.btrfs seek=${size} count=0 bs=1024
256 dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}.f2fs seek=${size} count=0 bs=1024
/openbmc/linux/drivers/net/hyperv/
H A Dhyperv_net.h248 int netvsc_xdp_set(struct net_device *dev, struct bpf_prog *prog,
252 int netvsc_bpf(struct net_device *dev, struct netdev_bpf *bpf);
261 struct netvsc_device *rndis_filter_device_add(struct hv_device *dev,
264 void rndis_filter_device_remove(struct hv_device *dev,
/openbmc/linux/Documentation/staging/
H A Dtee.rst25 User space (the client) connects to the driver by opening /dev/tee[0-9]* or
26 /dev/teepriv[0-9]*.
47 system access. A normal client opens /dev/tee[0-9]* and a supplicant opens
48 /dev/teepriv[0-9].
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-bm1880.c1256 dev_warn(pctldev->dev, in bm1880_pinconf_cfg_set()
1316 pctrl = devm_kzalloc(&pdev->dev, sizeof(*pctrl), GFP_KERNEL); in bm1880_pinctrl_probe()
1330 pctrl->pctrldev = devm_pinctrl_register(&pdev->dev, &bm1880_desc, in bm1880_pinctrl_probe()
1337 dev_info(&pdev->dev, "BM1880 pinctrl driver initialized\n"); in bm1880_pinctrl_probe()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_vm.c468 dev_err(rdev->dev, "va above limit (0x%08X >= 0x%08X)\n", in radeon_vm_bo_set_addr()
488 dev_err(rdev->dev, "bo %p va 0x%010Lx conflict with " in radeon_vm_bo_set_addr()
923 dev_err(rdev->dev, "bo %p don't has a mapping in vm %p\n", in radeon_vm_bo_update()
1239 dev_err(rdev->dev, "still active bo inside vm\n"); in radeon_vm_fini()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h927 struct device *dev; member
1120 void hns_roce_init_uar_table(struct hns_roce_dev *dev);
1121 int hns_roce_uar_alloc(struct hns_roce_dev *dev, struct hns_roce_uar *uar);
1237 void flush_cqe(struct hns_roce_dev *dev, struct hns_roce_qp *qp);
/openbmc/linux/net/dccp/
H A Dipv6.c84 struct net *net = dev_net(skb->dev); in dccp_v6_err()
100 __ICMP6_INC_STATS(net, __in6_dev_get(skb->dev), in dccp_v6_err()
264 struct net *net = dev_net(skb_dst(rxskb)->dev); in dccp_v6_ctl_send_reset()
496 newsk->sk_route_caps = dst->dev->features & ~(NETIF_F_IP_CSUM | in dccp_v6_request_recv_sock()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D1024.patch14 examples/dev/SConscript | 2 +-
87 diff --git a/examples/dev/SConscript b/examples/dev/SConscript
89 --- a/examples/dev/SConscript
90 +++ b/examples/dev/SConscript

1...<<951952953954955956957958959960>>...1072