Home
last modified time | relevance | path

Searched refs:NULL (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/include/pcmcia/
A Ddevice_id.h26 .prod_id = { (v1), NULL, NULL, NULL }, \
31 .prod_id = { NULL, (v2), NULL, NULL }, \
36 .prod_id = { NULL, NULL, (v3), NULL }, \
92 .prod_id = { (v1), NULL, NULL, NULL }, \
101 .prod_id = { NULL, NULL, (v3), NULL }, \
118 .prod_id = { (v1), NULL, NULL, NULL }, \
125 .prod_id = { NULL, (v2), NULL, NULL }, \
167 .prod_id = { (v1), NULL, NULL, NULL }, \
174 .prod_id = { NULL, (v2), NULL, NULL }, \
234 .prod_id = { NULL, (v2), NULL, NULL }, \
[all …]
/include/linux/
A Dof_graph.h38 for (child = of_graph_get_next_endpoint(parent, NULL); child != NULL; \
114 return NULL; in of_graph_get_port_by_id()
121 return NULL; in of_graph_get_next_endpoint()
128 return NULL; in of_graph_get_next_port()
135 return NULL; in of_graph_get_next_port_endpoint()
141 return NULL; in of_graph_get_endpoint_by_regs()
147 return NULL; in of_graph_get_remote_endpoint()
153 return NULL; in of_graph_get_port_parent()
159 return NULL; in of_graph_get_remote_port_parent()
165 return NULL; in of_graph_get_remote_port()
[all …]
A Dfs_parser.h116 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL)
118 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL)
120 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL)
123 #define fsparam_s32(NAME, OPT) __fsparam(fs_param_is_s32, NAME, OPT, 0, NULL)
124 #define fsparam_u64(NAME, OPT) __fsparam(fs_param_is_u64, NAME, OPT, 0, NULL)
127 __fsparam(fs_param_is_string, NAME, OPT, 0, NULL)
131 #define fsparam_fd(NAME, OPT) __fsparam(fs_param_is_fd, NAME, OPT, 0, NULL)
133 __fsparam(fs_param_is_file_or_string, NAME, OPT, 0, NULL)
134 #define fsparam_uid(NAME, OPT) __fsparam(fs_param_is_uid, NAME, OPT, 0, NULL)
135 #define fsparam_gid(NAME, OPT) __fsparam(fs_param_is_gid, NAME, OPT, 0, NULL)
[all …]
A Dnetfilter_netdev.h32 NFPROTO_NETDEV, skb->dev, NULL, NULL, in nf_hook_ingress()
33 dev_net(skb->dev), NULL); in nf_hook_ingress()
103 NFPROTO_NETDEV, NULL, dev, NULL, in nf_hook_egress()
104 dev_net(dev), NULL); in nf_hook_egress()
115 return NULL; in nf_hook_egress()
118 return NULL; in nf_hook_egress()
144 RCU_INIT_POINTER(dev->nf_hooks_ingress, NULL); in nf_hook_netdev_init()
147 RCU_INIT_POINTER(dev->nf_hooks_egress, NULL); in nf_hook_netdev_init()
A Dclk-provider.h407 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, NULL, \
434 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, NULL, \
451 NULL, NULL, (flags), (fixed_rate), \
480 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, NULL, \
494 __clk_hw_register_fixed_rate((dev), NULL, (name), NULL, NULL, \
606 __clk_hw_register_gate((dev), NULL, (name), NULL, NULL, (parent_data), \
658 __devm_clk_hw_register_gate((dev), NULL, (name), NULL, NULL, \
848 __clk_hw_register_divider((dev), NULL, (name), NULL, NULL, \
910 __clk_hw_register_divider((dev), NULL, (name), NULL, NULL, \
1078 __clk_hw_register_mux((dev), NULL, (name), (num_parents), NULL, NULL, \
[all …]
A Dproc_fs.h105 proc_create_seq_private(name, mode, parent, ops, 0, NULL)
110 proc_create_single_data(name, mode, parent, show, NULL)
139 proc_create_net_data(name, mode, parent, ops, state_size, NULL)
182 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink()
184 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir()
189 return NULL; in _proc_mkdir()
194 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
197 #define proc_create_seq(name, mode, parent, ops) ({NULL;})
198 #define proc_create_single(name, mode, parent, show) ({NULL;})
204 { return NULL; } in proc_create()
[all …]
A Dhwspinlock.h192 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq()
211 return __hwspin_trylock(hwlock, HWLOCK_RAW, NULL); in hwspin_trylock_raw()
228 return __hwspin_trylock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_trylock_in_atomic()
248 return __hwspin_trylock(hwlock, 0, NULL); in hwspin_trylock()
295 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL); in hwspin_lock_timeout_irq()
318 return __hwspin_lock_timeout(hwlock, to, HWLOCK_RAW, NULL); in hwspin_lock_timeout_raw()
365 return __hwspin_lock_timeout(hwlock, to, 0, NULL); in hwspin_lock_timeout()
399 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq()
414 __hwspin_unlock(hwlock, HWLOCK_RAW, NULL); in hwspin_unlock_raw()
429 __hwspin_unlock(hwlock, HWLOCK_IN_ATOMIC, NULL); in hwspin_unlock_in_atomic()
[all …]
A Dbootconfig.h150 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)
262 xbc_node_for_each_key_value(NULL, knode, value)
281 return xbc_node_compose_key_after(NULL, node, buf, size); in xbc_node_compose_key()
[all …]
A Dof.h174 NULL; \
483 return NULL; in to_of_node()
504 return NULL; in of_find_node_by_name()
510 return NULL; in of_find_node_by_type()
518 return NULL; in of_find_matching_node_and_match()
523 return NULL; in of_find_node_by_path()
529 return NULL; in of_find_node_opts_by_path()
534 return NULL; in of_find_node_by_phandle()
539 return NULL; in of_get_parent()
544 return NULL; in of_get_next_parent()
[all …]
A Drbtree_types.h31 #define RB_ROOT (struct rb_root) { NULL, }
32 #define RB_ROOT_CACHED (struct rb_root_cached) { {NULL, }, NULL }
A Drbtree.h169 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()
228 struct rb_node *parent = NULL; in rb_find_add_cached()
247 return NULL; in rb_find_add_cached()
281 return NULL; in rb_find_add()
317 return NULL; in rb_find_add_rcu()
345 return NULL; in rb_find()
376 return NULL; in rb_find_rcu()
392 struct rb_node *match = NULL; in rb_find_first()
[all …]
A Drcutiny.h137 #define rcutree_prepare_cpu NULL
138 #define rcutree_online_cpu NULL
139 #define rcutree_offline_cpu NULL
140 #define rcutree_dead_cpu NULL
141 #define rcutree_dying_cpu NULL
A Dhwmon-sysfs.h25 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, \
A Ddelayed_call.h15 #define DEFINE_DELAYED_CALL(name) struct delayed_call name = {NULL, NULL}
33 call->fn = NULL; in clear_delayed_call()
A Dlwq.h36 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/linux/mfd/
A Dcore.h32 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/
A Dscsi_dbg.h32 *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()
A Dscsi_tcq.h25 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/net/netfilter/
A Dnf_conntrack_timeout.h31 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()
A Dnf_conntrack_labels.h29 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/
A Drenesas.h24 #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/net/caif/
A Dcfsrvl.h47 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get()
56 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put()
/include/asm-generic/
A Dpci_iomap.h29 #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/
A Dife.h25 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/
A Dsvcauth.h39 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()
181 return hashlen_hash(hashlen_string(NULL, name)) >> (32 - bits); in hash_str()
186 return full_name_hash(NULL, buf, length) >> (32 - bits); in hash_mem()

Completed in 46 milliseconds

12345678910>>...29