/Linux-v6.6/drivers/usb/chipidea/ |
D | core.c | 100 static void hw_alloc_regmap(struct ci_hdrc *ci, bool is_lpm) in hw_alloc_regmap() 118 static enum ci_revision ci_get_revision(struct ci_hdrc *ci) in ci_get_revision() 141 u32 hw_read_intr_enable(struct ci_hdrc *ci) in hw_read_intr_enable() 153 u32 hw_read_intr_status(struct ci_hdrc *ci) in hw_read_intr_status() 165 int hw_port_test_set(struct ci_hdrc *ci, u8 mode) in hw_port_test_set() 183 u8 hw_port_test_get(struct ci_hdrc *ci) in hw_port_test_get() 200 static void ci_hdrc_enter_lpm_common(struct ci_hdrc *ci, bool enable) in ci_hdrc_enter_lpm_common() 213 static void ci_hdrc_enter_lpm(struct ci_hdrc *ci, bool enable) in ci_hdrc_enter_lpm() 218 static int hw_device_init(struct ci_hdrc *ci, void __iomem *base) in hw_device_init() 269 void hw_phymode_configure(struct ci_hdrc *ci) in hw_phymode_configure() [all …]
|
D | otg_fsm.c | 36 struct ci_hdrc *ci = dev_get_drvdata(dev); in a_bus_req_show() local 51 struct ci_hdrc *ci = dev_get_drvdata(dev); in a_bus_req_store() local 85 struct ci_hdrc *ci = dev_get_drvdata(dev); in a_bus_drop_show() local 100 struct ci_hdrc *ci = dev_get_drvdata(dev); in a_bus_drop_store() local 125 struct ci_hdrc *ci = dev_get_drvdata(dev); in b_bus_req_show() local 140 struct ci_hdrc *ci = dev_get_drvdata(dev); in b_bus_req_store() local 168 struct ci_hdrc *ci = dev_get_drvdata(dev); in a_clr_err_store() local 219 static void ci_otg_add_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_add_timer() 246 static void ci_otg_del_timer(struct ci_hdrc *ci, enum otg_fsm_timer t) in ci_otg_del_timer() 286 static int a_wait_vrise_tmout(struct ci_hdrc *ci) in a_wait_vrise_tmout() [all …]
|
D | udc.c | 66 static inline int ep_to_bit(struct ci_hdrc *ci, int n) in ep_to_bit() 83 static int hw_device_state(struct ci_hdrc *ci, u32 dma) in hw_device_state() 104 static int hw_ep_flush(struct ci_hdrc *ci, int num, int dir) in hw_ep_flush() 126 static int hw_ep_disable(struct ci_hdrc *ci, int num, int dir) in hw_ep_disable() 142 static int hw_ep_enable(struct ci_hdrc *ci, int num, int dir, int type) in hw_ep_enable() 177 static int hw_ep_get_halt(struct ci_hdrc *ci, int num, int dir) in hw_ep_get_halt() 193 static int hw_ep_prime(struct ci_hdrc *ci, int num, int dir, int is_ctrl) in hw_ep_prime() 224 static int hw_ep_set_halt(struct ci_hdrc *ci, int num, int dir, int value) in hw_ep_set_halt() 248 static int hw_port_is_high_speed(struct ci_hdrc *ci) in hw_port_is_high_speed() 262 static int hw_test_and_clear_complete(struct ci_hdrc *ci, int n) in hw_test_and_clear_complete() [all …]
|
D | otg.c | 29 u32 hw_read_otgsc(struct ci_hdrc *ci, u32 mask) in hw_read_otgsc() 83 void hw_write_otgsc(struct ci_hdrc *ci, u32 mask, u32 data) in hw_write_otgsc() 122 enum ci_role ci_otg_role(struct ci_hdrc *ci) in ci_otg_role() 131 void ci_handle_vbus_change(struct ci_hdrc *ci) in ci_handle_vbus_change() 151 static int hw_wait_vbus_lower_bsv(struct ci_hdrc *ci) in hw_wait_vbus_lower_bsv() 168 void ci_handle_id_switch(struct ci_hdrc *ci) in ci_handle_id_switch() 211 struct ci_hdrc *ci = container_of(work, struct ci_hdrc, work); in ci_otg_work() local 240 int ci_hdrc_otg_init(struct ci_hdrc *ci) in ci_hdrc_otg_init() 259 void ci_hdrc_otg_destroy(struct ci_hdrc *ci) in ci_hdrc_otg_destroy()
|
D | debug.c | 26 struct ci_hdrc *ci = s->private; in ci_device_show() local 55 struct ci_hdrc *ci = s->private; in ci_port_test_show() local 77 struct ci_hdrc *ci = s->private; in ci_port_test_write() local 123 struct ci_hdrc *ci = s->private; in ci_qheads_show() local 155 struct ci_hdrc *ci = s->private; in ci_requests_show() local 189 struct ci_hdrc *ci = s->private; in ci_otg_show() local 252 struct ci_hdrc *ci = s->private; in ci_registers_show() local 289 void dbg_create_files(struct ci_hdrc *ci) in dbg_create_files() 310 void dbg_remove_files(struct ci_hdrc *ci) in dbg_remove_files()
|
D | host.c | 43 struct ci_hdrc *ci = dev_get_drvdata(dev); in ehci_ci_portpower() local 87 struct ci_hdrc *ci = dev_get_drvdata(dev); in ehci_ci_reset() local 115 static irqreturn_t host_irq(struct ci_hdrc *ci) in host_irq() 120 static int host_start(struct ci_hdrc *ci) in host_start() 209 static void host_stop(struct ci_hdrc *ci) in host_stop() 234 void ci_hdrc_host_destroy(struct ci_hdrc *ci) in ci_hdrc_host_destroy() 258 struct ci_hdrc *ci = dev_get_drvdata(dev); in ci_ehci_hub_control() local 334 struct ci_hdrc *ci = dev_get_drvdata(dev); in ci_ehci_bus_suspend() local 464 static void ci_hdrc_host_suspend(struct ci_hdrc *ci) in ci_hdrc_host_suspend() 469 static void ci_hdrc_host_resume(struct ci_hdrc *ci, bool power_lost) in ci_hdrc_host_resume() [all …]
|
D | ulpi.c | 19 static int ci_ulpi_wait(struct ci_hdrc *ci, u32 mask) in ci_ulpi_wait() 35 struct ci_hdrc *ci = dev_get_drvdata(dev); in ci_ulpi_read() local 53 struct ci_hdrc *ci = dev_get_drvdata(dev); in ci_ulpi_write() local 66 int ci_ulpi_init(struct ci_hdrc *ci) in ci_ulpi_init() 86 void ci_ulpi_exit(struct ci_hdrc *ci) in ci_ulpi_exit() 94 int ci_ulpi_resume(struct ci_hdrc *ci) in ci_ulpi_resume()
|
D | otg_fsm.h | 74 static inline int ci_hdrc_otg_fsm_init(struct ci_hdrc *ci) in ci_hdrc_otg_fsm_init() 79 static inline int ci_otg_fsm_work(struct ci_hdrc *ci) in ci_otg_fsm_work() 84 static inline irqreturn_t ci_otg_fsm_irq(struct ci_hdrc *ci) in ci_otg_fsm_irq() 89 static inline void ci_hdrc_otg_fsm_start(struct ci_hdrc *ci) in ci_hdrc_otg_fsm_start() 94 static inline void ci_hdrc_otg_fsm_remove(struct ci_hdrc *ci) in ci_hdrc_otg_fsm_remove()
|
D | ci.h | 102 struct ci_hdrc *ci; member 268 static inline struct ci_role_driver *ci_role(struct ci_hdrc *ci) in ci_role() 274 static inline int ci_role_start(struct ci_hdrc *ci, enum ci_role role) in ci_role_start() 301 static inline void ci_role_stop(struct ci_hdrc *ci) in ci_role_stop() 316 static inline enum usb_role ci_role_to_usb_role(struct ci_hdrc *ci) in ci_role_to_usb_role() 344 static inline u32 hw_read_id_reg(struct ci_hdrc *ci, u32 offset, u32 mask) in hw_read_id_reg() 356 static inline void hw_write_id_reg(struct ci_hdrc *ci, u32 offset, in hw_write_id_reg() 374 static inline u32 hw_read(struct ci_hdrc *ci, enum ci_hw_regs reg, u32 mask) in hw_read() 390 static inline void __hw_write(struct ci_hdrc *ci, u32 val, in __hw_write() 406 static inline void hw_write(struct ci_hdrc *ci, enum ci_hw_regs reg, in hw_write() [all …]
|
D | ci_hdrc_msm.c | 37 struct platform_device *ci; member 79 static int ci_hdrc_msm_notify_event(struct ci_hdrc *ci, unsigned event) in ci_hdrc_msm_notify_event() 139 static int ci_hdrc_msm_mux_phy(struct ci_hdrc_msm *ci, in ci_hdrc_msm_mux_phy() 174 struct ci_hdrc_msm *ci; in ci_hdrc_msm_probe() local 279 struct ci_hdrc_msm *ci = platform_get_drvdata(pdev); in ci_hdrc_msm_remove() local
|
/Linux-v6.6/fs/ocfs2/ |
D | uptodate.c | 56 u64 ocfs2_metadata_cache_owner(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_owner() 63 struct super_block *ocfs2_metadata_cache_get_super(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_get_super() 70 static void ocfs2_metadata_cache_lock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_lock() 77 static void ocfs2_metadata_cache_unlock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_unlock() 84 void ocfs2_metadata_cache_io_lock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_io_lock() 91 void ocfs2_metadata_cache_io_unlock(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_io_unlock() 99 static void ocfs2_metadata_cache_reset(struct ocfs2_caching_info *ci, in ocfs2_metadata_cache_reset() 111 void ocfs2_metadata_cache_init(struct ocfs2_caching_info *ci, in ocfs2_metadata_cache_init() 120 void ocfs2_metadata_cache_exit(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_exit() 155 void ocfs2_metadata_cache_purge(struct ocfs2_caching_info *ci) in ocfs2_metadata_cache_purge() [all …]
|
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | cxd2099.c | 53 static int read_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in read_block() 77 static int read_reg(struct cxd *ci, u8 reg, u8 *val) in read_reg() 82 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard() 93 static int write_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in write_pccard() 108 static int read_io(struct cxd *ci, u16 address, unsigned int *val) in read_io() 119 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() 130 static int write_regm(struct cxd *ci, u8 reg, u8 val, u8 mask) in write_regm() 150 static int write_reg(struct cxd *ci, u8 reg, u8 val) in write_reg() 155 static int write_block(struct cxd *ci, u8 adr, u8 *data, u16 n) in write_block() 181 static void set_mode(struct cxd *ci, int mode) in set_mode() [all …]
|
/Linux-v6.6/drivers/media/pci/ddbridge/ |
D | ddbridge-ci.c | 20 static int wait_ci_ready(struct ddb_ci *ci) in wait_ci_ready() 39 struct ddb_ci *ci = ca->data; in read_attribute_mem() local 54 struct ddb_ci *ci = ca->data; in write_attribute_mem() local 66 struct ddb_ci *ci = ca->data; in read_cam_control() local 86 struct ddb_ci *ci = ca->data; in write_cam_control() local 96 struct ddb_ci *ci = ca->data; in slot_reset() local 113 struct ddb_ci *ci = ca->data; in slot_shutdown() local 122 struct ddb_ci *ci = ca->data; in slot_ts_enable() local 132 struct ddb_ci *ci = ca->data; in poll_slot_status() local 156 struct ddb_ci *ci; in ci_attach() local [all …]
|
/Linux-v6.6/fs/ceph/ |
D | xattr.c | 49 static bool ceph_vxattrcb_layout_exists(struct ceph_inode_info *ci) in ceph_vxattrcb_layout_exists() 57 static ssize_t ceph_vxattrcb_layout(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_layout() 142 static ssize_t ceph_vxattrcb_layout_stripe_unit(struct ceph_inode_info *ci, in ceph_vxattrcb_layout_stripe_unit() 148 static ssize_t ceph_vxattrcb_layout_stripe_count(struct ceph_inode_info *ci, in ceph_vxattrcb_layout_stripe_count() 154 static ssize_t ceph_vxattrcb_layout_object_size(struct ceph_inode_info *ci, in ceph_vxattrcb_layout_object_size() 160 static ssize_t ceph_vxattrcb_layout_pool(struct ceph_inode_info *ci, in ceph_vxattrcb_layout_pool() 182 static ssize_t ceph_vxattrcb_layout_pool_namespace(struct ceph_inode_info *ci, in ceph_vxattrcb_layout_pool_namespace() 199 static ssize_t ceph_vxattrcb_dir_entries(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_entries() 205 static ssize_t ceph_vxattrcb_dir_files(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_files() 211 static ssize_t ceph_vxattrcb_dir_subdirs(struct ceph_inode_info *ci, char *val, in ceph_vxattrcb_dir_subdirs() [all …]
|
D | caps.c | 435 struct ceph_cap *__get_cap_for_mds(struct ceph_inode_info *ci, int mds) in __get_cap_for_mds() 452 struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, int mds) in ceph_get_cap_for_mds() 465 static void __insert_cap_node(struct ceph_inode_info *ci, in __insert_cap_node() 492 struct ceph_inode_info *ci) in __cap_set_timeouts() 510 struct ceph_inode_info *ci) in __cap_delay_requeue() 534 struct ceph_inode_info *ci) in __cap_delay_requeue_front() 551 struct ceph_inode_info *ci) in __cap_delay_cancel() 562 static void __check_cap_issue(struct ceph_inode_info *ci, struct ceph_cap *cap, in __check_cap_issue() 607 void change_auth_cap_ses(struct ceph_inode_info *ci, in change_auth_cap_ses() 639 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_add_cap() local [all …]
|
D | cache.c | 17 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_register_inode_cookie() local 43 void ceph_fscache_unregister_inode_cookie(struct ceph_inode_info *ci) in ceph_fscache_unregister_inode_cookie() 50 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_use_cookie() local 57 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_unuse_cookie() local 71 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_update() local 79 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_invalidate() local
|
D | inode.c | 47 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_set_ino_cb() local 167 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_get_snapdir() local 249 static struct ceph_inode_frag *__get_or_create_frag(struct ceph_inode_info *ci, in __get_or_create_frag() 290 struct ceph_inode_frag *__ceph_find_frag(struct ceph_inode_info *ci, u32 f) in __ceph_find_frag() 313 static u32 __ceph_choose_frag(struct ceph_inode_info *ci, u32 v, in __ceph_choose_frag() 355 u32 ceph_choose_frag(struct ceph_inode_info *ci, u32 v, in ceph_choose_frag() 373 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fill_dirfrag() local 457 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fill_fragtree() local 557 struct ceph_inode_info *ci; in ceph_alloc_inode() local 664 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_free_inode() local [all …]
|
D | io.c | 22 static void ceph_block_o_direct(struct ceph_inode_info *ci, struct inode *inode) in ceph_block_o_direct() 53 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_start_io_read() local 107 static void ceph_block_buffered(struct ceph_inode_info *ci, struct inode *inode) in ceph_block_buffered() 139 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_start_io_direct() local
|
D | cache.h | 29 static inline struct fscache_cookie *ceph_fscache_cookie(struct ceph_inode_info *ci) in ceph_fscache_cookie() 36 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_resize() local 55 struct ceph_inode_info *ci = ceph_inode(mapping->host); in ceph_fscache_dirty_folio() local 74 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_note_page_release() local 93 static inline void ceph_fscache_unregister_inode_cookie(struct ceph_inode_info* ci) in ceph_fscache_unregister_inode_cookie() 113 static inline struct fscache_cookie *ceph_fscache_cookie(struct ceph_inode_info *ci) in ceph_fscache_cookie()
|
D | addr.c | 83 struct ceph_inode_info *ci; in ceph_dirty_folio() local 141 struct ceph_inode_info *ci; in ceph_invalidate_folio() local 189 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_netfs_expand_readahead() local 233 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_netfs_clamp_length() local 299 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_netfs_issue_op_inline() local 350 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_netfs_issue_read() local 532 struct ceph_inode_info *ci = ceph_inode(inode); in ceph_fscache_write_to_cache() local 565 struct ceph_inode_info *ci = ceph_inode(inode); in get_oldest_context() local 621 struct ceph_inode_info *ci = ceph_inode(inode); in get_writepages_data_length() local 660 struct ceph_inode_info *ci = ceph_inode(inode); in writepage_nounlock() local [all …]
|
/Linux-v6.6/fs/crypto/ |
D | keysetup.c | 151 const u8 *raw_key, const struct fscrypt_info *ci) in fscrypt_prepare_key() 181 int fscrypt_set_per_file_enc_key(struct fscrypt_info *ci, const u8 *raw_key) in fscrypt_set_per_file_enc_key() 187 static int setup_per_mode_enc_key(struct fscrypt_info *ci, in setup_per_mode_enc_key() 268 int fscrypt_derive_dirhash_key(struct fscrypt_info *ci, in fscrypt_derive_dirhash_key() 282 void fscrypt_hash_inode_number(struct fscrypt_info *ci, in fscrypt_hash_inode_number() 292 static int fscrypt_setup_iv_ino_lblk_32_key(struct fscrypt_info *ci, in fscrypt_setup_iv_ino_lblk_32_key() 332 static int fscrypt_setup_v2_file_key(struct fscrypt_info *ci, in fscrypt_setup_v2_file_key() 407 const struct fscrypt_info *ci) in fscrypt_valid_master_key_size() 437 static int setup_file_encryption_key(struct fscrypt_info *ci, in setup_file_encryption_key() 522 static void put_crypt_info(struct fscrypt_info *ci) in put_crypt_info() [all …]
|
D | keysetup_v1.c | 181 const u8 *raw_key, const struct fscrypt_info *ci) in find_or_insert_direct_key() 221 fscrypt_get_direct_key(const struct fscrypt_info *ci, const u8 *raw_key) in fscrypt_get_direct_key() 253 static int setup_v1_file_key_direct(struct fscrypt_info *ci, in setup_v1_file_key_direct() 267 static int setup_v1_file_key_derived(struct fscrypt_info *ci, in setup_v1_file_key_derived() 292 int fscrypt_setup_v1_file_key(struct fscrypt_info *ci, const u8 *raw_master_key) in fscrypt_setup_v1_file_key() 300 int fscrypt_setup_v1_file_key_via_subscribed_keyrings(struct fscrypt_info *ci) in fscrypt_setup_v1_file_key_via_subscribed_keyrings()
|
/Linux-v6.6/arch/x86/pci/ |
D | acpi.c | 273 static int setup_mcfg_map(struct acpi_pci_root_info *ci) in setup_mcfg_map() 307 static void teardown_mcfg_map(struct acpi_pci_root_info *ci) in teardown_mcfg_map() 319 static int setup_mcfg_map(struct acpi_pci_root_info *ci) in setup_mcfg_map() 324 static void teardown_mcfg_map(struct acpi_pci_root_info *ci) in teardown_mcfg_map() 347 static int pci_acpi_root_init_info(struct acpi_pci_root_info *ci) in pci_acpi_root_init_info() 352 static void pci_acpi_root_release_info(struct acpi_pci_root_info *ci) in pci_acpi_root_release_info() 378 static int pci_acpi_root_prepare_resources(struct acpi_pci_root_info *ci) in pci_acpi_root_prepare_resources()
|
/Linux-v6.6/fs/smb/server/ |
D | vfs_cache.c | 73 struct ksmbd_inode *ci = NULL, *ret_ci = NULL; in __ksmbd_inode_lookup() local 92 struct ksmbd_inode *ci; in ksmbd_inode_lookup_by_vfsinode() local 102 struct ksmbd_inode *ci; in ksmbd_query_inode_status() local 143 static void ksmbd_inode_hash(struct ksmbd_inode *ci) in ksmbd_inode_hash() 151 static void ksmbd_inode_unhash(struct ksmbd_inode *ci) in ksmbd_inode_unhash() 158 static int ksmbd_inode_init(struct ksmbd_inode *ci, struct ksmbd_file *fp) in ksmbd_inode_init() 174 struct ksmbd_inode *ci, *tmpci; in ksmbd_inode_get() local 206 static void ksmbd_inode_free(struct ksmbd_inode *ci) in ksmbd_inode_free() 212 static void ksmbd_inode_put(struct ksmbd_inode *ci) in ksmbd_inode_put() 247 struct ksmbd_inode *ci = fp->f_ci; in __ksmbd_inode_close() local [all …]
|
/Linux-v6.6/arch/riscv/kernel/ |
D | cpu.c | 145 struct riscv_cpuinfo *ci = per_cpu_ptr(&riscv_cpuinfo, cpu_id); in riscv_cached_mvendorid() local 153 struct riscv_cpuinfo *ci = per_cpu_ptr(&riscv_cpuinfo, cpu_id); in riscv_cached_marchid() local 161 struct riscv_cpuinfo *ci = per_cpu_ptr(&riscv_cpuinfo, cpu_id); in riscv_cached_mimpid() local 169 struct riscv_cpuinfo *ci = this_cpu_ptr(&riscv_cpuinfo); in riscv_cpuinfo_starting() local 273 struct riscv_cpuinfo *ci = per_cpu_ptr(&riscv_cpuinfo, cpu_id); in c_show() local
|