Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-5.10/drivers/mfd/
H A Djanz-cmodio.c66 struct mfd_cell *cell; in cmodio_setup_subdevice() local
H A Dintel_quark_i2c_gpio.c158 static int intel_quark_i2c_setup(struct pci_dev *pdev, struct mfd_cell *cell) in intel_quark_i2c_setup() argument
190 static int intel_quark_gpio_setup(struct pci_dev *pdev, struct mfd_cell *cell) in intel_quark_gpio_setup() argument
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-6.6/drivers/mfd/
H A Dmfd-core.c54 static void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device() argument
93 static inline void mfd_acpi_add_device(const struct mfd_cell *cell, in mfd_acpi_add_device() argument
99 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
140 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
347 const struct mfd_cell *cell; mfd_remove_devices_fn() local
[all...]
H A Dti_am335x_tscadc.c121 struct mfd_cell *cell; in ti_tscadc_probe() local
[all...]
H A Dtwl4030-audio.c183 struct mfd_cell *cell = NULL; in twl4030_audio_probe() local
H A Dlpc_sch.c107 lpc_sch_populate_cell(struct pci_dev *pdev, int where, const char *name, int size, int id, struct mfd_cell *cell) lpc_sch_populate_cell() argument
H A Djanz-cmodio.c66 struct mfd_cell *cell; in cmodio_setup_subdevice() local
/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/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...]

Completed in 12 milliseconds

1234567891011