/drivers/char/tpm/ |
D | tpm2-space.c | 31 static void tpm2_flush_sessions(struct tpm_chip *chip, struct tpm_space *space) in tpm2_flush_sessions() 41 int tpm2_init_space(struct tpm_space *space, unsigned int buf_size) in tpm2_init_space() 59 void tpm2_del_space(struct tpm_chip *chip, struct tpm_space *space) in tpm2_del_space() 166 struct tpm_space *space = &chip->work_space; in tpm2_flush_space() local 178 struct tpm_space *space = &chip->work_space; in tpm2_load_space() local 224 static bool tpm2_map_to_phandle(struct tpm_space *space, void *handle) in tpm2_map_to_phandle() 241 struct tpm_space *space = &chip->work_space; in tpm2_map_command() local 266 struct tpm_space *space, in tpm_find_and_validate_cc() 300 int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u8 *cmd, in tpm2_prepare_space() 340 struct tpm_space *space = &chip->work_space; in tpm2_add_session() local [all …]
|
D | tpm-dev-common.c | 24 static ssize_t tpm_dev_transmit(struct tpm_chip *chip, struct tpm_space *space, in tpm_dev_transmit() 111 struct file_priv *priv, struct tpm_space *space) in tpm_common_open()
|
D | tpmrm-dev.c | 10 struct tpm_space space; member
|
D | tpm-dev.h | 10 struct tpm_space *space; member
|
/drivers/media/usb/go7007/ |
D | go7007-fw.c | 277 static int copy_packages(__le16 *dest, u16 *src, int pkg_cnt, int space) in copy_packages() 365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package() 632 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package() 818 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package() 920 __le16 *code, int space, int *framelen) in brctrl_to_package() 1076 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package() 1198 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package() 1277 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package() 1308 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package() 1371 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package() [all …]
|
/drivers/pnp/ |
D | interface.c | 56 static void pnp_print_port(pnp_info_buffer_t * buffer, char *space, in pnp_print_port() 68 static void pnp_print_irq(pnp_info_buffer_t * buffer, char *space, in pnp_print_irq() 101 static void pnp_print_dma(pnp_info_buffer_t * buffer, char *space, in pnp_print_dma() 153 static void pnp_print_mem(pnp_info_buffer_t * buffer, char *space, in pnp_print_mem() 189 static void pnp_print_option(pnp_info_buffer_t * buffer, char *space, in pnp_print_option()
|
/drivers/char/ipmi/ |
D | ipmi_dmi.c | 25 unsigned int space; /* addr space for si, intf# for ssif */ member 36 unsigned int space, in dmi_add_platform_ipmi() 100 int ipmi_dmi_get_slave_addr(enum si_type si_type, unsigned int space, in ipmi_dmi_get_slave_addr() 129 int space = IPMI_IO_ADDR_SPACE; in dmi_decode_ipmi() local
|
D | ipmi_plat_data.h | 14 unsigned int space; /* addr_space for si, intf# for ssif. */ member
|
/drivers/usb/host/ |
D | uhci-debug.c | 44 int len, int space) in uhci_show_td() 101 char *buf, int len, int space) in uhci_show_urbp() 166 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh() 626 struct uhci_qh *qh, char *buf, int len, int space) in uhci_show_qh()
|
/drivers/thunderbolt/ |
D | ctl.c | 209 enum tb_cfg_space space, u32 offset, in check_config_address() 919 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_read_raw() 990 u64 route, u32 port, enum tb_cfg_space space, in tb_cfg_write_raw() 1047 static int tb_cfg_get_error(struct tb_ctl *ctl, enum tb_cfg_space space, in tb_cfg_get_error() 1071 enum tb_cfg_space space, u32 offset, u32 length) in tb_cfg_read() 1097 enum tb_cfg_space space, u32 offset, u32 length) in tb_cfg_write()
|
/drivers/gpu/host1x/ |
D | cdma.c | 190 unsigned int space; in host1x_cdma_wait_locked() local 241 unsigned int space; in host1x_cdma_wait_pushbuffer_space() local 628 unsigned int space = cdma->slots_free; in host1x_cdma_push_wide() local
|
/drivers/media/platform/amphion/ |
D | vpu_rpc.c | 59 u32 space = 0; in vpu_rpc_send_cmd_buf() local 103 u32 space = 0; in vpu_rpc_check_msg() local
|
/drivers/gpu/drm/amd/include/ |
D | cgs_common.h | 133 #define CGS_WREG32_FIELD_IND(device, space, reg, field, val) \ argument 169 #define cgs_read_ind_register(dev,space,index) \ argument 171 #define cgs_write_ind_register(dev,space,index,value) \ argument
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cgs.c | 58 enum cgs_ind_reg space, in amdgpu_cgs_read_ind_register() 86 enum cgs_ind_reg space, in amdgpu_cgs_write_ind_register()
|
/drivers/tty/ |
D | tty_buffer.c | 96 int space = port->buf.mem_limit - atomic_read(&port->buf.mem_used); in tty_buffer_space_avail() local 309 size_t space = __tty_buffer_request_room(port, goal, need_flags); in __tty_insert_flip_string_flags() local 356 size_t space = __tty_buffer_request_room(port, size, false); in tty_prepare_flip_string() local
|
D | n_tty.c | 417 static int do_output_char(u8 c, struct tty_struct *tty, int space) in do_output_char() 494 int space, retval; in process_output() local 530 int space; in process_output_block() local 586 int space) in n_tty_process_echo_ops() 704 int space, old_space; in __process_echoes() local
|
/drivers/w1/ |
D | w1_netlink.c | 83 static void w1_reply_make_space(struct w1_cb_block *block, u16 space) in w1_reply_make_space() 138 u32 space; in w1_netlink_queue_cmd() local 166 u16 space = sizeof(struct cn_msg) + sizeof(*req_msg) + sizeof(*req_cmd); in w1_netlink_queue_status() local
|
/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | pci_vsc.c | 127 int mlx5_vsc_gw_set_space(struct mlx5_core_dev *dev, u16 space, in mlx5_vsc_gw_set_space() 287 int mlx5_vsc_sem_set_space(struct mlx5_core_dev *dev, u16 space, in mlx5_vsc_sem_set_space()
|
/drivers/gpu/drm/nouveau/nvkm/core/ |
D | enum.c | 44 bool space = false; in nvkm_snprintbf() local
|
/drivers/infiniband/hw/cxgb4/ |
D | device.c | 248 int space; in dump_qp() local 374 int space; in dump_stag() local 560 int space; in dump_ep() local 618 int space; in dump_listen_ep() local
|
/drivers/video/fbdev/i810/ |
D | i810_accel.c | 59 static inline int wait_for_space(struct fb_info *info, u32 space) in wait_for_space() 118 static inline u32 begin_iring(struct fb_info *info, u32 space) in begin_iring()
|
/drivers/media/usb/dvb-usb/ |
D | af9005-remote.c | 76 u16 mark, space; in af9005_rc_decode() local
|
/drivers/crypto/ |
D | padlock-sha.c | 83 unsigned int space; in padlock_sha1_finup() local 144 unsigned int space; in padlock_sha256_finup() local
|
/drivers/gpu/drm/i915/gt/ |
D | intel_ring_types.h | 45 u32 space; member
|
/drivers/video/fbdev/savage/ |
D | savagefb_driver.c | 258 savage3D_waitfifo(struct savagefb_par *par, int space) in savage3D_waitfifo() 266 savage4_waitfifo(struct savagefb_par *par, int space) in savage4_waitfifo() 274 savage2000_waitfifo(struct savagefb_par *par, int space) in savage2000_waitfifo()
|