Home
last modified time | relevance | path

Searched refs:dn (Results 176 – 200 of 306) sorted by relevance

12345678910>>...13

/openbmc/linux/Documentation/networking/caif/
H A Dlinux_caif.rst165 layer->up , layer->dn
173 layer->dn->transmit(layer->dn, packet);
184 receive of packets is handled as by the rest of the layers: the 'dn->transmit()'
/openbmc/linux/drivers/isdn/mISDN/
H A Dsocket.c678 struct mISDN_devrename dn; in base_sock_ioctl() local
679 if (copy_from_user(&dn, (void __user *)arg, in base_sock_ioctl()
680 sizeof(dn))) { in base_sock_ioctl()
684 dn.name[sizeof(dn.name) - 1] = '\0'; in base_sock_ioctl()
685 dev = get_mdevice(dn.id); in base_sock_ioctl()
687 err = device_rename(&dev->dev, dn.name); in base_sock_ioctl()
/openbmc/linux/net/caif/
H A Dcfserl.c185 return layer->dn->transmit(layer->dn, newpkt); in cfserl_transmit()
H A Dcaif_socket.c111 if (cf_sk->layer.dn && cf_sk->layer.dn->modemcmd) in caif_flow_ctrl()
112 cf_sk->layer.dn->modemcmd(cf_sk->layer.dn, mode); in caif_flow_ctrl()
504 if (cf_sk->layer.dn == NULL) { in transmit_skb()
509 return cf_sk->layer.dn->transmit(cf_sk->layer.dn, pkt); in transmit_skb()
H A Dcaif_usb.c74 return layr->dn->transmit(layr->dn, pkt); in cfusbl_transmit()
/openbmc/linux/drivers/media/rc/
H A Dsunxi-cir.c257 struct device_node *dn = dev->of_node; in sunxi_ir_probe() local
287 of_property_read_u32(dn, "clock-frequency", &b_clk_freq); in sunxi_ir_probe()
322 ir->map_name = of_get_property(dn, "linux,rc-map-name", NULL); in sunxi_ir_probe()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_dsps.c710 static int get_int_prop(struct device_node *dn, const char *s) in get_int_prop() argument
715 ret = of_property_read_u32(dn, s, &val); in get_int_prop()
730 struct device_node *dn = parent->dev.of_node; in dsps_create_musb_pdev() local
780 config->num_eps = get_int_prop(dn, "mentor,num-eps"); in dsps_create_musb_pdev()
781 config->ram_bits = get_int_prop(dn, "mentor,ram-bits"); in dsps_create_musb_pdev()
785 pdata.power = get_int_prop(dn, "mentor,power") / 2; in dsps_create_musb_pdev()
787 ret = of_property_read_u32(dn, "mentor,multipoint", &val); in dsps_create_musb_pdev()
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_64.c112 pr_debug("IO unmapping for PHB %pOF\n", hose->dn); in pcibios_unmap_io_space()
179 pr_debug("IO mapping for PHB %pOF\n", hose->dn); in pcibios_map_phb_io_space()
H A Dsmp.c821 static int parse_thread_groups(struct device_node *dn, in parse_thread_groups() argument
831 count = of_property_count_u32_elems(dn, "ibm,thread-groups"); in parse_thread_groups()
833 ret = of_property_read_u32_array(dn, "ibm,thread-groups", in parse_thread_groups()
898 struct device_node *dn = of_get_cpu_node(cpu, NULL); in get_thread_groups() local
904 if (!dn) { in get_thread_groups()
910 *err = parse_thread_groups(dn, cpu_tgl); in get_thread_groups()
925 of_node_put(dn); in get_thread_groups()
/openbmc/linux/fs/f2fs/
H A Dsegment.c218 struct dnode_of_data dn; in __replace_atomic_write_block() local
235 f2fs_put_dnode(&dn); in __replace_atomic_write_block()
247 f2fs_replace_block(sbi, &dn, dn.data_blkaddr, in __replace_atomic_write_block()
255 f2fs_put_dnode(&dn); in __replace_atomic_write_block()
263 f2fs_replace_block(sbi, &dn, dn.data_blkaddr, new_addr, in __replace_atomic_write_block()
267 f2fs_put_dnode(&dn); in __replace_atomic_write_block()
337 f2fs_put_dnode(&dn); in __f2fs_commit_atomic_write()
350 f2fs_put_dnode(&dn); in __f2fs_commit_atomic_write()
359 f2fs_put_dnode(&dn); in __f2fs_commit_atomic_write()
3629 set_summary(&sum, dn->nid, dn->ofs_in_node, fio->version); in f2fs_outplace_write_data()
[all …]
/openbmc/linux/drivers/pci/
H A Dbus.c336 struct device_node *dn = dev->dev.of_node; in pci_bus_add_device() local
351 dev->match_driver = !dn || of_device_is_available(dn); in pci_bus_add_device()
/openbmc/openbmc-tools/tracing/
H A DREADME.md51 … sh-1866 [000] dn.. 201821.030000: sched_waking: comm=ksoftirqd/0 pid=6 prio=120 target_cpu=000
52 … sh-1866 [000] dn.. 201821.030000: sched_wakeup: comm=ksoftirqd/0 pid=6 prio=120 target_cpu=000
/openbmc/linux/fs/ceph/
H A Ddir.c1461 struct dentry *dn = di->dentry; in __ceph_dentry_lease_touch() local
1464 dout("dentry_lease_touch %p %p '%pd'\n", di, dn, dn); in __ceph_dentry_lease_touch()
1472 mdsc = ceph_sb_to_fs_client(dn->d_sb)->mdsc; in __ceph_dentry_lease_touch()
1495 struct dentry *dn = di->dentry; in __ceph_dentry_dir_lease_touch() local
1499 di, dn, dn, di->offset); in __ceph_dentry_dir_lease_touch()
1519 mdsc = ceph_sb_to_fs_client(dn->d_sb)->mdsc; in __ceph_dentry_dir_lease_touch()
2111 unsigned ceph_dentry_hash(struct inode *dir, struct dentry *dn) in ceph_dentry_hash() argument
2119 return dn->d_name.hash; in ceph_dentry_hash()
2122 spin_lock(&dn->d_lock); in ceph_dentry_hash()
2124 dn->d_name.name, dn->d_name.len); in ceph_dentry_hash()
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c654 struct device_node *dn; in spufs_init_isolated_loader() local
658 dn = of_find_node_by_path("/spu-isolation"); in spufs_init_isolated_loader()
659 if (!dn) in spufs_init_isolated_loader()
662 loader = of_get_property(dn, "loader", &size); in spufs_init_isolated_loader()
663 of_node_put(dn); in spufs_init_isolated_loader()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dsmp.c272 struct device_node *dn; in smp_psurge_probe() local
284 dn = of_find_node_by_name(NULL, "hammerhead"); in smp_psurge_probe()
285 if (dn == NULL) in smp_psurge_probe()
287 of_node_put(dn); in smp_psurge_probe()
/openbmc/linux/drivers/amba/
H A Dtegra-ahb.c137 int tegra_ahb_enable_smmu(struct device_node *dn) in tegra_ahb_enable_smmu() argument
143 dev = driver_find_device_by_of_node(&tegra_ahb_driver.driver, dn); in tegra_ahb_enable_smmu()
/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c397 uint64_t dn = *aa32_vfp_dreg(env, i / 2); in HELPER() local
399 uint32_t slo = extract64(dn, 0, 32); in HELPER()
400 uint32_t shi = extract64(dn, 32, 32); in HELPER()
1086 uint32_t slo = extract64(dn, 0, 32); in HELPER()
1087 uint32_t shi = extract64(dn, 32, 32); in HELPER()
1151 uint64_t dn; in HELPER() local
1161 dn = (uint64_t) shi << 32 | slo; in HELPER()
1162 *aa32_vfp_dreg(env, i / 2) = dn; in HELPER()
1792 uint64_t dn; in do_v7m_exception_exit() local
1807 dn = (uint64_t)shi << 32 | slo; in do_v7m_exception_exit()
[all …]
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c357 struct device_node *dn = hose->dn; in pnv_ioda_parse_m64_window() local
373 r = of_get_property(dn, "ibm,opal-m64-window", NULL); in pnv_ioda_parse_m64_window()
376 dn); in pnv_ioda_parse_m64_window()
405 res->name = dn->full_name; in pnv_ioda_parse_m64_window()
406 res->start = of_translate_address(dn, r + 2); in pnv_ioda_parse_m64_window()
1883 hose->dn, virq, hwirq, nr_irqs); in pnv_irq_domain_alloc()
1910 pr_debug("%s bridge %pOF %d/%lx #%d\n", __func__, hose->dn, in pnv_irq_domain_free()
1936 hose->dn, hose->global_number); in pnv_msi_allocate_domains()
1946 hose->dn, hose->global_number); in pnv_msi_allocate_domains()
1958 const __be32 *prop = of_get_property(phb->hose->dn, in pnv_pci_init_ioda_msis()
[all …]
/openbmc/linux/tools/testing/nvdimm/test/
H A Dndtest.h43 struct device_node *dn; member
/openbmc/linux/arch/powerpc/platforms/
H A Dfsl_uli1575.c323 struct device_node *hosenode = hose ? hose->dn : NULL; in hpcd_final_uli5288()
349 if (hose->dn == fsl_pci_primary && bus == (hose->first_busno + 2)) { in uli_exclude_device()
/openbmc/linux/arch/powerpc/include/asm/
H A Dprom.h66 void of_parse_dma_window(struct device_node *dn, const __be32 *dma_window,
H A Ddrmem.h109 int walk_drmem_lmbs(struct device_node *dn, void *data,
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvio.c1569 struct device_node *dn; in modalias_show() local
1572 dn = dev->of_node; in modalias_show()
1573 if (!dn) { in modalias_show()
1577 cp = of_get_property(dn, "compatible", NULL); in modalias_show()
1615 const struct device_node *dn; in vio_hotplug() local
1618 dn = dev->of_node; in vio_hotplug()
1619 if (!dn) in vio_hotplug()
1621 cp = of_get_property(dn, "compatible", NULL); in vio_hotplug()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c2475 struct device_node *dn; in bcm_sysport_probe() local
2480 dn = pdev->dev.of_node; in bcm_sysport_probe()
2560 if (of_phy_is_fixed_link(dn)) { in bcm_sysport_probe()
2561 ret = of_phy_register_fixed_link(dn); in bcm_sysport_probe()
2567 priv->phy_dn = dn; in bcm_sysport_probe()
2571 ret = of_get_ethdev_address(dn, dev); in bcm_sysport_probe()
2644 if (of_phy_is_fixed_link(dn)) in bcm_sysport_probe()
2645 of_phy_deregister_fixed_link(dn); in bcm_sysport_probe()
2655 struct device_node *dn = pdev->dev.of_node; in bcm_sysport_remove() local
2662 if (of_phy_is_fixed_link(dn)) in bcm_sysport_remove()
[all …]
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalBtc8723b1Ant.c1356 static s32 up, dn, m, n, WaitCount; in halbtc8723b1ant_TdmaDurationAdjustForAcl() local
1375 dn = 0; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1391 dn = 0; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1409 dn--; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1411 if (dn <= 0) in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1412 dn = 0; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1418 dn = 0; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1423 dn++; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1428 if (dn == 2) { /* if 連續 2 個2秒 retry count< 3, 則調窄WiFi duration */ in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1439 dn = 0; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
[all …]

12345678910>>...13