/linux-4.19.296/drivers/char/tpm/ |
D | tpm2-space.c | 35 static void tpm2_flush_sessions(struct tpm_chip *chip, struct tpm_space *space) in tpm2_flush_sessions() 46 int tpm2_init_space(struct tpm_space *space, unsigned int buf_size) in tpm2_init_space() 64 void tpm2_del_space(struct tpm_chip *chip, struct tpm_space *space) in tpm2_del_space() 170 struct tpm_space *space = &chip->work_space; in tpm2_flush_space() local 183 struct tpm_space *space = &chip->work_space; in tpm2_load_space() local 229 static bool tpm2_map_to_phandle(struct tpm_space *space, void *handle) in tpm2_map_to_phandle() 246 struct tpm_space *space = &chip->work_space; in tpm2_map_command() local 270 int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u32 cc, in tpm2_prepare_space() 304 struct tpm_space *space = &chip->work_space; in tpm2_add_session() local 318 static u32 tpm2_map_to_vhandle(struct tpm_space *space, u32 phandle, bool alloc) in tpm2_map_to_vhandle() [all …]
|
D | tpm-interface.c | 331 struct tpm_space *space, in tpm_validate_command() 430 struct tpm_space *space, in tpm_try_transmit() 596 ssize_t tpm_transmit(struct tpm_chip *chip, struct tpm_space *space, in tpm_transmit() 662 ssize_t tpm_transmit_cmd(struct tpm_chip *chip, struct tpm_space *space, in tpm_transmit_cmd()
|
D | tpmrm-dev.c | 11 struct tpm_space space; member
|
D | tpm-dev-common.c | 82 size_t size, loff_t *off, struct tpm_space *space) in tpm_common_write()
|
/linux-4.19.296/include/scsi/ |
D | scsi_transport.h | 70 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) in scsi_transport_reserve_target() 77 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) in scsi_transport_reserve_device()
|
/linux-4.19.296/include/linux/ |
D | rcupdate.h | 332 #define rcu_dereference_sparse(p, space) \ argument 335 #define rcu_dereference_sparse(p, space) argument 338 #define __rcu_access_pointer(p, space) \ argument 344 #define __rcu_dereference_check(p, c, space) \ argument 352 #define __rcu_dereference_protected(p, c, space) \ argument
|
D | fault-inject.h | 20 atomic_t space; member
|
/linux-4.19.296/drivers/thunderbolt/ |
D | ctl.c | 197 enum tb_cfg_space space, u32 offset, in check_config_address() 813 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_read_raw() 876 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_write_raw() 934 enum tb_cfg_space space, u32 offset, u32 length) in tb_cfg_read() 961 enum tb_cfg_space space, u32 offset, u32 length) in tb_cfg_write()
|
D | tb.h | 278 enum tb_cfg_space space, u32 offset, u32 length) in tb_sw_read() 290 enum tb_cfg_space space, u32 offset, u32 length) in tb_sw_write() 302 enum tb_cfg_space space, u32 offset, u32 length) in tb_port_read() 314 enum tb_cfg_space space, u32 offset, u32 length) in tb_port_write()
|
/linux-4.19.296/include/xen/interface/ |
D | memory.h | 180 unsigned int space; member 198 uint16_t space; /* => enum phys_map_space */ member
|
/linux-4.19.296/crypto/ |
D | cts.c | 190 u8 *space; in cts_cbc_decrypt() local 249 u8 *space; in crypto_cts_decrypt() local
|
/linux-4.19.296/drivers/media/rc/ |
D | gpio-ir-tx.c | 73 unsigned int pulse, space; in gpio_ir_tx() local
|
D | ir-spi.c | 27 u16 space; member
|
D | serial_ir.c | 230 unsigned int pulse, space; in send_pulse_homebrew_softcarrier() local 275 static unsigned int ptr, pulse, space; in frbwrite() local
|
D | rc-ir-raw.c | 406 unsigned int space; in ir_raw_gen_pd() local
|
/linux-4.19.296/fs/xfs/ |
D | xfs_log_priv.h | 488 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() 495 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head() 501 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() 507 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head()
|
/linux-4.19.296/include/uapi/linux/ |
D | tipc_config.h | 260 static inline int TLV_OK(const void *tlv, __u16 space) in TLV_OK() 275 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() 328 void *data, __u32 space) in TLV_LIST_INIT()
|
/linux-4.19.296/lib/ |
D | fault-inject.c | 22 int space; in setup_fault_attr() local
|
/linux-4.19.296/fs/quota/ |
D | quota_v1.c | 21 static inline qsize_t v1_stoqb(qsize_t space) in v1_stoqb()
|
D | quota_v2.c | 48 static inline qsize_t v2_stoqb(qsize_t space) in v2_stoqb()
|
/linux-4.19.296/drivers/pci/endpoint/ |
D | pci-epf-core.c | 117 void *space; in pci_epf_alloc_space() local
|
/linux-4.19.296/fs/ufs/ |
D | super.c | 508 unsigned char * base, * space; in ufs_read_cylinder_structures() local 648 unsigned char * base, * space; in ufs_put_super_internal() local
|
/linux-4.19.296/fs/efs/ |
D | efs.h | 106 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member
|
/linux-4.19.296/drivers/media/radio/si470x/ |
D | radio-si470x-common.c | 121 static unsigned short space = 2; variable
|
/linux-4.19.296/fs/cachefiles/ |
D | rdwr.c | 699 int ret, ret2, space; in cachefiles_read_or_alloc_pages() local
|