Home
last modified time | relevance | path

Searched defs:cell (Results 51 - 75 of 200) sorted by relevance

12345678

/kernel/linux/linux-6.6/fs/afs/
H A Daddr_list.c241 struct afs_vlserver_list *afs_dns_query(struct afs_cell *cell, time64_t *_expiry) in afs_dns_query() argument
H A Dsecurity.c23 struct key *afs_request_key(struct afs_cell *cell) in afs_request_key() argument
51 struct key *afs_request_key_rcu(struct afs_cell *cell) in afs_request_key_rcu() argument
[all...]
H A Dvl_list.c150 struct afs_vlserver_list *afs_extract_vlserver_list(struct afs_cell *cell, in afs_extract_vlserver_list() 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 afs_dynroot_mkdir(struct afs_net *net, struct afs_cell *cell) afs_dynroot_mkdir() argument
310 afs_dynroot_rmdir(struct afs_net *net, struct afs_cell *cell) afs_dynroot_rmdir() argument
346 struct afs_cell *cell; afs_dynroot_populate() local
[all...]
H A Dmntpt.c76 struct afs_cell *cell; in afs_mntpt_set_params() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dath9k_pci_owl_loader.c29 struct nvmem_cell *cell; member
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dmtk-efuse.c48 mtk_efuse_fixup_cell_info(struct nvmem_device *nvmem, struct nvmem_layout *layout, struct nvmem_cell_info *cell) mtk_efuse_fixup_cell_info() argument
/kernel/linux/linux-6.6/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
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_prioq.c131 snd_seq_prioq_cell_in(struct snd_seq_prioq * f, struct snd_seq_event_cell * cell) snd_seq_prioq_cell_in() argument
215 struct snd_seq_event_cell *cell; snd_seq_prioq_cell_out() local
252 prioq_match(struct snd_seq_event_cell *cell, int client, int timestamp) prioq_match() argument
277 register struct snd_seq_event_cell *cell, *next; snd_seq_prioq_leave() local
387 struct snd_seq_event_cell *cell, *next; snd_seq_prioq_remove_events() local
[all...]
/kernel/linux/linux-6.6/net/dccp/
H A Dackvec.h41 static inline u8 dccp_ackvec_runlen(const u8 *cell) in dccp_ackvec_runlen() argument
46 static inline u8 dccp_ackvec_state(const u8 *cell) in dccp_ackvec_state() argument
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsi476x-i2c.c692 struct mfd_cell *cell; in si476x_core_probe() local
H A Dtwl6040.c641 struct mfd_cell *cell = NULL; in twl6040_probe() local
[all...]
H A Dmfd-core.c38 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_enable() local
51 const struct mfd_cell *cell = mfd_get_cell(pdev); in mfd_cell_disable() local
63 static void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device() argument
114 static inline void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device() argument
120 mfd_match_of_node_to_dev(struct platform_device *pdev, struct device_node *np, const struct mfd_cell *cell) mfd_match_of_node_to_dev() argument
165 mfd_add_device(struct device *parent, int id, const struct mfd_cell *cell, struct resource *mem_base, int irq_base, struct irq_domain *domain) mfd_add_device() argument
369 const struct mfd_cell *cell; mfd_remove_devices_fn() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bio-prison-v2.c123 struct dm_bio_prison_cell_v2 *cell = in __find_or_insert() local
72 dm_bio_prison_free_cell_v2(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell) dm_bio_prison_free_cell_v2() argument
79 __setup_new_cell(struct dm_cell_key_v2 *key, struct dm_bio_prison_cell_v2 *cell) __setup_new_cell() argument
149 __get(struct dm_bio_prison_v2 *prison, struct dm_cell_key_v2 *key, unsigned lock_level, struct bio *inmate, struct dm_bio_prison_cell_v2 *cell_prealloc, struct dm_bio_prison_cell_v2 **cell) __get() argument
189 __put(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell) __put() argument
211 dm_cell_put_v2(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell) dm_cell_put_v2() argument
231 struct dm_bio_prison_cell_v2 *cell; __lock() local
272 __quiesce(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell, struct work_struct *continuation) __quiesce() argument
282 dm_cell_quiesce_v2(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell, struct work_struct *continuation) dm_cell_quiesce_v2() argument
292 __promote(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell, unsigned new_lock_level) __promote() argument
303 dm_cell_lock_promote_v2(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell, unsigned new_lock_level) dm_cell_lock_promote_v2() argument
317 __unlock(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell, struct bio_list *bios) __unlock() argument
335 dm_cell_unlock_v2(struct dm_bio_prison_v2 *prison, struct dm_bio_prison_cell_v2 *cell, struct bio_list *bios) dm_cell_unlock_v2() argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-tmio.c189 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_probe() local
277 const struct mfd_cell *cell = mfd_get_cell(dev); in ohci_hcd_tmio_drv_remove() local
293 const struct mfd_cell *cell in ohci_hcd_tmio_drv_suspend() local
323 const struct mfd_cell *cell = mfd_get_cell(dev); ohci_hcd_tmio_drv_resume() local
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dmlxreg.h143 u32 cell; member
/kernel/linux/linux-5.10/include/linux/
H A Dnvmem-consumer.h116 static inline void nvmem_cell_put(struct nvmem_cell *cell) in nvmem_cell_put() argument
111 devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell) devm_nvmem_cell_put() argument
120 nvmem_cell_read(struct nvmem_cell *cell, size_t *len) nvmem_cell_read() argument
125 nvmem_cell_write(struct nvmem_cell *cell, void *buf, size_t len) nvmem_cell_write() argument
[all...]
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_memory.c70 struct snd_seq_event_cell *cell; in snd_seq_dump_var_event() local
166 free_cell(struct snd_seq_pool *pool, struct snd_seq_event_cell *cell) free_cell() argument
174 snd_seq_cell_free(struct snd_seq_event_cell * cell) snd_seq_cell_free() argument
215 struct snd_seq_event_cell *cell; snd_seq_cell_alloc() local
288 struct snd_seq_event_cell *cell; snd_seq_event_dup() local
374 int cell; snd_seq_pool_init() local
[all...]
H A Dseq_queue.c242 struct snd_seq_event_cell *cell; in snd_seq_check_queue() local
299 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event() argument
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Dutil.c393 const fdt32_t *cell = (const fdt32_t *)data; in utilfdt_print_data() local
/kernel/linux/linux-5.10/drivers/watchdog/
H A Drave-sp-wdt.c258 struct nvmem_cell *cell; in rave_sp_wdt_probe() local
/kernel/linux/linux-5.10/fs/afs/
H A Dsuper.c159 struct afs_cell *cell = as->cell; in afs_show_devname() local
227 struct afs_cell *cell; afs_parse_source() local
359 struct afs_cell *cell; afs_validate_fc() local
633 struct afs_cell *cell; afs_init_fs_context() local
[all...]
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
258 static struct afs_addr_list *afs_vl_lookup_addrs(struct afs_cell *cell, in afs_vl_lookup_addrs() argument
283 afs_lookup_server(struct afs_cell *cell, struct key *key, const uuid_t *uuid, u32 addr_version) afs_lookup_server() argument
[all...]
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; afs_proc_rootcell_show() local
230 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); global() variable
239 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); afs_proc_cell_volumes_next() local
325 struct afs_cell *cell = PDE_DATA(file_inode(m->file)); __acquires() local
612 afs_proc_cell_setup(struct afs_cell *cell) afs_proc_cell_setup() argument
646 afs_proc_cell_remove(struct afs_cell *cell) afs_proc_cell_remove() argument
[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
326 afs_do_cell_detect_alias(struct afs_cell *cell, struct key *key) afs_do_cell_detect_alias() argument
361 afs_cell_detect_alias(struct afs_cell *cell, struct key *key) afs_cell_detect_alias() argument
[all...]

Completed in 13 milliseconds

12345678