Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 25 of 96) sorted by relevance

1234

/linux/drivers/staging/media/atomisp/pci/
H A Disp2400_support.h25 #define hrt_isp_vamem1_store_16(cell, addr, val) hrt_mem_store_16(cell, HRT_PROC_TYPE_PROP(cell, _s… argument
26 #define hrt_isp_vamem2_store_16(cell, addr, val) hrt_mem_store_16(cell, HRT_PROC_TYPE_PROP(cell, _s… argument
28 #define hrt_isp_dmem(cell) HRT_PROC_TYPE_PROP(cell, _base_dmem) argument
29 #define hrt_isp_vmem(cell) HRT_PROC_TYPE_PROP(cell, _simd_vmem) argument
31 #define hrt_isp_dmem_master_port_address(cell) hrt_mem_master_port_address(cell, hrt_isp_dmem(cell)) argument
32 #define hrt_isp_vmem_master_port_address(cell) hrt_mem_master_port_address(cell, hrt_isp_vmem(cell)) argument
35 #define hrt_isp_hist(cell) HRT_PROC_TYPE_PROP(cell, _simd_histogram) argument
36 #define hrt_isp_hist_master_port_address(cell) hrt_mem_master_port_address(cell, hrt_isp_hist(cell)) argument
/linux/fs/afs/
H A Dcell.c55 struct afs_cell *cell = NULL; in afs_find_cell_locked() local
102 struct afs_cell *cell; in afs_find_cell() local
119 struct afs_cell *cell; in afs_alloc_cell() local
237 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local
393 static int afs_update_cell(struct afs_cell *cell) in afs_update_cell()
492 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() local
541 struct afs_cell *afs_get_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_get_cell()
553 void afs_put_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_put_cell()
575 struct afs_cell *afs_use_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_use_cell()
590 void afs_unuse_cell(struct afs_net *net, struct afs_cell *cell, enum afs_cell_trace reason) in afs_unuse_cell()
[all …]
H A Dvl_alias.c17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key, in afs_sample_volume()
107 static int afs_compare_cell_roots(struct afs_cell *cell) in afs_compare_cell_roots()
138 static int afs_query_for_alias_one(struct afs_cell *cell, struct key *key, in afs_query_for_alias_one()
185 static int afs_query_for_alias(struct afs_cell *cell, struct key *key) in afs_query_for_alias()
227 static char *afs_vl_get_cell_name(struct afs_cell *cell, struct key *key) in afs_vl_get_cell_name()
253 static int yfs_check_canonical_cell_name(struct afs_cell *cell, struct key *key) in yfs_check_canonical_cell_name()
277 static int afs_do_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_do_cell_detect_alias()
312 int afs_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_cell_detect_alias()
H A Ddynroot.c113 struct afs_cell *cell; in afs_probe_cell_name() local
194 struct afs_cell *cell; in afs_lookup_atcell() local
271 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
301 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
337 struct afs_cell *cell; in afs_dynroot_populate() local
H A Dproc.c37 struct afs_cell *cell; in afs_proc_cells_show() local
123 struct afs_cell *cell; in afs_proc_cells_write() local
204 struct afs_cell *cell; in afs_proc_rootcell_show() local
280 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_start() local
289 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_next() local
375 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_vlservers_start() local
675 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup()
709 void afs_proc_cell_remove(struct afs_cell *cell) in afs_proc_cell_remove()
H A Dvl_rotate.c17 bool afs_begin_vlserver_operation(struct afs_vl_cursor *vc, struct afs_cell *cell, in afs_begin_vlserver_operation()
44 struct afs_cell *cell = vc->cell; in afs_start_vl_iteration() local
326 struct afs_cell *cell = vc->cell; in afs_vl_dump_edestaddrreq() local
H A Dsuper.c160 struct afs_cell *cell = as->cell; in afs_show_devname() local
228 struct afs_cell *cell; in afs_parse_source() local
360 struct afs_cell *cell; in afs_validate_fc() local
635 struct afs_cell *cell; in afs_init_fs_context() local
H A Dvolume.c20 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell, in afs_insert_volume_into_cell()
59 struct afs_cell *cell = volume->cell; in afs_remove_volume_from_cell() local
152 static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, in afs_vl_lookup_vldb()
H A Dserver.c113 static struct afs_server *afs_install_server(struct afs_cell *cell, in afs_install_server()
194 static struct afs_server *afs_alloc_server(struct afs_cell *cell, in afs_alloc_server()
251 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs()
276 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
H A Dsecurity.c23 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key()
51 struct key *afs_request_key_rcu(struct afs_cell *cell) in afs_request_key_rcu()
/linux/drivers/md/
H A Ddm-bio-prison-v2.c74 struct dm_bio_prison_cell_v2 *cell) in dm_bio_prison_free_cell_v2()
81 struct dm_bio_prison_cell_v2 *cell) in __setup_new_cell()
124 struct dm_bio_prison_cell_v2 *cell = in __find_or_insert() local
155 struct dm_bio_prison_cell_v2 **cell) in __get()
191 struct dm_bio_prison_cell_v2 *cell) in __put()
213 struct dm_bio_prison_cell_v2 *cell) in dm_cell_put_v2()
232 struct dm_bio_prison_cell_v2 *cell; in __lock() local
274 struct dm_bio_prison_cell_v2 *cell, in __quiesce()
284 struct dm_bio_prison_cell_v2 *cell, in dm_cell_quiesce_v2()
294 struct dm_bio_prison_cell_v2 *cell, in __promote()
[all …]
H A Ddm-bio-prison-v1.c23 struct rb_root cell; member
81 struct dm_bio_prison_cell *cell) in dm_bio_prison_free_cell()
89 struct dm_bio_prison_cell *cell) in __setup_new_cell()
148 struct dm_bio_prison_cell *cell = in __bio_detain() local
214 struct dm_bio_prison_cell *cell, in __cell_release()
227 struct dm_bio_prison_cell *cell, in dm_cell_release()
242 struct dm_bio_prison_cell *cell, in __cell_release_no_holder()
250 struct dm_bio_prison_cell *cell, in dm_cell_release_no_holder()
263 struct dm_bio_prison_cell *cell, blk_status_t error) in dm_cell_error()
281 struct dm_bio_prison_cell *cell) in dm_cell_visit_release()
[all …]
/linux/sound/core/seq/
H A Dseq_fifo.c85 struct snd_seq_event_cell *cell; in snd_seq_fifo_clear() local
103 struct snd_seq_event_cell *cell; in snd_seq_fifo_event_in() local
142 struct snd_seq_event_cell *cell; in fifo_cell_out() local
163 struct snd_seq_event_cell *cell; in snd_seq_fifo_cell_out() local
198 struct snd_seq_event_cell *cell) in snd_seq_fifo_cell_putback()
223 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize() local
H A Dseq_prioq.c132 struct snd_seq_event_cell * cell) in snd_seq_prioq_cell_in()
211 struct snd_seq_event_cell *cell; in snd_seq_prioq_cell_out() local
248 bool (*match)(struct snd_seq_event_cell *cell, in prioq_remove_cells()
252 register struct snd_seq_event_cell *cell, *next; in prioq_remove_cells() local
297 static inline bool prioq_match(struct snd_seq_event_cell *cell, void *arg) in prioq_match()
333 static bool prioq_remove_match(struct snd_seq_event_cell *cell, void *arg) in prioq_remove_match()
H A Dseq_memory.c71 struct snd_seq_event_cell *cell; in dump_var_event() local
226 struct snd_seq_event_cell *cell) in free_cell()
233 void snd_seq_cell_free(struct snd_seq_event_cell * cell) in snd_seq_cell_free()
272 struct snd_seq_event_cell *cell; in snd_seq_cell_alloc() local
345 struct snd_seq_event_cell *cell; in snd_seq_event_dup() local
437 int cell; in snd_seq_pool_init() local
/linux/drivers/nvmem/
H A Dcore.c338 struct nvmem_cell *cell = NULL; in nvmem_cell_attr_read() local
541 static void nvmem_cell_entry_drop(struct nvmem_cell_entry *cell) in nvmem_cell_entry_drop()
554 struct nvmem_cell_entry *cell, *p; in nvmem_device_remove_all_cells() local
560 static void nvmem_cell_entry_add(struct nvmem_cell_entry *cell) in nvmem_cell_entry_add()
570 struct nvmem_cell_entry *cell) in nvmem_cell_info_to_nvmem_cell_entry_nodup()
600 struct nvmem_cell_entry *cell) in nvmem_cell_info_to_nvmem_cell_entry()
626 struct nvmem_cell_entry *cell; in nvmem_add_one_cell() local
699 struct nvmem_cell_entry *cell; in nvmem_add_cells_from_table() local
733 struct nvmem_cell_entry *iter, *cell = NULL; in nvmem_find_cell_entry_by_name() local
1311 struct nvmem_cell *cell; in nvmem_create_cell() local
[all …]
/linux/net/core/
H A Dgro_cells.c16 struct gro_cell *cell; in gro_cells_receive() local
53 struct gro_cell *cell = container_of(napi, struct gro_cell, napi); in gro_cell_poll() local
79 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i); in gro_cells_init() local
114 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i); in gro_cells_destroy() local
/linux/drivers/mfd/
H A Dmfd-core.c54 static void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
93 static inline void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device()
101 const struct mfd_cell *cell) in mfd_match_of_node_to_dev()
140 const struct mfd_cell *cell, in mfd_add_device()
346 const struct mfd_cell *cell; in mfd_remove_devices_fn() local
H A Dintel_quark_i2c_gpio.c198 struct mfd_cell *cell = &intel_quark_mfd_cells[MFD_I2C_BAR]; in intel_quark_i2c_setup() local
220 struct mfd_cell *cell = &intel_quark_mfd_cells[MFD_GPIO_BAR]; in intel_quark_gpio_setup() local
H A Dintel-lpss.c85 struct mfd_cell *cell; member
218 const struct mfd_cell *cell; in intel_lpss_assign_devs() local
338 const struct mfd_cell *cell = lpss->cell; in intel_lpss_register_clock() local
H A Dat91-usart.c26 const struct mfd_cell *cell; in at91_usart_mode_probe() local
/linux/drivers/clk/mmp/
H A Dreset.c16 struct mmp_clk_reset_cell *cell; in mmp_of_reset_xlate() local
38 struct mmp_clk_reset_cell *cell; in mmp_clk_reset_assert() local
60 struct mmp_clk_reset_cell *cell; in mmp_clk_reset_deassert() local
/linux/include/linux/
H A Dnvmem-consumer.h112 struct nvmem_cell *cell) in devm_nvmem_cell_put()
116 static inline void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put()
120 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read()
125 static inline int nvmem_cell_write(struct nvmem_cell *cell, in nvmem_cell_write()
/linux/drivers/of/
H A Dcpu.c16 const __be32 *cell; in of_get_cpu_hwid() local
55 const __be32 *cell; in __of_find_n_match_cpu_property() local
/linux/net/dccp/
H A Dackvec.h41 static inline u8 dccp_ackvec_runlen(const u8 *cell) in dccp_ackvec_runlen()
46 static inline u8 dccp_ackvec_state(const u8 *cell) in dccp_ackvec_state()

1234