Home
last modified time | relevance | path

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

12345678910>>...14

/include/pcmcia/
Ddevice_id.h29 .prod_id = { (v1), NULL, NULL, NULL }, \
34 .prod_id = { NULL, (v2), NULL, NULL }, \
39 .prod_id = { NULL, NULL, (v3), NULL }, \
45 .prod_id = { (v1), (v2), NULL, NULL }, \
51 .prod_id = { (v1), NULL, (v3), NULL }, \
57 .prod_id = { (v1), NULL, NULL, (v4) }, \
64 .prod_id = { (v1), (v2), (v3), NULL },\
71 .prod_id = { (v1), (v2), NULL, (v4) }, \
78 .prod_id = { (v1), NULL, (v3), (v4) }, \
95 .prod_id = { (v1), NULL, NULL, NULL }, \
[all …]
/include/asm-generic/
Dpci-dma-compat.h12 return dma_supported(hwdev == NULL ? NULL : &hwdev->dev, mask); in pci_dma_supported()
19 return dma_alloc_coherent(hwdev == NULL ? NULL : &hwdev->dev, size, dma_handle, GFP_ATOMIC); in pci_alloc_consistent()
26 dma_free_coherent(hwdev == NULL ? NULL : &hwdev->dev, size, vaddr, dma_handle); in pci_free_consistent()
32 …return dma_map_single(hwdev == NULL ? NULL : &hwdev->dev, ptr, size, (enum dma_data_direction)dire… in pci_map_single()
39 …dma_unmap_single(hwdev == NULL ? NULL : &hwdev->dev, dma_addr, size, (enum dma_data_direction)dire… in pci_unmap_single()
46 …return dma_map_page(hwdev == NULL ? NULL : &hwdev->dev, page, offset, size, (enum dma_data_directi… in pci_map_page()
53 …dma_unmap_page(hwdev == NULL ? NULL : &hwdev->dev, dma_address, size, (enum dma_data_direction)dir… in pci_unmap_page()
60 …return dma_map_sg(hwdev == NULL ? NULL : &hwdev->dev, sg, nents, (enum dma_data_direction)directio… in pci_map_sg()
67 dma_unmap_sg(hwdev == NULL ? NULL : &hwdev->dev, sg, nents, (enum dma_data_direction)direction); in pci_unmap_sg()
74 …dma_sync_single_for_cpu(hwdev == NULL ? NULL : &hwdev->dev, dma_handle, size, (enum dma_data_direc… in pci_dma_sync_single_for_cpu()
[all …]
/include/linux/
Dproc_fs.h34 return proc_create_data(name, mode, parent, proc_fops, NULL); in proc_create()
52 struct proc_dir_entry *parent,const char *dest) { return NULL;} in proc_symlink()
54 struct proc_dir_entry *parent) {return NULL;} in proc_mkdir()
56 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data()
58 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
59 #define proc_create(name, mode, parent, proc_fops) ({NULL;})
60 #define proc_create_data(name, mode, parent, proc_fops, data) ({NULL;})
64 static inline void *PDE_DATA(const struct inode *inode) {BUG(); return NULL;} in PDE_DATA()
65 static inline void *proc_get_parent_data(const struct inode *inode) { BUG(); return NULL; } in proc_get_parent_data()
Dfsnotify.h56 ret = fsnotify_parent(path, NULL, fsnotify_mask); in fsnotify_perm()
60 return fsnotify(inode, fsnotify_mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_perm()
80 fsnotify(inode, FS_ATTRIB, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_link_count()
111 fsnotify(source, FS_MOVE_SELF, moved->d_inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_move()
141 fsnotify_parent(NULL, dentry, mask); in fsnotify_nameremove()
149 fsnotify(inode, FS_DELETE_SELF, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_inoderemove()
202 fsnotify_parent(path, NULL, mask); in fsnotify_access()
203 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_access()
220 fsnotify_parent(path, NULL, mask); in fsnotify_modify()
221 fsnotify(inode, mask, path, FSNOTIFY_EVENT_PATH, NULL, 0); in fsnotify_modify()
[all …]
Dllist.h69 #define LLIST_HEAD_INIT(name) { NULL }
78 list->first = NULL; in init_llist_head()
124 &(pos)->member != NULL; \
137 return ACCESS_ONCE(head->first) == NULL; in llist_empty()
165 return old_entry == NULL; in llist_add()
178 return xchg(&head->first, NULL); in llist_del_all()
Dof.h99 return of_allnodes != NULL; in of_have_populated_dt()
104 return node && (node->parent == NULL); in of_node_is_root()
171 for (dn = of_find_node_by_name(NULL, name); dn; \
176 for (dn = of_find_node_by_type(NULL, type); dn; \
181 for (dn = of_find_compatible_node(NULL, type, compatible); dn; \
191 return of_find_matching_node_and_match(from, matches, NULL); in of_find_matching_node()
194 for (dn = of_find_matching_node(NULL, matches); dn; \
197 for (dn = of_find_matching_node_and_match(NULL, matches, match); \
211 for (child = of_get_next_child(parent, NULL); child != NULL; \
215 for (child = of_get_next_available_child(parent, NULL); child != NULL; \
[all …]
Dof_mdio.h36 return NULL; in of_phy_find_device()
44 return NULL; in of_phy_connect()
51 return NULL; in of_phy_connect_fixed_link()
56 return NULL; in of_mdio_find_bus()
Dhwspinlock.h168 return __hwspin_trylock(hwlock, HWLOCK_IRQ, NULL); in hwspin_trylock_irq()
188 return __hwspin_trylock(hwlock, 0, NULL); in hwspin_trylock()
235 return __hwspin_lock_timeout(hwlock, to, HWLOCK_IRQ, NULL); in hwspin_lock_timeout_irq()
260 return __hwspin_lock_timeout(hwlock, to, 0, NULL); in hwspin_lock_timeout()
294 __hwspin_unlock(hwlock, HWLOCK_IRQ, NULL); in hwspin_unlock_irq()
310 __hwspin_unlock(hwlock, 0, NULL); in hwspin_unlock()
Dinit_task.h75 { .first = NULL }, \
76 { .first = NULL }, \
77 { .first = NULL }, \
83 .pid_chain = { .next = NULL, .pprev = NULL }, \
90 .next = NULL, \
91 .pprev = NULL, \
106 .rcu_boost_mutex = NULL,
112 .rcu_blocked_node = NULL,
174 .mm = NULL, \
207 .journal_info = NULL, \
Dplatform_device.h135 return platform_device_register_resndata(NULL, name, id, in platform_device_register_simple()
136 res, num, NULL, 0); in platform_device_register_simple()
160 NULL, 0, data, size); in platform_device_register_data()
263 early_platform_init_buffer(class_string, platdrv, NULL, 0)
283 return bufsiz ? buf : NULL; \
291 #define platform_pm_suspend NULL
292 #define platform_pm_resume NULL
301 #define platform_pm_freeze NULL
302 #define platform_pm_thaw NULL
303 #define platform_pm_poweroff NULL
[all …]
Dstddef.h7 #undef NULL
8 #define NULL ((void *)0) macro
Dof_address.h43 return NULL; in of_find_matching_node_by_address()
48 return NULL; in of_iomap()
54 return NULL; in of_get_address()
74 return NULL; in of_get_pci_address()
Dof_i2c.h35 return NULL; in of_find_i2c_device_by_node()
42 return NULL; in of_find_i2c_adapter_by_node()
Dlockdep.h175 to->class_cache[i] = NULL; in lockdep_copy_map()
484 # define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 2, NULL, i)
487 # define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 1, NULL, i)
488 # define spin_acquire_nest(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, NULL, i)
498 # define rwlock_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 2, NULL, i)
499 # define rwlock_acquire_read(l, s, t, i) lock_acquire(l, s, t, 2, 2, NULL, i)
501 # define rwlock_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 1, NULL, i)
502 # define rwlock_acquire_read(l, s, t, i) lock_acquire(l, s, t, 2, 1, NULL, i)
513 # define mutex_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 2, NULL, i)
516 # define mutex_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 1, NULL, i)
[all …]
Dhashtable.h122 for ((bkt) = 0, obj = NULL; obj == NULL && (bkt) < HASH_SIZE(name);\
134 for ((bkt) = 0, obj = NULL; obj == NULL && (bkt) < HASH_SIZE(name);\
148 for ((bkt) = 0, obj = NULL; obj == NULL && (bkt) < HASH_SIZE(name);\
Dnotifier.h81 (name)->head = NULL; \
85 (name)->head = NULL; \
88 (name)->head = NULL; \
98 .head = NULL }
101 .head = NULL }
103 .head = NULL }
/include/net/
Dtimewait_sock.h29 if (sk->sk_prot->twsk_prot->twsk_unique != NULL) in twsk_unique()
36 BUG_ON(sk == NULL); in twsk_destructor()
37 BUG_ON(sk->sk_prot == NULL); in twsk_destructor()
38 BUG_ON(sk->sk_prot->twsk_prot == NULL); in twsk_destructor()
39 if (sk->sk_prot->twsk_prot->twsk_destructor != NULL) in twsk_destructor()
Drequest_sock.h71 if (req != NULL) in reqsk_alloc()
178 queue->rskq_accept_head = NULL; in reqsk_queue_yank_acceptq()
184 return queue->rskq_accept_head == NULL; in reqsk_queue_empty()
204 if (queue->rskq_accept_head == NULL) in reqsk_queue_add()
210 req->dl_next = NULL; in reqsk_queue_add()
217 WARN_ON(req == NULL); in reqsk_queue_remove()
220 if (queue->rskq_accept_head == NULL) in reqsk_queue_remove()
221 queue->rskq_accept_tail = NULL; in reqsk_queue_remove()
249 return queue->listen_opt != NULL ? queue->listen_opt->qlen : 0; in reqsk_queue_len()
271 req->sk = NULL; in reqsk_queue_hash_req()
/include/net/caif/
Dcfsrvl.h51 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/netfilter/
Dnf_conntrack_labels.h20 return NULL; in nf_ct_labels_find()
33 return NULL; in nf_ct_labels_ext_add()
37 if (cl_ext != NULL) in nf_ct_labels_ext_add()
42 return NULL; in nf_ct_labels_ext_add()
Dnf_conntrack_timeout.h34 return NULL; in nf_ct_timeout_find()
47 if (timeout_ext == NULL) in nf_ct_timeout_ext_add()
48 return NULL; in nf_ct_timeout_ext_add()
54 return NULL; in nf_ct_timeout_ext_add()
Dnf_conntrack_timestamp.h21 return NULL; in nf_conn_tstamp_find()
32 return NULL; in nf_ct_tstamp_ext_add()
36 return NULL; in nf_ct_tstamp_ext_add()
Dnf_tproxy_core.h102 sk = NULL; in nf_tproxy_get_sock_v4()
120 sk = NULL; in nf_tproxy_get_sock_v4()
126 sk = NULL; in nf_tproxy_get_sock_v4()
172 sk = NULL; in nf_tproxy_get_sock_v6()
190 sk = NULL; in nf_tproxy_get_sock_v6()
196 sk = NULL; in nf_tproxy_get_sock_v6()
/include/media/
Dv4l2-of.h94 return NULL; in v4l2_of_get_next_endpoint()
100 return NULL; in v4l2_of_get_remote_port_parent()
106 return NULL; in v4l2_of_get_remote_port()
/include/linux/iio/
Dsysfs.h68 .dev_attr = __ATTR(_name, S_IRUGO, iio_read_const_attr, NULL)}
73 .dev_attr = __ATTR(_name, S_IRUGO, iio_read_const_attr, NULL)}
80 IIO_DEVICE_ATTR(reset, S_IWUSR, NULL, _store, 0)
98 IIO_DEVICE_ATTR(sampling_frequency_available, S_IRUGO, _show, NULL, 0)
109 IIO_DEVICE_ATTR(in_temp_raw, S_IRUGO, _show, NULL, 0)

12345678910>>...14