| /include/linux/ |
| A D | stddef.h | 6 #undef NULL 8 #define NULL 0 macro 10 #define NULL ((void *)0) macro
|
| A D | rbtree.h | 37 #define RB_ROOT (struct rb_root) { NULL, } 40 #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) 69 node->rb_left = node->rb_right = NULL; in rb_link_node() 76 ____ptr ? rb_entry(____ptr, type, member) : NULL; \
|
| A D | rbtree_augmented.h | 133 rebalance = NULL; in __rb_erase_augmented() 135 rebalance = __rb_is_black(pc) ? parent : NULL; in __rb_erase_augmented() 142 rebalance = NULL; in __rb_erase_augmented() 196 rebalance = NULL; in __rb_erase_augmented() 200 rebalance = __rb_is_black(pc2) ? parent : NULL; in __rb_erase_augmented() 205 augment->propagate(tmp, NULL); in __rb_erase_augmented()
|
| A D | arm-smccc.h | 187 #define arm_smccc_smc(...) __arm_smccc_smc(__VA_ARGS__, NULL) 191 #define arm_smccc_hvc(...) __arm_smccc_hvc(__VA_ARGS__, NULL)
|
| /include/ |
| A D | hwconfig.h | 69 return hwconfig_f(opt, NULL); in hwconfig() 74 return hwconfig_arg_f(opt, arglen, NULL); in hwconfig_arg() 79 return hwconfig_arg_cmp_f(opt, arg, NULL); in hwconfig_arg_cmp() 84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub() 90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg() 96 return hwconfig_subarg_cmp_f(opt, subopt, subarg, NULL); in hwconfig_subarg_cmp()
|
| A D | sandbox-clk.h | 40 return clk_register_fixed_factor(NULL, name, parent, in sandbox_clk_fixed_factor() 49 return clk_register_divider(NULL, name, parent, CLK_SET_RATE_PARENT, in sandbox_clk_divider() 57 return clk_register_gate(NULL, name, parent, CLK_SET_RATE_PARENT, in sandbox_clk_gate() 58 reg, bit_idx, clk_gate_flags, NULL); in sandbox_clk_gate() 71 return sandbox_clk_register_gate2(NULL, name, parent, in sandbox_clk_gate2() 81 return clk_register_mux(NULL, name, parents, num_parents, in sandbox_clk_mux()
|
| A D | command.h | 17 #ifndef NULL 18 #define NULL 0 macro 72 return argc > argnum ? argv[argnum] : NULL; in cmd_arg_get() 441 _cmd(NULL, 0, 0, NULL); \ 449 _cmd(NULL, 0, 0, NULL, NULL); \ 455 { #_name, _maxargs, 0 ? _cmd_rep : NULL, NULL, _usage, \ 460 { #_name, _maxargs, NULL, 0 ? _cmd : NULL, _usage, \ 474 U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, NULL) 478 _usage, _help, NULL) 487 NULL)
|
| A D | autoboot.h | 75 return NULL; in bootdelay_process()
|
| A D | mux.h | 140 return NULL; in mux_control_get() 150 return NULL; in devm_mux_control_get()
|
| A D | env_internal.h | 189 #define env_save_ptr(x) NULL 192 #define ENV_SAVE_PTR(x) (CONFIG_IS_ENABLED(SAVEENV) ? (x) : NULL) 193 #define ENV_ERASE_PTR(x) (IS_ENABLED(CONFIG_CMD_ERASEENV) ? (x) : NULL)
|
| A D | bloblist.h | 245 return NULL; in bloblist_check_magic() 248 return NULL; in bloblist_check_magic() 267 return NULL; in bloblist_get_blob()
|
| A D | part.h | 374 { return NULL; } in blk_get_dev() 375 static inline struct blk_desc *mg_disk_get_dev(int dev) { return NULL; } in mg_disk_get_dev() 393 { *desc = NULL; return -1; } in blk_get_device_part_str() 414 *desc = NULL; in part_get_info_by_dev_and_name_or_num() 462 # define part_print_ptr(x) NULL 467 # define part_get_info_ptr(x) NULL 735 { return NULL; } in part_driver_get_first()
|
| A D | eeprom_layout.h | 14 #define RESERVED_FIELDS NULL
|
| A D | reset.h | 372 return NULL; in devm_reset_control_get_optional() 388 return NULL; in devm_reset_bulk_get_optional() 400 return NULL; in devm_reset_bulk_get_optional_by_node()
|
| A D | tpm-common.h | 314 return NULL; in get_tpm1_commands() 322 return NULL; in get_tpm2_commands()
|
| A D | exception.h | 52 cmdv[i] = NULL; in exception_complete()
|
| A D | soc.h | 146 return NULL; in soc_device_match()
|
| /include/asm-generic/ |
| A D | global_data.h | 473 #define gd_of_root() NULL 474 #define gd_of_root_ptr() NULL 483 #define gd_dm_driver_rt() NULL 495 #define gd_dm_priv_base() NULL 503 #define gd_acpi_ctx() NULL 520 #define gd_multi_dtb_fit() NULL 527 #define gd_event_state() NULL 548 #define gd_upl() NULL 556 #define gd_bloblist() NULL 563 #define gd_bootstage() NULL [all …]
|
| /include/dm/ |
| A D | devres.h | 188 return NULL; in devm_kmalloc_array() 229 return NULL; in devres_find() 235 return NULL; in devres_get() 241 return NULL; in devres_remove()
|
| A D | of_access.h | 34 #define for_each_of_allnodes(dn) for_each_of_allnodes_from(NULL, dn) 224 return of_find_node_opts_by_path(NULL, path, NULL); in of_find_node_by_path() 453 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings()
|
| A D | ofnode.h | 89 return NULL; in ofnode_to_fdt() 112 tree.fdt = NULL; in oftree_from_fdt() 122 node.np = NULL; in noffset_to_ofnode() 164 return NULL; in ofnode_to_np() 178 return node.np != NULL; in ofnode_valid() 194 return NULL; in oftree_lookup_fdt() 210 node.np = NULL; in offset_to_ofnode() 295 tree.np = NULL; in oftree_null() 297 tree.fdt = NULL; in oftree_null() 313 node.np = NULL; in ofnode_null() [all …]
|
| A D | of.h | 106 return gd_of_root() != NULL; in of_live_active()
|
| /include/linux/mtd/ |
| A D | nand_bch.h | 61 return NULL; in nand_bch_init()
|
| /include/fsl-mc/ |
| A D | fsl_dpsparser.h | 112 NULL, \
|
| /include/net/ |
| A D | dsa.h | 175 return NULL; in dsa_port_get_pdata()
|