Home
last modified time | relevance | path

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

123456

/openbmc/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
/openbmc/linux/fs/afs/
H A Dcell.c55 struct afs_cell *cell = NULL; in afs_find_cell_locked() local
102 struct afs_cell *cell; afs_find_cell() local
119 struct afs_cell *cell; afs_alloc_cell() local
238 struct afs_cell *cell, *candidate, *cursor; afs_lookup_cell() local
394 afs_update_cell(struct afs_cell * cell) afs_update_cell() argument
493 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); afs_cell_destroy() local
542 afs_get_cell(struct afs_cell * cell,enum afs_cell_trace reason) afs_get_cell() argument
554 afs_put_cell(struct afs_cell * cell,enum afs_cell_trace reason) afs_put_cell() argument
576 afs_use_cell(struct afs_cell * cell,enum afs_cell_trace reason) afs_use_cell() argument
591 afs_unuse_cell(struct afs_net * net,struct afs_cell * cell,enum afs_cell_trace reason) afs_unuse_cell() argument
621 afs_see_cell(struct afs_cell * cell,enum afs_cell_trace reason) afs_see_cell() argument
633 afs_queue_cell(struct afs_cell * cell,enum afs_cell_trace reason) afs_queue_cell() argument
643 afs_alloc_anon_key(struct afs_cell * cell) afs_alloc_anon_key() argument
670 afs_activate_cell(struct afs_net * net,struct afs_cell * cell) afs_activate_cell() argument
707 afs_deactivate_cell(struct afs_net * net,struct afs_cell * cell) afs_deactivate_cell() argument
725 afs_manage_cell(struct afs_cell * cell) afs_manage_cell() argument
827 struct afs_cell *cell = container_of(work, struct afs_cell, manager); afs_manage_cell_work() local
862 struct afs_cell *cell = afs_manage_cells() local
[all...]
H A Dvl_alias.c17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key, in afs_sample_volume() argument
156 static int afs_compare_cell_roots(struct afs_cell *cell) in afs_compare_cell_roots() argument
187 afs_query_for_alias_one(struct afs_cell * cell,struct key * key,struct afs_cell * p) afs_query_for_alias_one() argument
234 afs_query_for_alias(struct afs_cell * cell,struct key * key) afs_query_for_alias() argument
276 afs_vl_get_cell_name(struct afs_cell * cell,struct key * key) afs_vl_get_cell_name() argument
302 yfs_check_canonical_cell_name(struct afs_cell * cell,struct key * key) yfs_check_canonical_cell_name() argument
330 afs_do_cell_detect_alias(struct afs_cell * cell,struct key * key) afs_do_cell_detect_alias() argument
365 afs_cell_detect_alias(struct afs_cell * cell,struct key * key) afs_cell_detect_alias() argument
[all...]
H A Ddynroot.c113 struct afs_cell *cell; in afs_probe_cell_name() local
194 struct afs_cell *cell; in afs_lookup_atcell() local
280 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir()
310 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir()
346 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
154 struct afs_cell *cell; in afs_proc_rootcell_show() local
230 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_start() local
239 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_next() local
325 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_vlservers_start() local
612 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup()
646 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()
41 struct afs_cell *cell = vc->cell; in afs_start_vl_iteration() local
294 struct afs_cell *cell = vc->cell; in afs_vl_dump_edestaddrreq() local
H A Dvolume.c18 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell, in afs_insert_volume_into_cell() argument
57 struct afs_cell *cell = volume->cell; in afs_remove_volume_from_cell() local
138 afs_vl_lookup_vldb(struct afs_cell * cell,struct key * key,const char * volname,size_t volnamesz) afs_vl_lookup_vldb() argument
[all...]
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
634 struct afs_cell *cell; in afs_init_fs_context() local
H A Dcallback.c40 struct afs_cell *cell = server->cell; in afs_server_init_callback_work() local
108 static struct afs_volume *afs_lookup_volume_rcu(struct afs_cell *cell, in afs_lookup_volume_rcu()
H A Dserver.c138 static struct afs_server *afs_install_server(struct afs_cell *cell, in afs_install_server() argument
219 static struct afs_server *afs_alloc_server(struct afs_cell *cell, in afs_alloc_server() argument
259 afs_vl_lookup_addrs(struct afs_cell * cell,struct key * key,const uuid_t * uuid) afs_vl_lookup_addrs() argument
284 afs_lookup_server(struct afs_cell * cell,struct key * key,const uuid_t * uuid,u32 addr_version) afs_lookup_server() argument
[all...]
/openbmc/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 …]
H A Ddm-thin.c467 struct dm_bio_prison_cell *cell, in cell_release()
477 struct dm_bio_prison_cell *cell) in cell_visit_release()
484 struct dm_bio_prison_cell *cell, in cell_release_no_holder()
492 struct dm_bio_prison_cell *cell, blk_status_t error_code) in cell_error_with_code()
503 static void cell_error(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_error()
508 static void cell_success(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_success()
513 static void cell_requeue(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_requeue()
591 struct dm_bio_prison_cell *cell; member
628 struct dm_bio_prison_cell *cell, *tmp; in requeue_deferred_cells() local
818 struct dm_bio_prison_cell *cell; member
[all …]
/openbmc/linux/sound/core/seq/
H A Dseq_fifo.c85 struct snd_seq_event_cell *cell; in snd_seq_fifo_clear() local
104 struct snd_seq_event_cell *cell; in snd_seq_fifo_event_in() local
144 struct snd_seq_event_cell *cell; in fifo_cell_out() local
165 struct snd_seq_event_cell *cell; in snd_seq_fifo_cell_out() local
200 struct snd_seq_event_cell *cell) in snd_seq_fifo_cell_putback()
228 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()
215 struct snd_seq_event_cell *cell; in snd_seq_prioq_cell_out() local
252 static inline int prioq_match(struct snd_seq_event_cell *cell, in prioq_match()
277 register struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_leave() local
387 struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_remove_events() local
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()
274 struct snd_seq_event_cell *cell; in snd_seq_cell_alloc() local
347 struct snd_seq_event_cell *cell; in snd_seq_event_dup() local
439 int cell; in snd_seq_pool_init() local
/openbmc/linux/drivers/nvmem/
H A Dcore.c416 static void nvmem_cell_entry_drop(struct nvmem_cell_entry *cell) in nvmem_cell_entry_drop()
429 struct nvmem_cell_entry *cell, *p; in nvmem_device_remove_all_cells() local
435 static void nvmem_cell_entry_add(struct nvmem_cell_entry *cell) in nvmem_cell_entry_add()
445 struct nvmem_cell_entry *cell) in nvmem_cell_info_to_nvmem_cell_entry_nodup()
475 struct nvmem_cell_entry *cell) in nvmem_cell_info_to_nvmem_cell_entry()
501 struct nvmem_cell_entry *cell; in nvmem_add_one_cell() local
574 struct nvmem_cell_entry *cell; in nvmem_add_cells_from_table() local
608 struct nvmem_cell_entry *iter, *cell = NULL; in nvmem_find_cell_entry_by_name() local
1266 struct nvmem_cell *cell; in nvmem_create_cell() local
1292 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup() local
[all …]
/openbmc/linux/net/core/
H A Dgro_cells.c15 struct gro_cell *cell; in gro_cells_receive() local
52 struct gro_cell *cell = container_of(napi, struct gro_cell, napi); in gro_cell_poll() local
78 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i); in gro_cells_init() local
113 struct gro_cell *cell = per_cpu_ptr(gcells->cells, i); in gro_cells_destroy() local
/openbmc/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
/openbmc/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()
141 const struct mfd_cell *cell, in mfd_add_device()
347 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
/openbmc/u-boot/lib/
H A Dfdtdec_common.c24 const int *cell; in fdtdec_get_int() local
42 const int *cell; in fdtdec_get_uint() local
H A Dfdtdec.c190 const u32 *cell; in fdtdec_get_pci_addr() local
309 const char *cell; in fdtdec_get_is_enabled() local
665 const void *cell; in get_prop_check_min_len() local
682 const u32 *cell; in fdtdec_get_int_array() local
700 const u32 *cell; in fdtdec_get_int_array_count() local
720 const u32 *cell; in fdtdec_locate_array() local
730 const s32 *cell; in fdtdec_get_bool() local
876 const u8 *cell; in fdtdec_get_byte_array() local
888 const u8 *cell; in fdtdec_locate_byte_array() local
1348 const u32 *cell, *end; in fdtdec_decode_ram_size() local
/openbmc/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()
/openbmc/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

123456