Home
last modified time | relevance | path

Searched defs:dn (Results 1 – 25 of 240) sorted by relevance

12345678910

/openbmc/qemu/include/libdecnumber/
H A DdecNumber.h192 #define decNumberIsCanonical(dn) (1) /* All decNumbers are saintly */ argument
193 #define decNumberIsFinite(dn) (((dn)->bits&DECSPECIAL)==0) argument
194 #define decNumberIsInfinite(dn) (((dn)->bits&DECINF)!=0) argument
195 #define decNumberIsNaN(dn) (((dn)->bits&(DECNAN|DECSNAN))!=0) argument
196 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0) argument
197 #define decNumberIsQNaN(dn) (((dn)->bits&(DECNAN))!=0) argument
198 #define decNumberIsSNaN(dn) (((dn)->bits&(DECSNAN))!=0) argument
199 #define decNumberIsSpecial(dn) (((dn)->bits&DECSPECIAL)!=0) argument
200 #define decNumberIsZero(dn) (*(dn)->lsu==0 \ argument
203 #define decNumberRadix(dn) (10) argument
/openbmc/linux/drivers/pci/hotplug/
H A Drpadlpar_core.c44 struct device_node *dn; in find_vio_slot_node() local
79 struct device_node *dn; in find_dlpar_node() local
111 static struct slot *find_php_slot(struct device_node *dn) in find_php_slot()
138 static void dlpar_pci_add_bus(struct device_node *dn) in dlpar_pci_add_bus()
169 static int dlpar_add_pci_slot(char *drc_name, struct device_node *dn) in dlpar_add_pci_slot()
205 static int dlpar_remove_phb(char *drc_name, struct device_node *dn) in dlpar_remove_phb()
233 static int dlpar_add_phb(char *drc_name, struct device_node *dn) in dlpar_add_phb()
254 static int dlpar_add_vio_slot(char *drc_name, struct device_node *dn) in dlpar_add_vio_slot()
287 struct device_node *dn = NULL; in dlpar_add_slot() local
330 static int dlpar_remove_vio_slot(char *drc_name, struct device_node *dn) in dlpar_remove_vio_slot()
[all …]
H A Dpnv_php.c110 struct pnv_php_slot *pnv_php_find_slot(struct device_node *dn) in pnv_php_find_slot()
133 static void pnv_php_rmv_pdns(struct device_node *dn) in pnv_php_rmv_pdns()
157 struct device_node *dn; in pnv_php_detach_device_nodes() local
214 struct device_node *dn) in pnv_php_populate_changeset()
673 struct device_node *dn = php_slot->dn; in pnv_php_register_slot() local
933 static int pnv_php_register_one(struct device_node *dn) in pnv_php_register_one()
974 static void pnv_php_register(struct device_node *dn) in pnv_php_register()
988 static void pnv_php_unregister_one(struct device_node *dn) in pnv_php_unregister_one()
1002 static void pnv_php_unregister(struct device_node *dn) in pnv_php_unregister()
1015 struct device_node *dn; in pnv_php_init() local
[all …]
H A Drpaphp_core.c159 static int get_children_props(struct device_node *dn, const __be32 **drc_indexes, in get_children_props()
195 static int rpaphp_check_drc_props_v1(struct device_node *dn, char *drc_name, in rpaphp_check_drc_props_v1()
227 static int rpaphp_check_drc_props_v2(struct device_node *dn, char *drc_name, in rpaphp_check_drc_props_v2()
270 int rpaphp_check_drc_props(struct device_node *dn, char *drc_name, in rpaphp_check_drc_props()
316 static int is_php_dn(struct device_node *dn, const __be32 **indexes, in is_php_dn()
334 static int rpaphp_drc_info_add_slot(struct device_node *dn) in rpaphp_drc_info_add_slot()
375 static int rpaphp_drc_add_slot(struct device_node *dn) in rpaphp_drc_add_slot()
438 int rpaphp_add_slot(struct device_node *dn) in rpaphp_add_slot()
469 struct device_node *dn; in rpaphp_init() local
/openbmc/linux/arch/powerpc/kernel/
H A Dpci_dn.c33 struct device_node *dn; in pci_bus_to_pdn() local
61 struct device_node *dn = NULL; in pci_get_pdn_by_devfn() local
97 struct device_node *dn; in pci_get_pdn() local
283 struct device_node *dn) in pci_add_device_node_info()
341 void pci_remove_device_node_info(struct device_node *dn) in pci_remove_device_node_info()
406 struct device_node *dn, *nextdn; in pci_traverse_device_nodes() local
447 static void *add_pdn(struct device_node *dn, void *data) in add_pdn()
469 struct device_node *dn = phb->dn; in pci_devs_phb_init_dynamic() local
H A Dpci-hotplug.c22 struct device_node *dn) in find_bus_among_children()
39 struct pci_bus *pci_find_bus_by_node(struct device_node *dn) in pci_find_bus_by_node()
112 struct device_node *dn = pci_bus_to_OF_node(bus); in pci_hp_add_devices() local
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Drng.c101 struct device_node *dn) in rng_init_per_cpu()
117 static __init int rng_create(struct device_node *dn) in rng_create()
152 struct device_node *dn; in pnv_get_random_long_early() local
171 struct device_node *dn; in pnv_rng_init() local
186 struct device_node *dn; in pnv_rng_late_init() local
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c53 struct dnotify_struct *dn; member
67 struct dnotify_struct *dn; in dnotify_recalc_inode_mask() local
96 struct dnotify_struct *dn; in dnotify_handle_event() local
157 struct dnotify_struct *dn; in dnotify_flush() local
230 static int attach_dn(struct dnotify_struct *dn, struct dnotify_mark *dn_mark, in attach_dn()
265 struct dnotify_struct *dn; in fcntl_dirnotify() local
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c325 static int dlpar_offline_cpu(struct device_node *dn) in dlpar_offline_cpu()
381 static int dlpar_online_cpu(struct device_node *dn) in dlpar_online_cpu()
528 static int pseries_cpuhp_attach_nodes(struct device_node *dn) in pseries_cpuhp_attach_nodes()
551 struct device_node *dn, *parent; in dlpar_cpu_add() local
631 struct device_node *dn, *tn; in pseries_cpuhp_cache_use_count() local
654 struct device_node *dn; in pseries_cpuhp_detach_nodes() local
682 static ssize_t dlpar_cpu_remove(struct device_node *dn, u32 drc_index) in dlpar_cpu_remove()
722 struct device_node *dn; in cpu_drc_index_to_dn() local
740 struct device_node *dn; in dlpar_cpu_remove_by_index() local
813 struct device_node *dn; in dlpar_cpu_release() local
H A Ddlpar.c79 struct device_node *dn; in dlpar_parse_cc_node() local
99 static void dlpar_free_one_cc_node(struct device_node *dn) in dlpar_free_one_cc_node()
113 void dlpar_free_cc_nodes(struct device_node *dn) in dlpar_free_cc_nodes()
135 struct device_node *dn; in dlpar_configure_connector() local
233 int dlpar_attach_node(struct device_node *dn, struct device_node *parent) in dlpar_attach_node()
248 int dlpar_detach_node(struct device_node *dn) in dlpar_detach_node()
H A Dpmem.c31 struct device_node *dn; in pmem_drc_add_node() local
69 struct device_node *dn; in pmem_drc_remove_node() local
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c83 decimal32 * decimal32FromNumber(decimal32 *d32, const decNumber *dn, in decimal32FromNumber()
189 decNumber * decimal32ToNumber(const decimal32 *d32, decNumber *dn) { in decimal32ToNumber()
252 decNumber dn; /* work */ in decimal32ToEngString() local
393 decNumber dn; /* .. */ in decimal32FromString() local
413 decNumber dn; /* work */ in decimal32IsCanonical() local
430 decNumber dn; /* work */ in decimal32Canonical() local
H A Ddecimal128.c83 decimal128 * decimal128FromNumber(decimal128 *d128, const decNumber *dn, in decimal128FromNumber()
197 decNumber * decimal128ToNumber(const decimal128 *d128, decNumber *dn) { in decimal128ToNumber()
279 decNumber dn; /* work */ in decimal128ToEngString() local
464 decNumber dn; /* .. */ in decimal128FromString() local
484 decNumber dn; /* work */ in decimal128IsCanonical() local
501 decNumber dn; /* work */ in decimal128Canonical() local
H A Ddecimal64.c89 decimal64 * decimal64FromNumber(decimal64 *d64, const decNumber *dn, in decimal64FromNumber()
214 decNumber * decimal64ToNumber(const decimal64 *d64, decNumber *dn) { in decimal64ToNumber()
295 decNumber dn; /* work */ in decimal64ToEngString() local
452 decNumber dn; /* .. */ in decimal64FromString() local
473 decNumber dn; /* work */ in decimal64IsCanonical() local
490 decNumber dn; /* work */ in decimal64Canonical() local
618 void decDigitsToDPD(const decNumber *dn, uInt *targ, Int shift) { in decDigitsToDPD()
743 void decDigitsFromDPD(decNumber *dn, const uInt *sour, Int declets) { in decDigitsFromDPD()
/openbmc/linux/drivers/irqchip/
H A Dirq-bcm7120-l2.c106 static int bcm7120_l2_intc_init_one(struct device_node *dn, in bcm7120_l2_intc_init_one()
150 static int __init bcm7120_l2_intc_iomap_7120(struct device_node *dn, in bcm7120_l2_intc_iomap_7120()
184 static int __init bcm7120_l2_intc_iomap_3380(struct device_node *dn, in bcm7120_l2_intc_iomap_3380()
215 static int __init bcm7120_l2_intc_probe(struct device_node *dn, in bcm7120_l2_intc_probe()
346 static int __init bcm7120_l2_intc_probe_7120(struct device_node *dn, in bcm7120_l2_intc_probe_7120()
353 static int __init bcm7120_l2_intc_probe_3380(struct device_node *dn, in bcm7120_l2_intc_probe_3380()
/openbmc/linux/arch/x86/kernel/
H A Ddevicetree.c110 struct device_node *dn; in dtb_setup_hpet() local
130 struct device_node *dn; in dtb_cpu_setup() local
145 struct device_node *dn; in dtb_lapic_setup() local
236 static void __init dtb_add_ioapic(struct device_node *dn) in dtb_add_ioapic()
256 struct device_node *dn; in dtb_ioapic_setup() local
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c303 struct device_node *dn = kdev->of_node; in bcmgenet_mii_probe() local
415 struct device_node *dn = priv->pdev->dev.of_node; in bcmgenet_mii_of_find_mdio() local
465 struct device_node *dn = pdev->dev.of_node; in bcmgenet_mii_register() local
552 struct device_node *dn = priv->pdev->dev.of_node; in bcmgenet_mii_of_init() local
642 struct device_node *dn = kdev->of_node; in bcmgenet_mii_bus_init() local
675 struct device_node *dn = priv->pdev->dev.of_node; in bcmgenet_mii_exit() local
/openbmc/linux/arch/powerpc/kexec/
H A Dfile_load_64.c564 static int add_usable_mem_property(void *fdt, struct device_node *dn, in add_usable_mem_property()
657 struct device_node *dn; in update_usable_mem_fdt() local
883 struct device_node *dn = NULL; in setup_purgatory_ppc64() local
945 struct device_node *dn; in cpu_node_size() local
985 struct device_node *dn; in kexec_extra_fdt_size_ppc64() local
1031 static int add_node_props(void *fdt, int node_offset, const struct device_node *dn) in add_node_props()
1058 struct device_node *cpus_node, *dn; in update_cpus_node() local
1109 static int copy_property(void *fdt, int node_offset, const struct device_node *dn, in copy_property()
1128 struct device_node *dn; in update_pci_dma_nodes() local
/openbmc/linux/arch/arm/vfp/
H A Dvfpdouble.c851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) in vfp_double_multiply_accumulate()
886 static u32 vfp_double_fmac(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmac()
894 static u32 vfp_double_fnmac(int dd, int dn, int dm, u32 fpscr) in vfp_double_fnmac()
902 static u32 vfp_double_fmsc(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmsc()
910 static u32 vfp_double_fnmsc(int dd, int dn, int dm, u32 fpscr) in vfp_double_fnmsc()
918 static u32 vfp_double_fmul(int dd, int dn, int dm, u32 fpscr) in vfp_double_fmul()
938 static u32 vfp_double_fnmul(int dd, int dn, int dm, u32 fpscr) in vfp_double_fnmul()
960 static u32 vfp_double_fadd(int dd, int dn, int dm, u32 fpscr) in vfp_double_fadd()
981 static u32 vfp_double_fsub(int dd, int dn, int dm, u32 fpscr) in vfp_double_fsub()
1007 static u32 vfp_double_fdiv(int dd, int dn, int dm, u32 fpscr) in vfp_double_fdiv()
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/
H A Daxon_msi.c81 static inline void axon_msi_debug_setup(struct device_node *dn, in axon_msi_debug_setup()
154 struct device_node *dn, *tmp; in find_msi_translator() local
202 struct device_node *dn; in setup_msi_msg_address() local
331 struct device_node *dn = device->dev.of_node; in axon_msi_probe() local
461 void axon_msi_debug_setup(struct device_node *dn, struct axon_msic *msic) in axon_msi_debug_setup()
/openbmc/linux/drivers/ata/
H A Dpata_atiixp.c108 int dn = 2 * ap->port_no + adev->devno; in atiixp_set_pio_timing() local
156 int dn = 2 * ap->port_no + adev->devno; in atiixp_set_dmamode() local
218 int dn = (2 * ap->port_no) + adev->devno; in atiixp_bmdma_start() local
245 int dn = (2 * ap->port_no) + qc->dev->devno; in atiixp_bmdma_stop() local
H A Dpata_artop.c102 int dn = adev->devno + 2 * ap->port_no; in artop6210_load_piomode() local
129 int dn = adev->devno + 2 * ap->port_no; in artop6210_set_piomode() local
156 int dn = adev->devno + 2 * ap->port_no; in artop6260_load_piomode() local
208 int dn = adev->devno + 2 * ap->port_no; in artop6210_set_dmamode() local
/openbmc/qemu/libdecnumber/
H A DdecNumber.c338 decNumber * decNumberFromInt32(decNumber *dn, Int in) { in decNumberFromInt32()
351 decNumber * decNumberFromUInt32(decNumber *dn, uInt uin) { in decNumberFromUInt32()
438 decNumber *decNumberFromInt64(decNumber *dn, int64_t in) in decNumberFromInt64()
452 decNumber *decNumberFromUInt64(decNumber *dn, uint64_t uin) in decNumberFromUInt64()
3328 decNumber dn; in decNumberToIntegralExact() local
3707 decNumber * decNumberTrim(decNumber *dn) { in decNumberTrim()
3735 decNumber * decNumberZero(decNumber *dn) { in decNumberZero()
7689 static Int decGetInt(const decNumber *dn) {
7778 static decNumber *decDecap(decNumber *dn, Int drop) {
7992 void decNumberShow(const decNumber *dn) {
[all …]
/openbmc/linux/net/caif/
H A Dcfmuxl.c65 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *dn, u8 phyid) in cfmuxl_set_dnlayer()
107 struct cflayer *dn; in cfmuxl_remove_dnlayer() local
139 struct cflayer *dn; in get_dn() local
216 struct cflayer *dn; in cfmuxl_transmit() local
/openbmc/u-boot/include/dm/
H A Dof_access.h32 #define for_each_of_allnodes_from(from, dn) \ argument
34 #define for_each_of_allnodes(dn) for_each_of_allnodes_from(NULL, dn) argument

12345678910