| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | btf.h | 178 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind() 183 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen() 188 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag() 193 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void() 198 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int() 203 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() 208 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() 213 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct() 218 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() 223 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | sha1-powerpc-asm.S | 26 #define RT(t) ((((t)+5)%6)+7) argument 27 #define RA(t) ((((t)+4)%6)+7) argument 28 #define RB(t) ((((t)+3)%6)+7) argument 29 #define RC(t) ((((t)+2)%6)+7) argument 30 #define RD(t) ((((t)+1)%6)+7) argument 31 #define RE(t) ((((t)+0)%6)+7) argument 34 #define W(t) (((t)%16)+16) argument 36 #define LOADW(t) \ argument 39 #define STEPD0_LOAD(t) \ argument 51 #define STEPD0_UPDATE(t) \ argument [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/crypto/ |
| D | sha1-powerpc-asm.S | 26 #define RT(t) ((((t)+5)%6)+7) argument 27 #define RA(t) ((((t)+4)%6)+7) argument 28 #define RB(t) ((((t)+3)%6)+7) argument 29 #define RC(t) ((((t)+2)%6)+7) argument 30 #define RD(t) ((((t)+1)%6)+7) argument 31 #define RE(t) ((((t)+0)%6)+7) argument 34 #define W(t) (((t)%16)+16) argument 36 #define LOADW(t) \ argument 39 #define STEPD0_LOAD(t) \ argument 51 #define STEPD0_UPDATE(t) \ argument [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | units.h | 9 static inline long milli_kelvin_to_millicelsius(long t) in milli_kelvin_to_millicelsius() 14 static inline long millicelsius_to_milli_kelvin(long t) in millicelsius_to_milli_kelvin() 22 static inline long kelvin_to_millicelsius(long t) in kelvin_to_millicelsius() 27 static inline long millicelsius_to_kelvin(long t) in millicelsius_to_kelvin() 34 static inline long deci_kelvin_to_celsius(long t) in deci_kelvin_to_celsius() 41 static inline long celsius_to_deci_kelvin(long t) in celsius_to_deci_kelvin() 55 static inline long deci_kelvin_to_millicelsius_with_offset(long t, long offset) in deci_kelvin_to_millicelsius_with_offset() 60 static inline long deci_kelvin_to_millicelsius(long t) in deci_kelvin_to_millicelsius() 65 static inline long millicelsius_to_deci_kelvin(long t) in millicelsius_to_deci_kelvin() 72 static inline long kelvin_to_celsius(long t) in kelvin_to_celsius() [all …]
|
| D | btf.h | 118 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr() 123 static inline bool btf_type_is_int(const struct btf_type *t) in btf_type_is_int() 128 static inline bool btf_type_is_small_int(const struct btf_type *t) in btf_type_is_small_int() 133 static inline bool btf_type_is_enum(const struct btf_type *t) in btf_type_is_enum() 138 static inline bool btf_type_is_typedef(const struct btf_type *t) in btf_type_is_typedef() 143 static inline bool btf_type_is_func(const struct btf_type *t) in btf_type_is_func() 148 static inline bool btf_type_is_func_proto(const struct btf_type *t) in btf_type_is_func_proto() 153 static inline bool btf_type_is_var(const struct btf_type *t) in btf_type_is_var() 161 static inline bool btf_type_is_struct(const struct btf_type *t) in btf_type_is_struct() 168 static inline u16 btf_type_vlen(const struct btf_type *t) in btf_type_vlen() [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | trigger.h | 37 #define TRIGGER_WARN_ONCE(t, exp) \ argument 41 static inline bool trigger_is_available(struct trigger *t) in trigger_is_available() 46 static inline bool trigger_is_error(struct trigger *t) in trigger_is_error() 51 static inline void trigger_on(struct trigger *t) in trigger_on() 57 static inline void trigger_ready(struct trigger *t) in trigger_ready() 64 static inline void trigger_hit(struct trigger *t) in trigger_hit() 72 static inline void trigger_off(struct trigger *t) in trigger_off() 79 static inline void trigger_error(struct trigger *t) in trigger_error() 84 static inline bool trigger_is_ready(struct trigger *t) in trigger_is_ready() 89 static inline bool trigger_is_hit(struct trigger *t) in trigger_is_hit()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | trigger.h | 36 #define TRIGGER_WARN_ONCE(t, exp) \ argument 40 static inline bool trigger_is_available(struct trigger *t) in trigger_is_available() 45 static inline bool trigger_is_error(struct trigger *t) in trigger_is_error() 50 static inline void trigger_on(struct trigger *t) in trigger_on() 56 static inline void trigger_ready(struct trigger *t) in trigger_ready() 63 static inline void trigger_hit(struct trigger *t) in trigger_hit() 71 static inline void trigger_off(struct trigger *t) in trigger_off() 78 static inline void trigger_error(struct trigger *t) in trigger_error() 83 static inline bool trigger_is_ready(struct trigger *t) in trigger_is_ready() 88 static inline bool trigger_is_hit(struct trigger *t) in trigger_is_hit()
|
| /kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
| D | saa7134-reg.h | 210 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument 211 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument 212 #define SAA7134_DATA_PATH(t) (0x002 +t) argument 213 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument 214 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument 215 #define SAA7134_VBI_H_STOP1(t) (0x006 +t) argument 216 #define SAA7134_VBI_H_STOP2(t) (0x007 +t) argument 217 #define SAA7134_VBI_V_START1(t) (0x008 +t) argument 218 #define SAA7134_VBI_V_START2(t) (0x009 +t) argument 219 #define SAA7134_VBI_V_STOP1(t) (0x00a +t) argument [all …]
|
| /kernel/linux/linux-4.19/drivers/media/pci/saa7134/ |
| D | saa7134-reg.h | 210 #define SAA7134_TASK_CONDITIONS(t) (0x000 +t) argument 211 #define SAA7134_FIELD_HANDLING(t) (0x001 +t) argument 212 #define SAA7134_DATA_PATH(t) (0x002 +t) argument 213 #define SAA7134_VBI_H_START1(t) (0x004 +t) argument 214 #define SAA7134_VBI_H_START2(t) (0x005 +t) argument 215 #define SAA7134_VBI_H_STOP1(t) (0x006 +t) argument 216 #define SAA7134_VBI_H_STOP2(t) (0x007 +t) argument 217 #define SAA7134_VBI_V_START1(t) (0x008 +t) argument 218 #define SAA7134_VBI_V_START2(t) (0x009 +t) argument 219 #define SAA7134_VBI_V_STOP1(t) (0x00a +t) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
| D | esas2r_targdb.c | 48 struct esas2r_target *t; in esas2r_targ_db_initialize() local 61 struct esas2r_target *t; in esas2r_targ_db_remove_all() local 84 struct esas2r_target *t; in esas2r_targ_db_report_changes() local 123 struct esas2r_target *t; in esas2r_targ_db_add_raid() local 177 struct esas2r_target *t; in esas2r_targ_db_add_pthru() local 221 void esas2r_targ_db_remove(struct esas2r_adapter *a, struct esas2r_target *t) in esas2r_targ_db_remove() 235 struct esas2r_target *t; in esas2r_targ_db_find_by_sas_addr() local 248 struct esas2r_target *t; in esas2r_targ_db_find_by_ident() local 265 struct esas2r_target *t = a->targetdb + id; in esas2r_targ_db_find_next_present() local 279 struct esas2r_target *t; in esas2r_targ_db_find_by_virt_id() local [all …]
|
| /kernel/linux/linux-4.19/drivers/scsi/esas2r/ |
| D | esas2r_targdb.c | 48 struct esas2r_target *t; in esas2r_targ_db_initialize() local 61 struct esas2r_target *t; in esas2r_targ_db_remove_all() local 84 struct esas2r_target *t; in esas2r_targ_db_report_changes() local 123 struct esas2r_target *t; in esas2r_targ_db_add_raid() local 177 struct esas2r_target *t; in esas2r_targ_db_add_pthru() local 221 void esas2r_targ_db_remove(struct esas2r_adapter *a, struct esas2r_target *t) in esas2r_targ_db_remove() 235 struct esas2r_target *t; in esas2r_targ_db_find_by_sas_addr() local 248 struct esas2r_target *t; in esas2r_targ_db_find_by_ident() local 265 struct esas2r_target *t = a->targetdb + id; in esas2r_targ_db_find_next_present() local 279 struct esas2r_target *t; in esas2r_targ_db_find_by_virt_id() local [all …]
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-cache-policy.c | 22 struct dm_cache_policy_type *t; in __find_policy() local 33 struct dm_cache_policy_type *t = __find_policy(name); in __get_policy_once() local 45 struct dm_cache_policy_type *t; in get_policy_once() local 56 struct dm_cache_policy_type *t; in get_policy() local 74 static void put_policy(struct dm_cache_policy_type *t) in put_policy() 138 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_destroy() local 147 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_name() local 159 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_version() local 167 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_hint_size() local
|
| D | dm-table.c | 57 static inline sector_t *get_node(struct dm_table *t, in get_node() 67 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high() 82 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index() 119 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets() 147 struct dm_table *t = kzalloc(sizeof(*t), GFP_KERNEL); in dm_table_create() local 190 void dm_table_destroy(struct dm_table *t) in dm_table_destroy() 376 struct dm_table *t = ti->table; in dm_get_device() local 657 int dm_table_add_target(struct dm_table *t, const char *type, in dm_table_add_target() 823 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type) in dm_table_set_type() 850 bool dm_table_supports_dax(struct dm_table *t, in dm_table_supports_dax() [all …]
|
| /kernel/linux/linux-4.19/drivers/md/ |
| D | dm-cache-policy.c | 22 struct dm_cache_policy_type *t; in __find_policy() local 33 struct dm_cache_policy_type *t = __find_policy(name); in __get_policy_once() local 45 struct dm_cache_policy_type *t; in get_policy_once() local 56 struct dm_cache_policy_type *t; in get_policy() local 74 static void put_policy(struct dm_cache_policy_type *t) in put_policy() 138 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_destroy() local 147 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_name() local 159 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_version() local 167 struct dm_cache_policy_type *t = p->private; in dm_cache_policy_get_hint_size() local
|
| D | dm-table.c | 98 static inline sector_t *get_node(struct dm_table *t, in get_node() 108 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n) in high() 123 static int setup_btree_index(unsigned int l, struct dm_table *t) in setup_btree_index() 160 static int alloc_targets(struct dm_table *t, unsigned int num) in alloc_targets() 190 struct dm_table *t = kzalloc(sizeof(*t), GFP_KERNEL); in dm_table_create() local 234 void dm_table_destroy(struct dm_table *t) in dm_table_destroy() 435 struct dm_table *t = ti->table; in dm_get_device() local 711 int dm_table_add_target(struct dm_table *t, const char *type, in dm_table_add_target() 879 void dm_table_set_type(struct dm_table *t, enum dm_queue_mode type) in dm_table_set_type() 891 static bool dm_table_supports_dax(struct dm_table *t) in dm_table_supports_dax() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
| D | bttv-audio-hook.c | 55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio() 86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio() 157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio() 188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio() 221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio() 259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio() 292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio() 336 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio() 377 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio() 416 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio() [all …]
|
| /kernel/linux/linux-4.19/drivers/media/pci/bt8xx/ |
| D | bttv-audio-hook.c | 55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv3pci_audio() 86 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in gvbctv5pci_audio() 157 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tvphone_audio() 188 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in avermedia_tv_stereo_audio() 221 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in lt9415_audio() 259 void terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in terratv_audio() 292 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in winfast2000_audio() 336 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in pvbt878p9b_audio() 377 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in fv2000s_audio() 416 void windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) in windvr_audio() [all …]
|
| /kernel/linux/linux-5.10/drivers/clocksource/ |
| D | timer-ti-dm-systimer.c | 55 struct dmtimer_systimer t; member 61 struct dmtimer_systimer t; member 66 static bool dmtimer_systimer_revision1(struct dmtimer_systimer *t) in dmtimer_systimer_revision1() 73 static void dmtimer_systimer_enable(struct dmtimer_systimer *t) in dmtimer_systimer_enable() 85 static void dmtimer_systimer_disable(struct dmtimer_systimer *t) in dmtimer_systimer_disable() 93 static int __init dmtimer_systimer_type1_reset(struct dmtimer_systimer *t) in dmtimer_systimer_type1_reset() 108 static int __init dmtimer_systimer_type2_reset(struct dmtimer_systimer *t) in dmtimer_systimer_type2_reset() 122 static int __init dmtimer_systimer_reset(struct dmtimer_systimer *t) in dmtimer_systimer_reset() 326 static int __init dmtimer_systimer_init_clock(struct dmtimer_systimer *t, in dmtimer_systimer_init_clock() 363 struct dmtimer_systimer *t) in dmtimer_systimer_setup() [all …]
|
| /kernel/linux/linux-4.19/drivers/media/v4l2-core/ |
| D | tuner-core.c | 192 struct tuner *t = fe->analog_demod_priv; in fe_set_params() local 212 struct tuner *t = fe->analog_demod_priv; in fe_set_config() local 253 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type() local 475 struct tuner *t = to_tuner(sd); in tuner_s_type_addr() local 509 struct tuner *t = to_tuner(sd); in tuner_s_config() local 583 struct tuner *t; in tuner_probe() local 731 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove() local 766 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode() 789 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode() 813 static void set_freq(struct tuner *t, unsigned int freq) in set_freq() [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | kcov.h | 30 #define kcov_prepare_switch(t) \ argument 35 #define kcov_finish_switch(t) \ argument 42 static inline void kcov_task_init(struct task_struct *t) {} in kcov_task_init() 43 static inline void kcov_task_exit(struct task_struct *t) {} in kcov_task_exit() 44 static inline void kcov_prepare_switch(struct task_struct *t) {} in kcov_prepare_switch() 45 static inline void kcov_finish_switch(struct task_struct *t) {} in kcov_finish_switch()
|
| D | syscalls.h | 108 #define __MAP1(m,t,a,...) m(t,a) argument 109 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument 110 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument 111 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument 112 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument 113 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument 116 #define __SC_DECL(t, a) t a argument 117 #define __TYPE_AS(t, v) __same_type((__force t)0, v) argument 118 #define __TYPE_IS_L(t) (__TYPE_AS(t, 0L)) argument 119 #define __TYPE_IS_UL(t) (__TYPE_AS(t, 0UL)) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/ |
| D | industrialio-sw-trigger.c | 32 struct iio_sw_trigger_type *t = NULL, *iter; in __iio_find_sw_trigger_type() local 43 int iio_register_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_register_sw_trigger_type() 68 void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_unregister_sw_trigger_type() 85 struct iio_sw_trigger_type *t; in iio_get_sw_trigger_type() local 98 struct iio_sw_trigger *t; in iio_sw_trigger_create() local 119 void iio_sw_trigger_destroy(struct iio_sw_trigger *t) in iio_sw_trigger_destroy() 131 struct iio_sw_trigger *t; in trigger_make_group() local 145 struct iio_sw_trigger *t = to_iio_sw_trigger(item); in trigger_drop_group() local
|
| /kernel/linux/linux-4.19/drivers/iio/ |
| D | industrialio-sw-trigger.c | 35 struct iio_sw_trigger_type *t = NULL, *iter; in __iio_find_sw_trigger_type() local 46 int iio_register_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_register_sw_trigger_type() 71 void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_unregister_sw_trigger_type() 88 struct iio_sw_trigger_type *t; in iio_get_sw_trigger_type() local 101 struct iio_sw_trigger *t; in iio_sw_trigger_create() local 122 void iio_sw_trigger_destroy(struct iio_sw_trigger *t) in iio_sw_trigger_destroy() 134 struct iio_sw_trigger *t; in trigger_make_group() local 148 struct iio_sw_trigger *t = to_iio_sw_trigger(item); in trigger_drop_group() local
|
| /kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
| D | tuner-core.c | 240 struct tuner *t = fe->analog_demod_priv; in fe_set_params() local 260 struct tuner *t = fe->analog_demod_priv; in fe_set_config() local 301 struct tuner *t = to_tuner(i2c_get_clientdata(c)); in set_type() local 523 struct tuner *t = to_tuner(sd); in tuner_s_type_addr() local 557 struct tuner *t = to_tuner(sd); in tuner_s_config() local 631 struct tuner *t; in tuner_probe() local 784 struct tuner *t = to_tuner(i2c_get_clientdata(client)); in tuner_remove() local 819 static inline int check_mode(struct tuner *t, enum v4l2_tuner_type mode) in check_mode() 842 static int set_mode(struct tuner *t, enum v4l2_tuner_type mode) in set_mode() 866 static void set_freq(struct tuner *t, unsigned int freq) in set_freq() [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/ |
| D | switch_to.h | 38 static inline void save_fpu(struct task_struct *t) { } in save_fpu() 39 static inline void flush_fp_to_thread(struct task_struct *t) { } in flush_fp_to_thread() 52 static inline void save_altivec(struct task_struct *t) { } in save_altivec() 53 static inline void __giveup_altivec(struct task_struct *t) { } in __giveup_altivec() 75 static inline void __giveup_spe(struct task_struct *t) { } in __giveup_spe() 78 static inline void clear_task_ebb(struct task_struct *t) in clear_task_ebb()
|