/linux/drivers/iio/adc/ |
H A D | ad799x.c | 390 enum iio_event_type type, in ad799x_read_event_config() 406 enum iio_event_type type, in ad799x_write_event_config() 455 enum iio_event_type type, in ad799x_write_event_value() 475 enum iio_event_type type, in ad799x_read_event_value()
|
/linux/drivers/irqchip/ |
H A D | irq-renesas-rzg2l.c | 285 static int rzg2l_irq_set_type(struct irq_data *d, unsigned int type) in rzg2l_irq_set_type() 344 static int rzg2l_tint_set_edge(struct irq_data *d, unsigned int type) in rzg2l_tint_set_edge() 387 static int rzg2l_irqc_set_type(struct irq_data *d, unsigned int type) in rzg2l_irqc_set_type() 474 unsigned int type; in rzg2l_irqc_alloc() local
|
/linux/drivers/iio/light/ |
H A D | stk3310.c | 236 enum iio_event_type type, in stk3310_read_event() 271 enum iio_event_type type, in stk3310_write_event() 307 enum iio_event_type type, in stk3310_read_event_config() 323 enum iio_event_type type, in stk3310_write_event_config()
|
/linux/fs/f2fs/ |
H A D | node.h | 100 unsigned int type, bool set) in set_nat_flag() 108 static inline bool get_nat_flag(struct nat_entry *ne, unsigned int type) in get_nat_flag() 400 static inline int is_node(const struct folio *folio, int type) in is_node() 422 static inline void set_mark(struct folio *folio, int mark, int type) in set_mark()
|
/linux/tools/perf/util/ |
H A D | pmus.c | 291 static struct perf_pmu *__perf_pmus__find_by_type(unsigned int type) in __perf_pmus__find_by_type() 307 struct perf_pmu *perf_pmus__find_by_type(unsigned int type) in perf_pmus__find_by_type() 372 enum hwmon_type type; in perf_pmus__scan_for_event() local 822 u32 type = attr->type; in perf_pmus__find_by_attr() local
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.c | 308 static void rtw_coex_tdma_timer_base(struct rtw_dev *rtwdev, u8 type) in rtw_coex_tdma_timer_base() 824 static void rtw_coex_update_wl_ch_info(struct rtw_dev *rtwdev, u8 type) in rtw_coex_update_wl_ch_info() 1089 static void rtw_coex_table(struct rtw_dev *rtwdev, bool force, u8 type) in rtw_coex_table() 1224 u8 n, type; in rtw_coex_tdma() local 2788 void rtw_coex_ips_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_ips_notify() 2817 void rtw_coex_lps_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_lps_notify() 2855 void rtw_coex_scan_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_scan_notify() 2893 void rtw_coex_switchband_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_switchband_notify() 2919 void rtw_coex_connect_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_connect_notify() 2973 void rtw_coex_media_status_notify(struct rtw_dev *rtwdev, u8 type) in rtw_coex_media_status_notify() [all …]
|
/linux/include/rv/ |
H A D | automata.h | 16 #define DECLARE_AUTOMATA_HELPERS(name, type) \ argument
|
/linux/net/netfilter/ |
H A D | xt_repldata.h | 17 #define xt_alloc_initial_table(type, typ2) ({ \ argument
|
H A D | nf_conntrack_netlink.c | 259 enum ip_conntrack_dir dir, int type) in dump_counters() 293 ctnetlink_dump_acct(struct sk_buff *skb, const struct nf_conn *ct, int type) in ctnetlink_dump_acct() 456 dump_ct_seq_adj(struct sk_buff *skb, const struct nf_ct_seqadj *seq, int type) in dump_ct_seq_adj() 556 struct nf_conn *ct, u32 type) in ctnetlink_dump_extinfo() 588 ctnetlink_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type, in ctnetlink_fill_info() 752 unsigned int type; in ctnetlink_conntrack_event() local 1431 ctnetlink_parse_tuple_zone(struct nlattr *attr, enum ctattr_type type, in ctnetlink_parse_tuple_zone() 1469 struct nf_conntrack_tuple *tuple, u32 type, in ctnetlink_parse_tuple_filter() 1530 struct nf_conntrack_tuple *tuple, u32 type, in ctnetlink_parse_tuple() 2595 ctnetlink_stat_ct_fill_info(struct sk_buff *skb, u32 portid, u32 seq, u32 type, in ctnetlink_stat_ct_fill_info() [all …]
|
/linux/include/linux/ |
H A D | bpf_verifier.h | 61 enum bpf_reg_type type; member 96 enum bpf_dynptr_type type; member 272 } type; member 939 static inline u32 base_type(u32 type) in base_type() 945 static inline u32 type_flag(u32 type) in type_flag() 973 static inline bool bpf_type_has_unsafe_modifiers(u32 type) in bpf_type_has_unsafe_modifiers() 978 static inline bool type_is_ptr_alloc_obj(u32 type) in type_is_ptr_alloc_obj() 983 static inline bool type_is_non_owning_ref(u32 type) in type_is_non_owning_ref() 988 static inline bool type_is_pkt_pointer(enum bpf_reg_type type) in type_is_pkt_pointer() 995 static inline bool type_is_sk_pointer(enum bpf_reg_type type) in type_is_sk_pointer() [all …]
|
/linux/drivers/thunderbolt/ |
H A D | property.c | 21 u8 type; member 80 tb_property_alloc(const char *key, enum tb_property_type type) in tb_property_alloc() 723 const char *key, enum tb_property_type type) in tb_property_find()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_estats.c | 164 enum tcp_estats_event_type type) in tcp_estats_ev_init() 230 enum tcp_estats_event_type type) in tcp_estats_init() 237 enum tcp_estats_event_type type) in send_basic_event()
|
/linux/drivers/hwmon/ |
H A D | lm95241.c | 186 static int lm95241_read(struct device *dev, enum hwmon_sensor_types type, in lm95241_read() 322 static int lm95241_write(struct device *dev, enum hwmon_sensor_types type, in lm95241_write() 336 enum hwmon_sensor_types type, in lm95241_is_visible()
|
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
H A D | rtl_btc.c | 214 void rtl_btc_ips_notify(struct rtl_priv *rtlpriv, u8 type) in rtl_btc_ips_notify() 232 void rtl_btc_lps_notify(struct rtl_priv *rtlpriv, u8 type) in rtl_btc_lps_notify() 457 u8 type = BTC_NOT_SWITCH; in rtl_btc_switch_band_notify() local
|
/linux/fs/ntfs3/ |
H A D | record.c | 14 static inline int compare_attr(const struct ATTRIB *left, enum ATTR_TYPE type, in compare_attr() 360 struct ATTRIB *attr, enum ATTR_TYPE type, in mi_find_attr() 476 enum ATTR_TYPE type, const __le16 *name, in mi_insert_attr()
|
/linux/drivers/phy/st/ |
H A D | phy-stm32-combophy.c | 89 unsigned int type; member 329 unsigned int type; in stm32_combophy_xlate() local 354 int type = combophy->type; in stm32_combophy_set_mode() local
|
/linux/arch/riscv/include/asm/ |
H A D | uaccess.h | 74 #define __typefits(x, type, not) \ argument 440 #define __get_kernel_nofault(dst, src, type, err_label) \ argument 443 #define __put_kernel_nofault(dst, src, type, err_label) \ argument
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | qos.c | 94 enum sched_node_type type; member 523 __esw_qos_alloc_node(struct mlx5_eswitch *esw, u32 tsar_ix, enum sched_node_type type, in __esw_qos_alloc_node() 918 enum sched_node_type type, in esw_qos_create_vport_tc_sched_elements() 957 esw_qos_vport_tc_enable(struct mlx5_vport *vport, enum sched_node_type type, in esw_qos_vport_tc_enable() 1071 enum sched_node_type type, in esw_qos_vport_enable() 1096 static int mlx5_esw_qos_vport_enable(struct mlx5_vport *vport, enum sched_node_type type, in mlx5_esw_qos_vport_enable() 1245 enum sched_node_type type, in esw_qos_vport_update() 1287 enum sched_node_type type; in esw_qos_vport_update_parent() local 1916 enum sched_node_type type; in mlx5_esw_qos_vport_update_parent() local
|
/linux/drivers/hid/ |
H A D | hid-core.c | 85 enum hid_report_type type, unsigned int id, in hid_register_report() 151 static int open_collection(struct hid_parser *parser, unsigned type) in open_collection() 231 static unsigned hid_lookup_collection(struct hid_parser *parser, unsigned type) in hid_lookup_collection() 853 static void hid_scan_collection(struct hid_parser *parser, unsigned type) in hid_scan_collection() 1023 enum hid_report_type type, unsigned int id, in hid_validate_values() 2020 int hid_report_raw_event(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_report_raw_event() 2079 static int __hid_input_report(struct hid_device *hid, enum hid_report_type type, in __hid_input_report() 2154 int hid_input_report(struct hid_device *hid, enum hid_report_type type, u8 *data, u32 size, in hid_input_report() 2233 const char *type, *bus; in hid_connect() local
|
/linux/tools/lib/symbol/ |
H A D | kallsyms.h | 13 static inline u8 kallsyms2elf_binding(char type) in kallsyms2elf_binding()
|
/linux/arch/x86/pci/ |
H A D | init.c | 12 int type, pcbios = 1; in pci_arch_init() local
|
/linux/include/trace/events/ |
H A D | i2c_slave.h | 22 #define show_event_type(type) \ argument
|
H A D | alarmtimer.h | 17 #define show_alarm_type(type) __print_flags(type, " | ", \ argument
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag_resv.h | 24 enum xfs_ag_resv_type type) in xfs_perag_resv()
|
/linux/fs/ubifs/ |
H A D | debug.c | 50 static const char *get_key_type(int type) in get_key_type() 68 static const char *get_dent_type(int type) in get_dent_type() 94 int type = key_type(c, key); in dbg_snprintf_key() local 129 const char *dbg_ntype(int type) in dbg_ntype() 163 static const char *dbg_gtype(int type) in dbg_gtype() 296 int i, n, type, safe_len, max_node_len, min_node_len; in ubifs_dump_node() local 2011 int err, type = key_type(c, &zbr->key); in check_leaf() local
|