/Linux-v6.6/drivers/staging/media/atomisp/pci/ |
D | isp2400_support.h | 25 #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-v6.6/fs/afs/ |
D | cell.c | 55 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 238 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local 394 static int afs_update_cell(struct afs_cell *cell) in afs_update_cell() 491 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() local 540 struct afs_cell *afs_get_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_get_cell() 552 void afs_put_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_put_cell() 574 struct afs_cell *afs_use_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_use_cell() 589 void afs_unuse_cell(struct afs_net *net, struct afs_cell *cell, enum afs_cell_trace reason) in afs_unuse_cell() [all …]
|
D | vl_alias.c | 17 static struct afs_volume *afs_sample_volume(struct afs_cell *cell, struct key *key, in afs_sample_volume() 156 static int afs_compare_cell_roots(struct afs_cell *cell) in afs_compare_cell_roots() 187 static int afs_query_for_alias_one(struct afs_cell *cell, struct key *key, in afs_query_for_alias_one() 234 static int afs_query_for_alias(struct afs_cell *cell, struct key *key) in afs_query_for_alias() 276 static char *afs_vl_get_cell_name(struct afs_cell *cell, struct key *key) in afs_vl_get_cell_name() 302 static int yfs_check_canonical_cell_name(struct afs_cell *cell, struct key *key) in yfs_check_canonical_cell_name() 326 static int afs_do_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_do_cell_detect_alias() 361 int afs_cell_detect_alias(struct afs_cell *cell, struct key *key) in afs_cell_detect_alias()
|
D | dynroot.c | 113 struct afs_cell *cell; in afs_probe_cell_name() local 180 struct afs_cell *cell; in afs_lookup_atcell() local 277 int afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_mkdir() 307 void afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) in afs_dynroot_rmdir() 343 struct afs_cell *cell; in afs_dynroot_populate() local
|
D | proc.c | 37 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()
|
D | volume.c | 18 static struct afs_volume *afs_insert_volume_into_cell(struct afs_cell *cell, in afs_insert_volume_into_cell() 52 struct afs_cell *cell = volume->cell; in afs_remove_volume_from_cell() local 132 static struct afs_vldb_entry *afs_vl_lookup_vldb(struct afs_cell *cell, in afs_vl_lookup_vldb()
|
D | vl_rotate.c | 17 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
|
D | super.c | 160 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 632 struct afs_cell *cell; in afs_init_fs_context() local
|
D | callback.c | 40 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()
|
D | server.c | 137 static struct afs_server *afs_install_server(struct afs_cell *cell, in afs_install_server() 218 static struct afs_server *afs_alloc_server(struct afs_cell *cell, in afs_alloc_server() 258 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs() 283 struct afs_server *afs_lookup_server(struct afs_cell *cell, struct key *key, in afs_lookup_server()
|
D | security.c | 23 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-v6.6/drivers/md/ |
D | dm-bio-prison-v2.c | 74 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 …]
|
D | dm-bio-prison-v1.c | 23 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 …]
|
D | dm-thin.c | 467 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 …]
|
/Linux-v6.6/sound/core/seq/ |
D | seq_fifo.c | 85 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
|
D | seq_prioq.c | 132 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
|
D | seq_memory.c | 71 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
|
/Linux-v6.6/drivers/nvmem/ |
D | core.c | 439 static void nvmem_cell_entry_drop(struct nvmem_cell_entry *cell) in nvmem_cell_entry_drop() 452 struct nvmem_cell_entry *cell, *p; in nvmem_device_remove_all_cells() local 458 static void nvmem_cell_entry_add(struct nvmem_cell_entry *cell) in nvmem_cell_entry_add() 468 struct nvmem_cell_entry *cell) in nvmem_cell_info_to_nvmem_cell_entry_nodup() 498 struct nvmem_cell_entry *cell) in nvmem_cell_info_to_nvmem_cell_entry() 524 struct nvmem_cell_entry *cell; in nvmem_add_one_cell() local 597 struct nvmem_cell_entry *cell; in nvmem_add_cells_from_table() local 631 struct nvmem_cell_entry *iter, *cell = NULL; in nvmem_find_cell_entry_by_name() local 1281 struct nvmem_cell *cell; in nvmem_create_cell() local 1307 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup() local [all …]
|
/Linux-v6.6/net/core/ |
D | gro_cells.c | 15 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
|
/Linux-v6.6/drivers/clk/mmp/ |
D | reset.c | 16 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-v6.6/drivers/mfd/ |
D | mfd-core.c | 54 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() 340 const struct mfd_cell *cell; in mfd_remove_devices_fn() local
|
D | intel_quark_i2c_gpio.c | 198 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
|
/Linux-v6.6/include/linux/ |
D | nvmem-consumer.h | 111 struct nvmem_cell *cell) in devm_nvmem_cell_put() 115 static inline void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put() 119 static inline void *nvmem_cell_read(struct nvmem_cell *cell, size_t *len) in nvmem_cell_read() 124 static inline int nvmem_cell_write(struct nvmem_cell *cell, in nvmem_cell_write()
|
/Linux-v6.6/drivers/of/ |
D | cpu.c | 16 const __be32 *cell; in of_get_cpu_hwid() local 55 const __be32 *cell; in __of_find_n_match_cpu_property() local
|
/Linux-v6.6/net/dccp/ |
D | ackvec.h | 41 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()
|