/linux/fs/afs/ |
H A D | cell.c | 33 static void afs_set_cell_state(struct afs_cell *cell, enum afs_cell_state state) in afs_set_cell_state() 48 struct afs_cell *cell = NULL; in afs_find_cell_locked() local 96 struct afs_cell *cell; in afs_find_cell() local 113 struct afs_cell *cell; in afs_alloc_cell() local 244 struct afs_cell *cell, *candidate, *cursor; in afs_lookup_cell() local 410 static int afs_update_cell(struct afs_cell *cell) in afs_update_cell() 509 struct afs_cell *cell = container_of(rcu, struct afs_cell, rcu); in afs_cell_destroy() local 532 struct afs_cell *cell = container_of(work, struct afs_cell, destroyer); in afs_destroy_cell_work() local 543 struct afs_cell *afs_get_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_get_cell() 555 void afs_put_cell(struct afs_cell *cell, enum afs_cell_trace reason) in afs_put_cell() [all …]
|
H A D | dynroot.c | 96 struct afs_cell *cell = NULL; in afs_dynroot_lookup_cell() local 168 struct afs_cell *cell = dentry->d_fsdata; in afs_dynroot_d_release() local 196 struct afs_cell *cell = arg; in afs_atcell_delayed_put_cell() local 208 struct afs_cell *cell; in afs_atcell_get_link() local 285 const struct afs_cell *cell; in afs_dynroot_readdir_cells() local
|
H A 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 205 struct afs_cell *cell; in afs_proc_rootcell_show() local 287 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_start() local 296 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_volumes_next() local 382 struct afs_cell *cell = pde_data(file_inode(m->file)); in afs_proc_cell_vlservers_start() local 688 int afs_proc_cell_setup(struct afs_cell *cell) in afs_proc_cell_setup() 722 void afs_proc_cell_remove(struct afs_cell *cell) in afs_proc_cell_remove()
|
H A 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()
|
H A D | mntpt.c | 76 struct afs_cell *cell; in afs_mntpt_set_params() local
|
/linux/drivers/md/ |
H A 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 …]
|
H A D | dm-thin.c | 468 struct dm_bio_prison_cell *cell, in cell_release() 478 struct dm_bio_prison_cell *cell) in cell_visit_release() 485 struct dm_bio_prison_cell *cell, in cell_release_no_holder() 493 struct dm_bio_prison_cell *cell, blk_status_t error_code) in cell_error_with_code() 504 static void cell_error(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_error() 509 static void cell_success(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_success() 514 static void cell_requeue(struct pool *pool, struct dm_bio_prison_cell *cell) in cell_requeue() 592 struct dm_bio_prison_cell *cell; member 623 struct dm_bio_prison_cell *cell, *tmp; in requeue_deferred_cells() local 815 struct dm_bio_prison_cell *cell; member [all …]
|
/linux/sound/core/seq/ |
H A D | seq_fifo.c | 85 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 D | seq_prioq.c | 132 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 D | seq_queue.c | 232 struct snd_seq_event_cell *cell; in snd_seq_check_queue() local 286 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event()
|
/linux/drivers/nvmem/ |
H A D | core.c | 344 struct nvmem_cell *cell = NULL; in nvmem_cell_attr_read() local 551 static void nvmem_cell_entry_drop(struct nvmem_cell_entry *cell) in nvmem_cell_entry_drop() 564 struct nvmem_cell_entry *cell, *p; in nvmem_device_remove_all_cells() local 570 static void nvmem_cell_entry_add(struct nvmem_cell_entry *cell) in nvmem_cell_entry_add() 580 struct nvmem_cell_entry *cell) in nvmem_cell_info_to_nvmem_cell_entry_nodup() 624 struct nvmem_cell_entry *cell) in nvmem_cell_info_to_nvmem_cell_entry() 650 struct nvmem_cell_entry *cell; in nvmem_add_one_cell() local 722 struct nvmem_cell_entry *iter, *cell = NULL; in nvmem_find_cell_entry_by_name() local 1298 struct nvmem_cell *cell; in nvmem_create_cell() local 1324 struct nvmem_cell *cell = ERR_PTR(-ENOENT); in nvmem_cell_get_from_lookup() local [all …]
|
/linux/net/core/ |
H A D | gro_cells.c | 16 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
|
H A D | of_net.c | 64 struct nvmem_cell *cell; in of_get_mac_address_nvmem() local
|
/linux/drivers/mfd/ |
H A 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() 140 const struct mfd_cell *cell, in mfd_add_device() 346 const struct mfd_cell *cell; in mfd_remove_devices_fn() local
|
H A 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
|
H A D | at91-usart.c | 26 const struct mfd_cell *cell; in at91_usart_mode_probe() local
|
H A D | wm8400-core.c | 35 const struct mfd_cell cell = { in wm8400_register_codec() local
|
H A D | tps6105x.c | 85 struct mfd_cell *cell) in tps6105x_add_device()
|
/linux/drivers/clk/mmp/ |
H A 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/include/linux/ |
H A D | nvmem-consumer.h | 112 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/net/dccp/ |
H A D | ackvec.h |
|
/linux/drivers/power/reset/ |
H A D | nvmem-reboot-mode.c | 16 struct nvmem_cell *cell; member
|
/linux/arch/sparc/kernel/ |
H A D | of_device_common.h | 5 static inline u64 of_read_addr(const u32 *cell, int size) in of_read_addr()
|
/linux/drivers/s390/char/ |
H A D | con3270.c | 319 struct tty3270_cell *cell; in tty3270_required_length() local 420 struct tty3270_cell *cell; in tty3270_add_attributes() local 1269 struct tty3270_cell *cell; in tty3270_put_character() local 1323 static void tty3270_reset_cell(struct tty3270 *tp, struct tty3270_cell *cell) in tty3270_reset_cell() 1380 struct tty3270_cell *cell; in tty3270_erase_characters() local 1400 struct tty3270_cell *cell; in tty3270_erase_line() local 1537 struct tty3270_cell *cell; in tty3270_goto_xy() local
|
/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-mipi-dsi.c | 69 struct nvmem_cell *cell; in mtk_mipi_tx_get_calibration_datal() local
|