/linux-3.3/arch/mips/include/asm/netlogic/xlp-hal/ |
D | iomap.h | 47 #define XLP_IO_DEV(node, dev) ((dev) + (node) * 8) argument 48 #define XLP_HDR_OFFSET(node, bus, dev, fn) (((bus) << 20) | \ argument 51 #define XLP_IO_BRIDGE_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 0) argument 53 #define XLP_IO_CIC0_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 1) argument 54 #define XLP_IO_CIC1_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 2) argument 55 #define XLP_IO_CIC2_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 3) argument 56 #define XLP_IO_PIC_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 4) argument 58 #define XLP_IO_PCIE_OFFSET(node, i) XLP_HDR_OFFSET(node, 0, 1, i) argument 59 #define XLP_IO_PCIE0_OFFSET(node) XLP_HDR_OFFSET(node, 0, 1, 0) argument 60 #define XLP_IO_PCIE1_OFFSET(node) XLP_HDR_OFFSET(node, 0, 1, 1) argument [all …]
|
/linux-3.3/arch/sparc/prom/ |
D | tree_64.c | 19 static phandle prom_node_to_node(const char *type, phandle node) in prom_node_to_node() 37 inline phandle __prom_getchild(phandle node) in __prom_getchild() 42 inline phandle prom_getchild(phandle node) in prom_getchild() 55 inline phandle prom_getparent(phandle node) in prom_getparent() 70 inline phandle __prom_getsibling(phandle node) in __prom_getsibling() 75 inline phandle prom_getsibling(phandle node) in prom_getsibling() 92 inline int prom_getproplen(phandle node, const char *prop) in prom_getproplen() 116 inline int prom_getproperty(phandle node, const char *prop, in prom_getproperty() 144 inline int prom_getint(phandle node, const char *prop) in prom_getint() 159 int prom_getintdefault(phandle node, const char *property, int deflt) in prom_getintdefault() [all …]
|
D | tree_32.c | 23 static phandle __prom_getchild(phandle node) in __prom_getchild() 39 phandle prom_getchild(phandle node) in prom_getchild() 55 static phandle __prom_getsibling(phandle node) in __prom_getsibling() 71 phandle prom_getsibling(phandle node) in prom_getsibling() 89 int prom_getproplen(phandle node, const char *prop) in prom_getproplen() 109 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty() 129 int prom_getint(phandle node, char *prop) in prom_getint() 143 int prom_getintdefault(phandle node, char *property, int deflt) in prom_getintdefault() 155 int prom_getbool(phandle node, char *prop) in prom_getbool() 169 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring() [all …]
|
/linux-3.3/fs/hfs/ |
D | bnode.c | 17 void hfs_bnode_read(struct hfs_bnode *node, void *buf, in hfs_bnode_read() 29 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 37 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 45 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 60 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 72 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 79 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8() 85 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 118 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() 135 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump() [all …]
|
/linux-3.3/fs/hfsplus/ |
D | bnode.c | 21 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() 42 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 50 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 58 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 73 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 96 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 103 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 185 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() 298 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump() 334 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink() [all …]
|
/linux-3.3/lib/ |
D | rbtree.c | 26 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left() 49 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right() 72 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 138 static void __rb_erase_color(struct rb_node *node, struct rb_node *parent, in __rb_erase_color() 218 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 286 static void rb_augment_path(struct rb_node *node, rb_augment_f func, void *data) in rb_augment_path() 309 void rb_augment_insert(struct rb_node *node, rb_augment_f func, void *data) in rb_augment_insert() 324 struct rb_node *rb_augment_erase_begin(struct rb_node *node) in rb_augment_erase_begin() 350 void rb_augment_erase_end(struct rb_node *node, rb_augment_f func, void *data) in rb_augment_erase_end() 386 struct rb_node *rb_next(const struct rb_node *node) in rb_next() [all …]
|
/linux-3.3/include/asm-generic/ |
D | topology.h | 38 #define set_numa_node(node) argument 41 #define set_cpu_numa_node(cpu, node) argument 48 #define parent_node(node) ((void)(node),0) argument 51 #define cpumask_of_node(node) ((void)node, cpu_online_mask) argument 68 #define set_numa_mem(node) argument 71 #define set_cpu_numa_mem(cpu, node) argument
|
/linux-3.3/kernel/gcov/ |
D | fs.c | 145 static struct gcov_info *get_node_info(struct gcov_node *node) in get_node_info() 157 static struct gcov_info *get_accumulated_info(struct gcov_node *node) in get_accumulated_info() 180 struct gcov_node *node = inode->i_private; in gcov_seq_open() local 240 struct gcov_node *node; in get_node_by_name() local 255 static void reset_node(struct gcov_node *node) in reset_node() 277 struct gcov_node *node; in gcov_seq_write() local 366 static void add_links(struct gcov_node *node, struct dentry *parent) in add_links() 412 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node() 434 struct gcov_node *node; in new_node() local 471 static void remove_links(struct gcov_node *node) in remove_links() [all …]
|
/linux-3.3/arch/powerpc/platforms/powermac/ |
D | feature.c | 141 static inline int simple_feature_tweak(struct device_node *node, int type, in simple_feature_tweak() 163 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable() 256 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable() 263 static long ohare_mesh_enable(struct device_node *node, long param, long value) in ohare_mesh_enable() 269 static long ohare_ide_enable(struct device_node *node, long param, long value) in ohare_ide_enable() 289 static long ohare_ide_reset(struct device_node *node, long param, long value) in ohare_ide_reset() 303 static long ohare_sleep_state(struct device_node *node, long param, long value) in ohare_sleep_state() 318 static long heathrow_modem_enable(struct device_node *node, long param, in heathrow_modem_enable() 362 static long heathrow_floppy_enable(struct device_node *node, long param, in heathrow_floppy_enable() 371 static long heathrow_mesh_enable(struct device_node *node, long param, in heathrow_mesh_enable() [all …]
|
/linux-3.3/drivers/acpi/acpica/ |
D | dsargs.c | 77 acpi_ds_execute_arguments(struct acpi_namespace_node *node, in acpi_ds_execute_arguments() 183 struct acpi_namespace_node *node; in acpi_ds_get_buffer_field_arguments() local 228 struct acpi_namespace_node *node; in acpi_ds_get_bank_field_arguments() local 278 struct acpi_namespace_node *node; in acpi_ds_get_buffer_arguments() local 322 struct acpi_namespace_node *node; in acpi_ds_get_package_arguments() local 366 struct acpi_namespace_node *node; in acpi_ds_get_region_arguments() local
|
D | nsobject.c | 73 acpi_ns_attach_object(struct acpi_namespace_node *node, in acpi_ns_attach_object() 204 void acpi_ns_detach_object(struct acpi_namespace_node *node) in acpi_ns_detach_object() 263 acpi_namespace_node in acpi_ns_get_attached_object() 329 acpi_ns_attach_data(struct acpi_namespace_node *node, in acpi_ns_attach_data() 386 acpi_ns_detach_data(struct acpi_namespace_node * node, in acpi_ns_detach_data() 431 acpi_ns_get_attached_data(struct acpi_namespace_node * node, in acpi_ns_get_attached_data()
|
D | nsxfobj.c | 67 struct acpi_namespace_node *node; in acpi_get_id() local 111 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 165 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 234 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
|
D | nsnames.c | 68 acpi_ns_build_external_path(struct acpi_namespace_node *node, in acpi_ns_build_external_path() 133 char *acpi_ns_get_external_pathname(struct acpi_namespace_node *node) in acpi_ns_get_external_pathname() 179 acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node) in acpi_ns_get_pathname_length() 230 struct acpi_namespace_node *node; in acpi_ns_handle_to_pathname() local
|
/linux-3.3/arch/ia64/mm/ |
D | discontig.c | 58 #define NODEDATA_ALIGN(addr, node) \ argument 76 int node) in build_node_maps() 103 static int __meminit early_nr_cpus_node(int node) in early_nr_cpus_node() 118 static unsigned long __meminit compute_pernodesize(int node) in compute_pernodesize() 141 static void *per_cpu_node_setup(void *cpu_data, int node) in per_cpu_node_setup() 194 int node, prev_node, unit, nr_units, rc; in setup_per_cpu_areas() local 267 static void __init fill_pernode(int node, unsigned long pernode, in fill_pernode() 325 int node) in find_pernode_space() 374 int node) in free_node_bootmem() 392 int node; in reserve_pernode_space() local [all …]
|
/linux-3.3/arch/x86/platform/olpc/ |
D | olpc_dt.c | 27 static phandle __init olpc_dt_getsibling(phandle node) in olpc_dt_getsibling() 41 static phandle __init olpc_dt_getchild(phandle node) in olpc_dt_getchild() 57 static int __init olpc_dt_getproplen(phandle node, const char *prop) in olpc_dt_getproplen() 74 static int __init olpc_dt_getproperty(phandle node, const char *prop, in olpc_dt_getproperty() 95 static int __init olpc_dt_nextprop(phandle node, char *prev, char *buf) in olpc_dt_nextprop() 112 static int __init olpc_dt_pkg2path(phandle node, char *buf, in olpc_dt_pkg2path() 170 phandle node; in olpc_dt_finddevice() local 205 phandle node; in olpc_dt_get_board_revision() local 225 phandle node; in olpc_dt_fixup() local
|
/linux-3.3/mm/ |
D | sparse-vmemmap.c | 38 static void * __init_refok __earlyonly_bootmem_alloc(int node, in __earlyonly_bootmem_alloc() 49 void * __meminit vmemmap_alloc_block(unsigned long size, int node) in vmemmap_alloc_block() 70 void * __meminit vmemmap_alloc_block_buf(unsigned long size, int node) in vmemmap_alloc_block_buf() 87 void __meminit vmemmap_verify(pte_t *pte, int node, in vmemmap_verify() 98 pte_t * __meminit vmemmap_pte_populate(pmd_t *pmd, unsigned long addr, int node) in vmemmap_pte_populate() 112 pmd_t * __meminit vmemmap_pmd_populate(pud_t *pud, unsigned long addr, int node) in vmemmap_pmd_populate() 124 pud_t * __meminit vmemmap_pud_populate(pgd_t *pgd, unsigned long addr, int node) in vmemmap_pud_populate() 136 pgd_t * __meminit vmemmap_pgd_populate(unsigned long addr, int node) in vmemmap_pgd_populate() 149 unsigned long size, int node) in vmemmap_populate_basepages()
|
/linux-3.3/arch/x86/mm/ |
D | pat_rbtree.c | 39 static int is_node_overlap(struct memtype *node, u64 start, u64 end) in is_node_overlap() 47 static u64 get_subtree_max_end(struct rb_node *node) in get_subtree_max_end() 58 static void memtype_rb_augment_cb(struct rb_node *node, void *__unused) in memtype_rb_augment_cb() 84 struct rb_node *node = root->rb_node; in memtype_rb_lowest_match() local 113 struct rb_node *node; in memtype_rb_exact_match() local 132 struct rb_node *node; in memtype_rb_check_conflict() local 175 struct rb_node **node = &(root->rb_node); in memtype_rb_insert() local 236 struct rb_node *node; in rbt_memtype_copy_nth_element() local
|
/linux-3.3/scripts/dtc/ |
D | dtc.h | 142 struct node { struct 145 struct node *children; argument 147 struct node *parent; argument 148 struct node *next_sibling; argument 150 char *fullpath; 174 struct node *build_node(struct property *proplist, struct node *children); argument
|
D | checks.c | 114 static void check_nodes_props(struct check *c, struct node *dt, struct node *node) in check_nodes_props() 180 struct node *node) in check_is_string() 197 struct node *node) in check_is_cell() 218 struct node *node) in check_duplicate_node_names() 233 struct node *node) in check_duplicate_property_names() 251 struct node *node) in check_node_name_chars() 262 struct node *node) in check_node_name_format() 271 struct node *node, struct property *prop) in check_property_name_chars() 282 #define DESCLABEL_ARGS(node,prop,mark) \ argument 289 const char *label, struct node *node, in check_duplicate_label() [all …]
|
D | livetree.c | 94 struct node *name_node(struct node *node, char *name) in name_node() 178 void add_property(struct node *node, struct property *prop) in add_property() 261 const char *get_unitname(struct node *node) in get_unitname() 269 struct property *get_property(struct node *node, const char *propname) in get_property() 287 struct node **node) in get_property_by_label() 313 struct node **node, struct property **prop) in get_marker_label() 340 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() 376 struct node *child, *node; in get_node_by_label() local 396 struct node *child, *node; in get_node_by_phandle() local 420 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle() [all …]
|
/linux-3.3/drivers/gpu/drm/ |
D | drm_info.c | 46 struct drm_info_node *node = (struct drm_info_node *) m->private; in drm_name_info() local 73 struct drm_info_node *node = (struct drm_info_node *) m->private; in drm_vm_info() local 117 struct drm_info_node *node = (struct drm_info_node *) m->private; in drm_queues_info() local 153 struct drm_info_node *node = (struct drm_info_node *) m->private; in drm_bufs_info() local 195 struct drm_info_node *node = (struct drm_info_node *) m->private; in drm_vblank_info() local 220 struct drm_info_node *node = (struct drm_info_node *) m->private; in drm_clients_info() local 254 struct drm_info_node *node = (struct drm_info_node *) m->private; in drm_gem_name_info() local 266 struct drm_info_node *node = (struct drm_info_node *) m->private; in drm_vma_info() local
|
/linux-3.3/fs/ocfs2/cluster/ |
D | quorum.c | 168 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold() 180 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold() 201 void o2quo_hb_up(u8 node) in o2quo_hb_up() 225 void o2quo_hb_down(u8 node) in o2quo_hb_down() 250 void o2quo_hb_still_up(u8 node) in o2quo_hb_still_up() 269 void o2quo_conn_up(u8 node) in o2quo_conn_up() 295 void o2quo_conn_err(u8 node) in o2quo_conn_err()
|
D | nodemanager.c | 46 struct o2nm_node *node = NULL; in o2nm_get_node_by_num() local 85 struct o2nm_node *node, *ret = NULL; in o2nm_node_ip_tree_lookup() local 115 struct o2nm_node *node = NULL; in o2nm_get_node_by_ip() local 132 void o2nm_node_put(struct o2nm_node *node) in o2nm_node_put() 138 void o2nm_node_get(struct o2nm_node *node) in o2nm_node_get() 172 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_release() local 176 static ssize_t o2nm_node_num_read(struct o2nm_node *node, char *page) in o2nm_node_num_read() 181 static struct o2nm_cluster *to_o2nm_cluster_from_node(struct o2nm_node *node) in to_o2nm_cluster_from_node() 195 static ssize_t o2nm_node_num_write(struct o2nm_node *node, const char *page, in o2nm_node_num_write() 231 static ssize_t o2nm_node_ipv4_port_read(struct o2nm_node *node, char *page) in o2nm_node_ipv4_port_read() [all …]
|
/linux-3.3/sound/pci/hda/ |
D | hda_generic.c | 51 struct hda_gnode *node; /* Node for PCM volume */ member 84 #define defcfg_type(node) (((node)->def_cfg & AC_DEFCFG_DEVICE) >> \ argument 86 #define defcfg_location(node) (((node)->def_cfg & AC_DEFCFG_LOCATION) >> \ argument 88 #define defcfg_port_conn(node) (((node)->def_cfg & AC_DEFCFG_PORT_CONN) >> \ argument 97 struct hda_gnode *node, *n; in snd_hda_generic_free() local 116 struct hda_gnode *node; in add_new_node() local 209 struct hda_gnode *node; in hda_get_node() local 221 static int unmute_output(struct hda_codec *codec, struct hda_gnode *node) in unmute_output() 236 static int unmute_input(struct hda_codec *codec, struct hda_gnode *node, unsigned int index) in unmute_input() 251 static int select_input_connection(struct hda_codec *codec, struct hda_gnode *node, in select_input_connection() [all …]
|
/linux-3.3/drivers/of/ |
D | fdt.c | 39 unsigned long node, const char *name, in of_fdt_get_property() 87 unsigned long node, const char *compat) in of_fdt_is_compatible() 110 int of_fdt_match(struct boot_param_header *blob, unsigned long node, in of_fdt_match() 450 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() 526 void *__init of_get_flat_dt_prop(unsigned long node, const char *name, in of_get_flat_dt_prop() 537 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) in of_flat_dt_is_compatible() 545 int __init of_flat_dt_match(unsigned long node, const char *const *compat) in of_flat_dt_match() 555 void __init early_init_dt_check_for_initrd(unsigned long node) in early_init_dt_check_for_initrd() 576 inline void early_init_dt_check_for_initrd(unsigned long node) in early_init_dt_check_for_initrd() 584 int __init early_init_dt_scan_root(unsigned long node, const char *uname, in early_init_dt_scan_root() [all …]
|