/include/linux/ |
D | sysctl.h | 68 int proc_dobool(struct ctl_table *table, int write, void *buffer, 73 int proc_douintvec_minmax(struct ctl_table *table, int write, void *buffer, 75 int proc_dou8vec_minmax(struct ctl_table *table, int write, void *buffer, 78 int proc_dointvec_ms_jiffies_minmax(struct ctl_table *table, int write, 85 int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int, void *, 88 int proc_do_static_key(struct ctl_table *table, int write, void *buffer, 188 struct ctl_table *table, 190 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table); 223 const char *path, struct ctl_table *table); 226 const struct ctl_path *path, struct ctl_table *table); [all …]
|
D | devcoredump.h | 22 static inline void _devcd_free_sgtable(struct scatterlist *table) in _devcd_free_sgtable() argument 30 iter = table; in _devcd_free_sgtable() 31 for_each_sg(table, iter, sg_nents(table), i) { in _devcd_free_sgtable() 38 iter = table; in _devcd_free_sgtable() 39 delete_iter = table; /* always points on a head of a table */ in _devcd_free_sgtable() 64 void dev_coredumpsg(struct device *dev, struct scatterlist *table, 83 static inline void dev_coredumpsg(struct device *dev, struct scatterlist *table, in dev_coredumpsg() argument 86 _devcd_free_sgtable(table); in dev_coredumpsg()
|
D | efi-bgrt.h | 9 void efi_bgrt_init(struct acpi_table_header *table); 10 int __init acpi_parse_bgrt(struct acpi_table_header *table); 18 static inline void efi_bgrt_init(struct acpi_table_header *table) {} in efi_bgrt_init() argument 19 static inline int __init acpi_parse_bgrt(struct acpi_table_header *table) in acpi_parse_bgrt() argument
|
D | crc8.h | 55 void crc8_populate_lsb(u8 table[CRC8_TABLE_SIZE], u8 polynomial); 73 void crc8_populate_msb(u8 table[CRC8_TABLE_SIZE], u8 polynomial); 99 u8 crc8(const u8 table[CRC8_TABLE_SIZE], const u8 *pdata, size_t nbytes, u8 crc);
|
D | cpufreq.h | 701 struct cpufreq_frequency_table **table); 703 struct cpufreq_frequency_table **table); 707 **table) in dev_pm_opp_init_cpufreq_table() 714 **table) in dev_pm_opp_free_cpufreq_table() 725 #define cpufreq_for_each_entry(pos, table) \ argument 726 for (pos = table; pos->frequency != CPUFREQ_TABLE_END; pos++) 736 #define cpufreq_for_each_entry_idx(pos, table, idx) \ argument 737 for (pos = table, idx = 0; pos->frequency != CPUFREQ_TABLE_END; \ 747 #define cpufreq_for_each_valid_entry(pos, table) \ argument 748 for (pos = table; pos->frequency != CPUFREQ_TABLE_END; pos++) \ [all …]
|
D | vt_kern.h | 53 int con_set_trans_old(unsigned char __user * table); 54 int con_get_trans_old(unsigned char __user * table); 55 int con_set_trans_new(unsigned short __user * table); 56 int con_get_trans_new(unsigned short __user * table); 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
|
D | nvmem-provider.h | 136 void nvmem_add_cell_table(struct nvmem_cell_table *table); 137 void nvmem_del_cell_table(struct nvmem_cell_table *table); 154 static inline void nvmem_add_cell_table(struct nvmem_cell_table *table) {} in nvmem_add_cell_table() argument 155 static inline void nvmem_del_cell_table(struct nvmem_cell_table *table) {} in nvmem_del_cell_table() argument
|
D | clk-provider.h | 678 const struct clk_div_table *table; member 698 unsigned int val, const struct clk_div_table *table, 702 const struct clk_div_table *table, 706 const struct clk_div_table *table, u8 width, 709 const struct clk_div_table *table, u8 width, 712 const struct clk_div_table *table, u8 width, 715 const struct clk_div_table *table, u8 width, 723 const struct clk_div_table *table, spinlock_t *lock); 729 const struct clk_div_table *table, spinlock_t *lock); 733 u8 clk_divider_flags, const struct clk_div_table *table, [all …]
|
D | lz4.h | 107 unsigned long long table[LZ4_STREAMSIZE_U64]; member 132 size_t table[LZ4_STREAMHCSIZE_SIZET]; member 149 unsigned long long table[LZ4_STREAMDECODESIZE_U64]; member
|
D | energy_model.h | 56 struct em_perf_state *table; member 195 ps = &pd->table[i]; in em_pd_get_efficient_state() 244 ps = &pd->table[pd->nr_perf_states - 1]; in em_cpu_energy()
|
D | parser.h | 30 int match_token(char *, const match_table_t table, substring_t args[]);
|
/include/linux/gpio/ |
D | machine.h | 47 struct gpiod_lookup table[]; member 73 .table = { \ 112 void gpiod_add_lookup_table(struct gpiod_lookup_table *table); 114 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table); 119 void gpiod_add_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_add_lookup_table() argument 123 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_remove_lookup_table() argument
|
/include/net/ |
D | udp_tunnel.h | 257 unsigned int table, unsigned int entry, 260 unsigned int table, unsigned int entry, 264 int (*sync_table)(struct net_device *dev, unsigned int table); 287 void (*get_port)(struct net_device *dev, unsigned int table, 289 void (*set_port_priv)(struct net_device *dev, unsigned int table, 295 size_t (*dump_size)(struct net_device *dev, unsigned int table); 296 int (*dump_write)(struct net_device *dev, unsigned int table, 307 udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in udp_tunnel_nic_get_port() argument 319 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port() 323 udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in udp_tunnel_nic_set_port_priv() argument [all …]
|
D | fib_rules.h | 27 u32 table; member 54 u32 table; member 120 return rule->l3mdev ? arg->table : rule->table; in fib_rule_get_table() 126 return rule->table; in fib_rule_get_table() 134 return frh->table; in frh_get_table() 175 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table,
|
/include/linux/netfilter_bridge/ |
D | ebtables.h | 27 bool (*checkentry)(const char *table, const void *entry, 44 bool (*checkentry)(const char *table, const void *entry, 62 bool (*checkentry)(const char *table, const void *entry, 94 struct ebt_replace_kernel *table; member 107 const struct ebt_table *table,
|
/include/uapi/linux/ |
D | map_to_14segment.h | 82 __be16 table[128]; member 87 if (c < 0 || c >= sizeof(map->table) / sizeof(map->table[0])) in map_to_seg14() 90 return __be16_to_cpu(map->table[c]); in map_to_seg14() 94 struct seg14_conversion_map _name = { .table = { _map } }
|
D | map_to_7segment.h | 67 unsigned char table[128]; member 72 return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL; in map_to_seg7() 76 struct seg7_conversion_map _name = { .table = { _map } }
|
/include/net/netfilter/ |
D | nf_hooks_lwtunnel.h | 5 int nf_hooks_lwtunnel_sysctl_handler(struct ctl_table *table, int write,
|
/include/linux/soc/samsung/ |
D | s3c-cpufreq-core.h | 271 static inline int s3c_cpufreq_addfreq(struct cpufreq_frequency_table *table, in s3c_cpufreq_addfreq() argument 278 if (table) { in s3c_cpufreq_addfreq() 285 table[index].driver_data = index; in s3c_cpufreq_addfreq() 286 table[index].frequency = freq; in s3c_cpufreq_addfreq()
|
/include/net/netns/ |
D | unix.h | 17 struct unix_table table; member
|
/include/trace/events/ |
D | fib6.h | 16 struct fib6_table *table, const struct flowi6 *flp), 18 TP_ARGS(net, res, table, flp), 41 __entry->tb_id = table->tb6_id;
|
/include/linux/sched/ |
D | sysctl.h | 35 int sysctl_numa_balancing(struct ctl_table *table, int write, void *buffer,
|
/include/scsi/ |
D | scsi_cmnd.h | 32 struct sg_table table; member 184 return cmd->sdb.table.nents; in scsi_sg_count() 189 return cmd->sdb.table.sgl; in scsi_sglist() 319 return cmd->prot_sdb ? cmd->prot_sdb->table.nents : 0; in scsi_prot_sg_count() 324 return cmd->prot_sdb ? cmd->prot_sdb->table.sgl : NULL; in scsi_prot_sglist()
|
/include/linux/netfilter/ |
D | x_tables.h | 94 const char *table; member 125 const char *table; member 169 const char *table; member 210 const char *table; member 309 const struct xt_table *table, 312 void *xt_unregister_table(struct xt_table *table); 314 struct xt_table_info *xt_replace_table(struct xt_table *table,
|
/include/uapi/linux/netfilter_bridge/ |
D | ebt_among.h | 41 int table[257]; member
|