| /kernel/linux/linux-6.6/fs/nls/ |
| H A D | mac-iceland.c | 580 static struct nls_table table = { variable
|
| H A D | mac-gaelic.c | 545 static struct nls_table table = { variable
|
| H A D | mac-inuit.c | 510 static struct nls_table table = { variable
|
| H A D | mac-greek.c | 475 static struct nls_table table = { variable
|
| H A D | nls_cp437.c | 366 static struct nls_table table = { variable
|
| H A D | nls_cp737.c | 329 static struct nls_table table = { variable
|
| H A D | nls_cp1250.c | 326 static struct nls_table table = { variable
|
| H A D | nls_cp775.c | 298 static struct nls_table table = { variable
|
| H A D | nls_cp1255.c | 361 static struct nls_table table = { variable
|
| H A D | nls_koi8-r.c | 302 static struct nls_table table = { variable
|
| /kernel/linux/linux-6.6/fs/unicode/ |
| H A D | utf8-selftest.c | 233 static void check_utf8_comparisons(struct unicode_map *table) in check_utf8_comparisons() argument
|
| H A D | utf8-core.c | 163 static const struct utf8data *find_table_version(const struct utf8data *table, in find_table_version() argument
|
| /kernel/linux/linux-6.6/fs/squashfs/ |
| H A D | xattr_id.c | 64 __le64 *table; in squashfs_read_xattr_id_table() local [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | vt_kern.h | 65 static inline int con_set_trans_old(unsigned char __user *table) in con_set_trans_old() argument 69 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() argument 73 static inline int con_set_trans_new(unsigned short __user *table) in con_set_trans_new() argument 77 static inline int con_get_trans_new(unsigned short __user *table) in con_get_trans_new() argument
|
| /kernel/linux/linux-6.6/drivers/rapidio/switches/ |
| H A D | idtcps.c | 21 idtcps_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) idtcps_route_add_entry() argument 45 idtcps_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) idtcps_route_get_entry() argument 68 idtcps_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table) idtcps_route_clr_table() argument
|
| /kernel/linux/linux-6.6/drivers/clk/actions/ |
| H A D | owl-pll.c | 31 static unsigned long _get_table_rate(const struct clk_pll_table *table, in _get_table_rate() argument 43 _get_pll_table( const struct clk_pll_table *table, unsigned long rate) _get_pll_table() argument [all...] |
| H A D | owl-pll.h | 33 const struct clk_pll_table *table; member
|
| /kernel/linux/linux-6.6/drivers/clk/bcm/ |
| H A D | clk-bcm63xx-gate.c | 486 const struct clk_bcm63xx_table_entry *entry, *table; in clk_bcm63xx_probe() local
|
| /kernel/linux/linux-6.6/drivers/clk/meson/ |
| H A D | clk-regmap.h | 75 const struct clk_div_table *table; member 102 u32 *table; member
|
| /kernel/linux/linux-6.6/drivers/clk/ti/ |
| H A D | mux.c | 121 _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 D | map_to_7segment.h | 67 unsigned char table[128]; member
|
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | filetable.c | 18 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 D | filetable.h | 22 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 D | peerlookup.c | 10 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 D | udp_tunnels.c | 12 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...] |