| /include/pcmcia/ |
| D | device_id.h | 26 .prod_id = { (v1), NULL, NULL, NULL }, \ 31 .prod_id = { NULL, (v2), NULL, NULL }, \ 36 .prod_id = { NULL, NULL, (v3), NULL }, \ 42 .prod_id = { (v1), (v2), NULL, NULL }, \ 48 .prod_id = { (v1), NULL, (v3), NULL }, \ 54 .prod_id = { (v1), NULL, NULL, (v4) }, \ 61 .prod_id = { (v1), (v2), (v3), NULL },\ 68 .prod_id = { (v1), (v2), NULL, (v4) }, \ 75 .prod_id = { (v1), NULL, (v3), (v4) }, \ 92 .prod_id = { (v1), NULL, NULL, NULL }, \ [all …]
|
| /include/linux/mfd/ |
| D | core.h | 32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL) 35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL) 38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match) 41 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, NULL) 44 MFD_CELL_ALL(_name, _res, NULL, 0, 0, NULL, 0, false, NULL) 47 MFD_CELL_ALL(_name, NULL, NULL, 0, 0, NULL, 0, false, NULL) 141 NULL, 0, NULL); in mfd_add_hotplug_devices()
|
| /include/scsi/ |
| D | scsi_dbg.h | 32 *cdb_name = NULL; in scsi_opcode_sa_name() 46 *sa_name = NULL; in scsi_opcode_sa_name() 56 return NULL; in scsi_sense_key_string() 62 *fmt = NULL; in scsi_extd_sense_format() 63 return NULL; in scsi_extd_sense_format() 69 return NULL; in scsi_mlreturn_string() 75 return NULL; in scsi_hostbyte_string()
|
| D | scsi_tcq.h | 25 struct request *req = NULL; in scsi_host_find_tag() 29 return NULL; in scsi_host_find_tag() 38 return NULL; in scsi_host_find_tag()
|
| /include/linux/ |
| D | of_graph.h | 37 for (child = of_graph_get_next_endpoint(parent, NULL); child != NULL; \ 79 return NULL; in of_graph_get_port_by_id() 86 return NULL; in of_graph_get_next_endpoint() 92 return NULL; in of_graph_get_endpoint_by_regs() 98 return NULL; in of_graph_get_remote_endpoint() 104 return NULL; in of_graph_get_port_parent() 110 return NULL; in of_graph_get_remote_port_parent() 116 return NULL; in of_graph_get_remote_port() 122 return NULL; in of_graph_get_remote_node()
|
| D | netfilter_netdev.h | 32 NFPROTO_NETDEV, skb->dev, NULL, NULL, in nf_hook_ingress() 33 dev_net(skb->dev), NULL); in nf_hook_ingress() 102 NFPROTO_NETDEV, NULL, dev, NULL, in nf_hook_egress() 103 dev_net(dev), NULL); in nf_hook_egress() 114 return NULL; in nf_hook_egress() 117 return NULL; in nf_hook_egress() 143 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL); in nf_hook_netdev_init() 146 RCU_INIT_POINTER(dev->nf_hooks_egress, NULL); in nf_hook_netdev_init()
|
| D | fs_parser.h | 118 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL) 120 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL) 121 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL) 122 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL) 127 #define fsparam_s32(NAME, OPT) __fsparam(fs_param_is_s32, NAME, OPT, 0, NULL) 128 #define fsparam_u64(NAME, OPT) __fsparam(fs_param_is_u64, NAME, OPT, 0, NULL) 131 __fsparam(fs_param_is_string, NAME, OPT, 0, NULL) 132 #define fsparam_blob(NAME, OPT) __fsparam(fs_param_is_blob, NAME, OPT, 0, NULL) 133 #define fsparam_bdev(NAME, OPT) __fsparam(fs_param_is_blockdev, NAME, OPT, 0, NULL) 134 #define fsparam_path(NAME, OPT) __fsparam(fs_param_is_path, NAME, OPT, 0, NULL) [all …]
|
| D | clk-provider.h | 395 __clk_hw_register_fixed_rate((dev), NULL, (name), (parent_name), NULL, \ 396 NULL, (flags), (fixed_rate), 0, 0, false) 408 __clk_hw_register_fixed_rate((dev), NULL, (name), (parent_name), NULL, \ 409 NULL, (flags), (fixed_rate), 0, 0, true) 421 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, NULL, \ 435 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, (parent_hw), \ 436 NULL, (flags), (fixed_rate), 0, 0, false) 448 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, NULL, \ 464 __clk_hw_register_fixed_rate((dev), NULL, (name), (parent_name), \ 465 NULL, NULL, (flags), (fixed_rate), \ [all …]
|
| D | proc_fs.h | 103 proc_create_seq_private(name, mode, parent, ops, 0, NULL) 108 proc_create_single_data(name, mode, parent, show, NULL) 137 proc_create_net_data(name, mode, parent, ops, state_size, NULL) 180 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink() 182 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir() 183 static inline struct proc_dir_entry *proc_create_mount_point(const char *name) { return NULL; } in proc_create_mount_point() 187 return NULL; in _proc_mkdir() 190 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data() 192 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode() 193 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) [all …]
|
| D | hwspinlock.h | 210 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq() 229 return __hwspin_trylock(hwlock, HWLOCK_RAW, NULL); in hwspin_trylock_raw() 246 return __hwspin_trylock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_trylock_in_atomic() 266 return __hwspin_trylock(hwlock, 0, NULL); in hwspin_trylock() 313 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL); in hwspin_lock_timeout_irq() 336 return __hwspin_lock_timeout(hwlock, to, HWLOCK_RAW, NULL); in hwspin_lock_timeout_raw() 358 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IN_ATOMIC, NULL); in hwspin_lock_timeout_in_atomic() 383 return __hwspin_lock_timeout(hwlock, to, 0, NULL); in hwspin_lock_timeout() 417 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq() 432 __hwspin_unlock(hwlock, HWLOCK_RAW, NULL); in hwspin_unlock_raw() [all …]
|
| D | bootconfig.h | 150 return xbc_node_find_value(NULL, key, vnode); in xbc_find_value() 162 return xbc_node_find_subkey(NULL, key); in xbc_find_node() 192 for (value = xbc_node_get_data(anode); anode != NULL ; \ 194 value = anode ? xbc_node_get_data(anode) : NULL) 205 for (child = xbc_node_get_child(parent); child != NULL ; \ 217 for (child = xbc_node_get_subkey(parent); child != NULL ; \ 236 for (value = xbc_node_find_value(node, key, &anode); value != NULL; \ 238 value = anode ? xbc_node_get_data(anode) : NULL) 250 for (knode = NULL, value = xbc_node_find_next_key_value(node, &knode);\ 251 knode != NULL; value = xbc_node_find_next_key_value(node, &knode)) [all …]
|
| D | of.h | 124 #define of_node_kobj(n) NULL 174 NULL; \ 182 &__of_fwnode_handle_node->fwnode : NULL; \ 187 return node && (node->parent == NULL); in of_node_is_root() 268 #define for_each_of_allnodes(dn) for_each_of_allnodes_from(NULL, dn) 284 return of_find_node_opts_by_path(path, NULL); in of_find_node_by_path() 411 const char *compats[] = { compat, NULL }; in of_machine_is_compatible() 475 return NULL; in to_of_node() 496 return NULL; in of_find_node_by_name() 502 return NULL; in of_find_node_by_type() [all …]
|
| D | rbtree_types.h | 31 #define RB_ROOT (struct rb_root) { NULL, } 32 #define RB_ROOT_CACHED (struct rb_root_cached) { {NULL, }, NULL }
|
| D | rbtree.h | 30 #define RB_EMPTY_ROOT(root) (READ_ONCE((root)->rb_node) == NULL) 63 node->rb_left = node->rb_right = NULL; in rb_link_node() 72 node->rb_left = node->rb_right = NULL; in rb_link_node_rcu() 79 ____ptr ? rb_entry(____ptr, type, member) : NULL; \ 121 struct rb_node *leftmost = NULL; in rb_erase_cached() 169 struct rb_node *parent = NULL; in rb_add_cached() 185 return leftmost ? node : NULL; in rb_add_cached() 199 struct rb_node *parent = NULL; in rb_add() 227 struct rb_node *parent = NULL; in rb_find_add() 244 return NULL; in rb_find_add() [all …]
|
| D | delayed_call.h | 15 #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL} 33 call->fn = NULL; in clear_delayed_call()
|
| D | hwmon-sysfs.h | 25 SENSOR_ATTR(_name, 0444, _func##_show, NULL, _index) 31 SENSOR_ATTR(_name, 0200, NULL, _func##_store, _index) 38 SENSOR_DEVICE_ATTR(_name, 0444, _func##_show, NULL, _index) 44 SENSOR_DEVICE_ATTR(_name, 0200, NULL, _func##_store, _index) 60 SENSOR_ATTR_2(_name, 0444, _func##_show, NULL, _nr, _index) 66 SENSOR_ATTR_2(_name, 0200, NULL, _func##_store, _nr, _index) 73 SENSOR_DEVICE_ATTR_2(_name, 0444, _func##_show, NULL, \ 81 SENSOR_DEVICE_ATTR_2(_name, 0200, NULL, _func##_store, \
|
| D | lwq.h | 36 q->ready = NULL; in lwq_init() 51 return smp_load_acquire(&q->ready) == NULL && llist_empty(&q->new); in lwq_empty() 67 _n ? container_of(_n, type, member.node) : NULL; }) 104 smp_load_acquire(&q->ready) == NULL; in lwq_enqueue() 122 smp_load_acquire(&q->ready) == NULL; in lwq_enqueue_batch()
|
| /include/net/netfilter/ |
| D | nf_conntrack_timeout.h | 31 if (timeout == NULL) in nf_ct_timeout_data() 32 return NULL; in nf_ct_timeout_data() 36 return NULL; in nf_ct_timeout_data() 46 return NULL; in nf_ct_timeout_find() 59 if (timeout_ext == NULL) in nf_ct_timeout_ext_add() 60 return NULL; in nf_ct_timeout_ext_add() 66 return NULL; in nf_ct_timeout_ext_add() 72 unsigned int *timeouts = NULL; in nf_ct_timeout_lookup()
|
| D | nf_conntrack_labels.h | 29 return NULL; in nf_ct_labels_find() 33 return NULL; in nf_ct_labels_find() 43 return NULL; in nf_ct_labels_ext_add() 47 return NULL; in nf_ct_labels_ext_add()
|
| /include/linux/clk/ |
| D | renesas.h | 24 #define cpg_mstp_attach_dev NULL 25 #define cpg_mstp_detach_dev NULL 32 #define cpg_mssr_attach_dev NULL 33 #define cpg_mssr_detach_dev NULL
|
| /include/asm-generic/ |
| D | pci_iomap.h | 29 #define __pci_ioport_map(dev, port, nr) NULL 37 return NULL; in pci_iomap() 42 return NULL; in pci_iomap_wc() 48 return NULL; in pci_iomap_range() 54 return NULL; in pci_iomap_wc_range()
|
| /include/net/caif/ |
| D | cfsrvl.h | 48 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get() 57 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put()
|
| /include/net/ |
| D | ife.h | 25 return NULL; in ife_encode() 30 return NULL; in ife_decode() 36 return NULL; in ife_tlv_meta_decode() 47 return NULL; in ife_tlv_meta_next()
|
| /include/linux/sunrpc/ |
| D | svcauth.h | 39 cred->cr_group_info = NULL; in init_svc_cred() 40 cred->cr_raw_principal = NULL; in init_svc_cred() 41 cred->cr_principal = NULL; in init_svc_cred() 42 cred->cr_targ_princ = NULL; in init_svc_cred() 43 cred->cr_gss_mech = NULL; in init_svc_cred() 182 return hashlen_hash(hashlen_string(NULL, name)) >> (32 - bits); in hash_str() 187 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
|
| /include/kunit/ |
| D | test.h | 519 return NULL; in kunit_kstrdup() 935 KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) 954 KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) 975 KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) 996 KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) 1017 KUNIT_EXPECT_NE_MSG(test, left, right, NULL) 1038 KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) 1059 KUNIT_EXPECT_LT_MSG(test, left, right, NULL) 1080 KUNIT_EXPECT_LE_MSG(test, left, right, NULL) 1101 KUNIT_EXPECT_GT_MSG(test, left, right, NULL) [all …]
|