Home
last modified time | relevance | path

Searched defs:table (Results 301 - 325 of 1768) sorted by relevance

1...<<11121314151617181920>>...71

/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dmux.c121 _register_mux(struct device_node *node, const char *name, const char * const *parent_names, u8 num_parents, unsigned long flags, struct clk_omap_reg *reg, u8 shift, u32 mask, s8 latch, u8 clk_mux_flags, u32 *table) _register_mux() argument
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmap_to_7segment.h67 unsigned char table[128]; member
/kernel/linux/linux-6.6/io_uring/
H A Dfiletable.c18 struct io_file_table *table = &ctx->file_table; in io_file_bitmap_get() local
39 bool io_alloc_file_tables(struct io_file_table *table, unsigned nr_files) in io_alloc_file_tables() argument
55 io_free_file_tables(struct io_file_table *table) io_free_file_tables() argument
[all...]
H A Dfiletable.h22 static inline void io_file_bitmap_clear(struct io_file_table *table, int bit) in io_file_bitmap_clear() argument
29 static inline void io_file_bitmap_set(struct io_file_table *table, int bit) in io_file_bitmap_set() argument
37 io_fixed_file_slot(struct io_file_table *table, unsigned i) io_fixed_file_slot() argument
56 io_file_from_index(struct io_file_table *table, int index) io_file_from_index() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dpeerlookup.c10 static struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, in pubkey_bucket() argument
24 struct pubkey_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_pubkey_hashtable_alloc() local
35 wg_pubkey_hashtable_add(struct pubkey_hashtable *table, struct wg_peer *peer) wg_pubkey_hashtable_add() argument
44 wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, struct wg_peer *peer) wg_pubkey_hashtable_remove() argument
54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, const u8 pubkey[NOISE_PUBLIC_KEY_LEN]) wg_pubkey_hashtable_lookup() argument
73 index_bucket(struct index_hashtable *table, const __le32 index) index_bucket() argument
85 struct index_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); wg_index_hashtable_alloc() local
119 wg_index_hashtable_insert(struct index_hashtable *table, struct index_hashtable_entry *entry) wg_index_hashtable_insert() argument
166 wg_index_hashtable_replace(struct index_hashtable *table, struct index_hashtable_entry *old, struct index_hashtable_entry *new) wg_index_hashtable_replace() argument
192 wg_index_hashtable_remove(struct index_hashtable *table, struct index_hashtable_entry *entry) wg_index_hashtable_remove() argument
202 wg_index_hashtable_lookup(struct index_hashtable *table, const enum index_hashtable_type type_mask, const __le32 index, struct wg_peer **peer) wg_index_hashtable_lookup() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H A Dudp_tunnels.c12 nsim_udp_tunnel_set_port(struct net_device *dev, unsigned int table, in nsim_udp_tunnel_set_port() argument
41 nsim_udp_tunnel_unset_port(struct net_device *dev, unsigned int table, in nsim_udp_tunnel_unset_port() argument
71 nsim_udp_tunnel_sync_table(struct net_device *dev, unsigned int table) in nsim_udp_tunnel_sync_table() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dradio_2057.c527 u16 *table = NULL; in r2057_upload_inittabs() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drfi.h32 struct iwl_rfi_lut_entry table[IWL_RFI_LUT_SIZE]; member
56 struct iwl_rfi_lut_entry table[IWL_RFI_LUT_INSTALLED_SIZE]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega12_smumgr.c40 vega12_copy_table_from_smc(struct pp_hwmgr *hwmgr, uint8_t *table, int16_t table_id) vega12_copy_table_from_smc() argument
84 vega12_copy_table_to_smc(struct pp_hwmgr *hwmgr, uint8_t *table, int16_t table_id) vega12_copy_table_to_smc() argument
389 vega12_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw) vega12_smc_table_manager() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_format_caps.c13 komeda_get_format_caps(struct komeda_format_caps_table *table, in komeda_get_format_caps() argument
95 bool komeda_format_mod_supported(struct komeda_format_caps_table *table, in komeda_format_mod_supported() argument
115 u32 *komeda_get_layer_fourcc_list(struct komeda_format_caps_table *table, in komeda_get_layer_fourcc_list() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c165 virtgpu_gem_prime_import_sg_table( struct drm_device *dev, struct dma_buf_attachment *attach, struct sg_table *table) virtgpu_gem_prime_import_sg_table() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun8i_csc.c115 const u32 *table; in sun8i_csc_set_coefficients() local
148 const u32 *table; in sun8i_de3_ccsc_set_coefficients() local
/kernel/linux/linux-6.6/net/phonet/
H A Dsysctl.c51 static int proc_local_port_range(struct ctl_table *table, int write, in proc_local_port_range() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_SECMARK.c76 secmark_tg_check(const char *table, struct xt_secmark_target_info_v1 *info) in secmark_tg_check() argument
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Ddiag.c54 unsigned int table; in vsock_diag_dump() local
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidump/
H A Dapdump.c30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header() argument
68 ap_is_valid_checksum(struct acpi_table_header *table) ap_is_valid_checksum() argument
106 ap_get_table_length(struct acpi_table_header *table) ap_get_table_length() argument
142 ap_dump_table_buffer(struct acpi_table_header *table, u32 instance, acpi_physical_address address) ap_dump_table_buffer() argument
192 struct acpi_table_header *table; ap_dump_all_tables() local
251 struct acpi_table_header *table; ap_dump_table_by_address() local
296 struct acpi_table_header *table; ap_dump_table_by_name() local
367 struct acpi_table_header *table; ap_dump_table_from_file() local
[all...]
/kernel/liteos_a/kernel/extended/trace/pipeline/
H A Dtrace_tlv.c72 STATIC UINT32 OsTlvEncode(const TlvTable *table, UINT8 *srcBuf, UINT8 *tlvBuf, INT32 tlvBufLen) in OsTlvEncode() argument
87 UINT32 OsTraceDataEncode(UINT8 type, const TlvTable *table, UINT8 *src, UINT8 *dest, INT32 destLen) in OsTraceDataEncode() argument
/kernel/liteos_m/components/trace/pipeline/
H A Dtrace_tlv.c72 STATIC UINT32 OsTlvEncode(const TlvTable *table, UINT8 *srcBuf, UINT8 *tlvBuf, INT32 tlvBufLen) in OsTlvEncode() argument
87 UINT32 OsTraceDataEncode(UINT8 type, const TlvTable *table, UINT8 *src, UINT8 *dest, INT32 destLen) in OsTraceDataEncode() argument
/kernel/liteos_m/kal/posix/src/
H A Dpoll.c47 STATIC INLINE VOID SetAddPollWaitFlag(struct PollTable *table, BOOL addQueueFlag) in SetAddPollWaitFlag() argument
52 STATIC VOID DestroyPollWait(struct PollTable *table) in DestroyPollWait() argument
67 STATIC VOID AddPollWaitQueue(struct PollWaitQueue *waitQueue, struct PollTable *table) in AddPollWaitQueue() argument
82 STATIC INT32 WaitSemTime(struct PollTable *table, UINT3 argument
91 QueryFds(struct pollfd *fds, nfds_t nfds, struct PollTable *table) QueryFds() argument
146 PollWait(struct PollWaitQueue *waitQueue, struct PollTable *table) PollWait() argument
157 PollTimedWait(struct pollfd *fds, nfds_t nfds, struct PollTable *table, INT32 timeout) PollTimedWait() argument
202 struct PollTable table = {0}; poll() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dnsp32_debug.c65 const char **table = commands[ group(opcode) ]; in print_opcodek() local
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dnsp_debug.c67 const char **table = commands[ group(opcode) ]; in print_opcodek() local
/kernel/linux/linux-6.6/lib/
H A Dgen_crc32table.c93 static void output_table(uint32_t (*table)[256], int rows, int len, char *trans) in output_table() argument
H A Dsg_pool.c84 void sg_free_table_chained(struct sg_table *table, in sg_free_table_chained() argument
112 sg_alloc_table_chained(struct sg_table *table, int nents, struct scatterlist *first_chunk, unsigned nents_first_chunk) sg_alloc_table_chained() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dstackleak.c24 static int stack_erasing_sysctl(struct ctl_table *table, int write, in stack_erasing_sysctl() argument
/kernel/linux/linux-6.6/net/batman-adv/
H A Dhash.h42 struct hlist_head *table; member

Completed in 10 milliseconds

1...<<11121314151617181920>>...71