Home
last modified time | relevance | path

Searched defs:space (Results 1 – 25 of 204) sorted by relevance

123456789

/openbmc/linux/Documentation/bpf/
H A Dmap_xskmap.rst92 bpf_map_update_elem()
111 bpf_map_lookup_elem()
119 bpf_map_delete_elem()
189 .. _libxdp: https://github.com/xdp-project/xdp-tools/tree/master/lib/libxdp
190 .. _AF_XDP: https://www.kernel.org/doc/html/latest/networking/af_xdp.html
191 .. _bpf-examples: https://github.com/xdp-project/bpf-examples
192 …libxdp-readme: https://github.com/xdp-project/xdp-tools/tree/master/lib/libxdp#using-af_xdp-sockets
H A Dmap_cpumap.rst53 bpf_map_update_elem()
78 bpf_map_lookup_elem()
87 bpf_map_delete_elem()
H A Dmap_sk_storage.rst63 bpf_map_update_elem()
87 bpf_map_lookup_elem()
99 bpf_map_delete_elem()
H A Dmap_devmap.rst78 bpf_map_update_elem()
115 bpf_map_lookup_elem()
125 bpf_map_delete_elem()
H A Dmap_sockmap.rst300 bpf_map_update_elem()
319 bpf_map_lookup_elem()
330 bpf_map_delete_elem()
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-space.c41 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()
340 struct tpm_space *space = &chip->work_space; in tpm2_add_session() local
377 struct tpm_space *space = &chip->work_space; in tpm2_map_response_header() local
437 struct tpm_space *space = &chip->work_space; in tpm2_map_response_body() local
[all …]
H A Dtpm-dev-common.c24 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()
H A Dtpmrm-dev.c10 struct tpm_space space; member
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-fw.c277 static int copy_packages(__le16 *dest, u16 *src, int pkg_cnt, int space) in copy_packages()
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()
1421 static int modet_to_package(struct go7007 *go, __le16 *code, int space) in modet_to_package()
[all …]
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_dmi.c25 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
/openbmc/linux/drivers/pnp/
H A Dinterface.c56 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()
/openbmc/linux/arch/powerpc/kernel/
H A Dio-workarounds.c102 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
112 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
131 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
132 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
/openbmc/linux/arch/ia64/kernel/
H A Dacpi-ext.c62 struct csr_space *space = data; in find_csr_space() local
80 struct csr_space space = { 0, 0 }; in hp_crs_locate() local
/openbmc/linux/drivers/usb/host/
H A Duhci-debug.c44 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()
/openbmc/linux/include/scsi/
H A Dscsi_transport.h57 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) in scsi_transport_reserve_target()
64 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) in scsi_transport_reserve_device()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.c59 u32 space = 0; in vpu_rpc_send_cmd_buf() local
103 u32 space = 0; in vpu_rpc_check_msg() local
/openbmc/linux/drivers/gpu/host1x/
H A Dcdma.c190 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
/openbmc/qemu/target/i386/kvm/
H A Dxen-compat.h36 unsigned int space; member
43 uint16_t space; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cgs.c58 enum cgs_ind_reg space, in amdgpu_cgs_read_ind_register()
86 enum cgs_ind_reg space, in amdgpu_cgs_write_ind_register()
/openbmc/linux/drivers/thunderbolt/
H A Dctl.c209 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()
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Dcgs_common.h133 #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
/openbmc/linux/drivers/tty/
H A Dtty_buffer.c96 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
/openbmc/linux/include/linux/
H A Drcupdate.h445 #define rcu_check_sparse(p, space) \ argument
448 #define rcu_check_sparse(p, space) argument
466 #define __rcu_access_pointer(p, local, space) \ argument
472 #define __rcu_dereference_check(p, local, c, space) \ argument
480 #define __rcu_dereference_protected(p, local, c, space) \ argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Denum.c44 bool space = false; in nvkm_snprintbf() local
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_entry.c645 void *space = s387->st_space; in fpregs_soft_set() local
696 const void *space = s387->st_space; in fpregs_soft_get() local

123456789