/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/scsi/ |
D | scsi_dbg.h | 33 *cdb_name = NULL; in scsi_opcode_sa_name() 47 *sa_name = NULL; in scsi_opcode_sa_name() 57 return NULL; in scsi_sense_key_string() 63 *fmt = NULL; in scsi_extd_sense_format() 64 return NULL; in scsi_extd_sense_format() 70 return NULL; in scsi_mlreturn_string() 76 return NULL; in scsi_hostbyte_string() 82 return NULL; in scsi_driverbyte_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/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) 153 NULL, 0, NULL); in mfd_add_hotplug_devices()
|
/include/linux/ |
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 | 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 | clk-provider.h | 393 __clk_hw_register_fixed_rate((dev), NULL, (name), (parent_name), NULL, \ 394 NULL, (flags), (fixed_rate), 0, 0, false) 406 __clk_hw_register_fixed_rate((dev), NULL, (name), (parent_name), NULL, \ 407 NULL, (flags), (fixed_rate), 0, 0, true) 419 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, (parent_hw), \ 420 NULL, (flags), (fixed_rate), 0, 0, false) 432 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, NULL, \ 448 __clk_hw_register_fixed_rate((dev), NULL, (name), (parent_name), \ 449 NULL, NULL, (flags), (fixed_rate), \ 463 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, (parent_hw), \ [all …]
|
D | fs_parser.h | 116 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL) 118 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL) 119 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL) 120 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL) 125 #define fsparam_s32(NAME, OPT) __fsparam(fs_param_is_s32, NAME, OPT, 0, NULL) 126 #define fsparam_u64(NAME, OPT) __fsparam(fs_param_is_u64, NAME, OPT, 0, NULL) 129 __fsparam(fs_param_is_string, NAME, OPT, 0, NULL) 130 #define fsparam_blob(NAME, OPT) __fsparam(fs_param_is_blob, NAME, OPT, 0, NULL) 131 #define fsparam_bdev(NAME, OPT) __fsparam(fs_param_is_blockdev, NAME, OPT, 0, NULL) 132 #define fsparam_path(NAME, OPT) __fsparam(fs_param_is_path, NAME, OPT, 0, NULL) [all …]
|
D | proc_fs.h | 98 proc_create_seq_private(name, mode, parent, ops, 0, NULL) 103 proc_create_single_data(name, mode, parent, show, NULL) 132 proc_create_net_data(name, mode, parent, ops, state_size, NULL) 172 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink() 174 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir() 175 static inline struct proc_dir_entry *proc_create_mount_point(const char *name) { return NULL; } in proc_create_mount_point() 179 return NULL; in _proc_mkdir() 182 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data() 184 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode() 185 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) [all …]
|
D | hwspinlock.h | 204 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq() 223 return __hwspin_trylock(hwlock, HWLOCK_RAW, NULL); in hwspin_trylock_raw() 240 return __hwspin_trylock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_trylock_in_atomic() 260 return __hwspin_trylock(hwlock, 0, NULL); in hwspin_trylock() 307 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL); in hwspin_lock_timeout_irq() 330 return __hwspin_lock_timeout(hwlock, to, HWLOCK_RAW, NULL); in hwspin_lock_timeout_raw() 352 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IN_ATOMIC, NULL); in hwspin_lock_timeout_in_atomic() 377 return __hwspin_lock_timeout(hwlock, to, 0, NULL); in hwspin_lock_timeout() 411 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq() 426 __hwspin_unlock(hwlock, HWLOCK_RAW, NULL); in hwspin_unlock_raw() [all …]
|
D | bootconfig.h | 149 return xbc_node_find_value(NULL, key, vnode); in xbc_find_value() 161 return xbc_node_find_subkey(NULL, key); in xbc_find_node() 191 for (value = xbc_node_get_data(anode); anode != NULL ; \ 193 value = anode ? xbc_node_get_data(anode) : NULL) 204 for (child = xbc_node_get_child(parent); child != NULL ; \ 216 for (child = xbc_node_get_subkey(parent); child != NULL ; \ 235 for (value = xbc_node_find_value(node, key, &anode); value != NULL; \ 237 value = anode ? xbc_node_get_data(anode) : NULL) 249 for (knode = NULL, value = xbc_node_find_next_key_value(node, &knode);\ 250 knode != NULL; value = xbc_node_find_next_key_value(node, &knode)) [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 | of.h | 117 #define of_node_kobj(n) NULL 167 NULL; \ 175 &__of_fwnode_handle_node->fwnode : NULL; \ 180 return of_root != NULL; in of_have_populated_dt() 185 return node && (node->parent == NULL); in of_node_is_root() 266 #define for_each_of_allnodes(dn) for_each_of_allnodes_from(NULL, dn) 282 return of_find_node_opts_by_path(path, NULL); in of_find_node_by_path() 359 for (pp = dn->properties; pp != NULL; pp = pp->next) 457 return NULL; in to_of_node() 478 return NULL; in of_find_node_by_name() [all …]
|
D | of_device.h | 26 return of_match_device(drv->of_match_table, dev) != NULL; in of_driver_match_device() 46 return of_get_cpu_node(cpu, NULL); in of_cpu_device_node_get() 57 return of_dma_configure_id(dev, np, force_dma, NULL); in of_dma_configure() 72 return NULL; in of_device_get_match_data() 95 return NULL; in of_match_device() 100 return NULL; in of_cpu_device_node_get()
|
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 | 24 SENSOR_ATTR(_name, 0444, _func##_show, NULL, _index) 30 SENSOR_ATTR(_name, 0200, NULL, _func##_store, _index) 37 SENSOR_DEVICE_ATTR(_name, 0444, _func##_show, NULL, _index) 43 SENSOR_DEVICE_ATTR(_name, 0200, NULL, _func##_store, _index) 59 SENSOR_ATTR_2(_name, 0444, _func##_show, NULL, _nr, _index) 65 SENSOR_ATTR_2(_name, 0200, NULL, _func##_store, _nr, _index) 72 SENSOR_DEVICE_ATTR_2(_name, 0444, _func##_show, NULL, \ 80 SENSOR_DEVICE_ATTR_2(_name, 0200, NULL, _func##_store, \
|
/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 | 51 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get() 60 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/kunit/ |
D | test.h | 692 KUNIT_EXPECT_TRUE_MSG(test, condition, NULL) 711 KUNIT_EXPECT_FALSE_MSG(test, condition, NULL) 732 KUNIT_EXPECT_EQ_MSG(test, left, right, NULL) 753 KUNIT_EXPECT_PTR_EQ_MSG(test, left, right, NULL) 774 KUNIT_EXPECT_NE_MSG(test, left, right, NULL) 795 KUNIT_EXPECT_PTR_NE_MSG(test, left, right, NULL) 816 KUNIT_EXPECT_LT_MSG(test, left, right, NULL) 837 KUNIT_EXPECT_LE_MSG(test, left, right, NULL) 858 KUNIT_EXPECT_GT_MSG(test, left, right, NULL) 879 KUNIT_EXPECT_GE_MSG(test, left, right, NULL) [all …]
|
/include/linux/sunrpc/ |
D | svcauth.h | 38 cred->cr_group_info = NULL; in init_svc_cred() 39 cred->cr_raw_principal = NULL; in init_svc_cred() 40 cred->cr_principal = NULL; in init_svc_cred() 41 cred->cr_targ_princ = NULL; in init_svc_cred() 42 cred->cr_gss_mech = NULL; in init_svc_cred() 178 return hashlen_hash(hashlen_string(NULL, name)) >> (32 - bits); in hash_str() 183 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()
|
/include/linux/soc/samsung/ |
D | s3c-cpufreq-core.h | 204 #define s3c_cpufreq_debugfs_call(x) NULL 230 #define s3c2410_iotiming_debugfs NULL 231 #define s3c2410_iotiming_calc NULL 232 #define s3c2410_iotiming_get NULL 233 #define s3c2410_iotiming_set NULL 253 #define s3c2412_iotiming_debugfs NULL 254 #define s3c2412_iotiming_calc NULL 255 #define s3c2412_iotiming_get NULL 256 #define s3c2412_iotiming_set NULL
|