Home
last modified time | relevance | path

Searched defs:aux (Results 1 – 25 of 140) sorted by relevance

123456

/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c62 struct drm_dp_aux *aux; member
238 static int __8b10b_clock_recovery_delay_us(const struct drm_dp_aux *aux, u8 rd_interval) in __8b10b_clock_recovery_delay_us()
250 static int __8b10b_channel_eq_delay_us(const struct drm_dp_aux *aux, u8 rd_interval) in __8b10b_channel_eq_delay_us()
262 static int __128b132b_channel_eq_delay_us(const struct drm_dp_aux *aux, u8 rd_interval) in __128b132b_channel_eq_delay_us()
296 static int __read_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], in __read_delay()
351 int drm_dp_read_clock_recovery_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], in drm_dp_read_clock_recovery_delay()
358 int drm_dp_read_channel_eq_delay(struct drm_dp_aux *aux, const u8 dpcd[DP_RECEIVER_CAP_SIZE], in drm_dp_read_channel_eq_delay()
366 int drm_dp_128b132b_read_aux_rd_interval(struct drm_dp_aux *aux) in drm_dp_128b132b_read_aux_rd_interval()
385 void drm_dp_link_train_clock_recovery_delay(const struct drm_dp_aux *aux, in drm_dp_link_train_clock_recovery_delay()
401 static void __drm_dp_link_train_channel_eq_delay(const struct drm_dp_aux *aux, in __drm_dp_link_train_channel_eq_delay()
[all …]
H A Ddrm_dp_aux_bus.c217 void of_dp_aux_depopulate_bus(struct drm_dp_aux *aux) in of_dp_aux_depopulate_bus()
255 int of_dp_aux_populate_bus(struct drm_dp_aux *aux, in of_dp_aux_populate_bus()
256 int (*done_probing)(struct drm_dp_aux *aux)) in of_dp_aux_populate_bus()
342 int devm_of_dp_aux_populate_bus(struct drm_dp_aux *aux, in devm_of_dp_aux_populate_bus()
343 int (*done_probing)(struct drm_dp_aux *aux)) in devm_of_dp_aux_populate_bus()
H A Ddrm_dp_aux_dev.c47 struct drm_dp_aux *aux; member
73 static struct drm_dp_aux_dev *alloc_drm_dp_aux_dev(struct drm_dp_aux *aux) in alloc_drm_dp_aux_dev()
251 static struct drm_dp_aux_dev *drm_dp_aux_dev_get_by_aux(struct drm_dp_aux *aux) in drm_dp_aux_dev_get_by_aux()
272 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode()
303 int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) in drm_dp_aux_register_devnode()
H A Ddrm_dp_helper_internal.h23 static inline int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) in drm_dp_aux_register_devnode()
28 static inline void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dauxch.c33 struct nvkm_i2c_aux *aux = container_of(adap, typeof(*aux), i2c); in nvkm_i2c_aux_i2c_xfer() local
97 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) in nvkm_i2c_aux_monitor()
108 nvkm_i2c_aux_release(struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_release()
117 nvkm_i2c_aux_acquire(struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_acquire()
136 nvkm_i2c_aux_xfer(struct nvkm_i2c_aux *aux, bool retry, u8 type, in nvkm_i2c_aux_xfer()
147 nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *aux, int nr, int bw, bool ef) in nvkm_i2c_aux_lnk_ctl()
157 struct nvkm_i2c_aux *aux = *paux; in nvkm_i2c_aux_del() local
168 nvkm_i2c_aux_init(struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_init()
177 nvkm_i2c_aux_fini(struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_fini()
188 struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_ctor()
H A Dbase.c78 struct nvkm_i2c_aux *aux; in nvkm_i2c_aux_find() local
92 struct nvkm_i2c_aux *aux = nvkm_i2c_aux_find(i2c, id); in nvkm_i2c_intr_fini() local
101 struct nvkm_i2c_aux *aux = nvkm_i2c_aux_find(i2c, id); in nvkm_i2c_intr_init() local
116 struct nvkm_i2c_aux *aux; in nvkm_i2c_intr() local
143 struct nvkm_i2c_aux *aux; in nvkm_i2c_fini() local
191 struct nvkm_i2c_aux *aux; in nvkm_i2c_init() local
216 struct nvkm_i2c_aux *aux = in nvkm_i2c_dtor() local
263 struct nvkm_i2c_aux *aux; in nvkm_i2c_new_() local
282 struct nvkm_i2c_aux *aux = NULL; in nvkm_i2c_new_() local
390 struct nvkm_i2c_aux *aux = NULL; in nvkm_i2c_new_() local
H A Dauxgm200.c33 gm200_i2c_aux_fini(struct gm200_i2c_aux *aux) in gm200_i2c_aux_fini()
40 gm200_i2c_aux_init(struct gm200_i2c_aux *aux) in gm200_i2c_aux_init()
79 struct gm200_i2c_aux *aux = gm200_i2c_aux(obj); in gm200_i2c_aux_xfer() local
178 struct gm200_i2c_aux *aux; in gm200_i2c_aux_new() local
H A Dauxg94.c33 g94_i2c_aux_fini(struct g94_i2c_aux *aux) in g94_i2c_aux_fini()
40 g94_i2c_aux_init(struct g94_i2c_aux *aux) in g94_i2c_aux_init()
79 struct g94_i2c_aux *aux = g94_i2c_aux(obj); in g94_i2c_aux_xfer() local
172 struct g94_i2c_aux *aux; in g94_i2c_aux_new_() local
H A Danx9805.c139 struct anx9805_aux *aux = anx9805_aux(base); in anx9805_aux_xfer() local
195 struct anx9805_aux *aux = anx9805_aux(base); in anx9805_aux_lnk_ctl() local
236 struct anx9805_aux *aux; in anx9805_aux_new() local
/linux/drivers/clk/spear/
H A Dclk-aux-synth.c44 struct clk_aux *aux = to_clk_aux(hw); in aux_calc_rate() local
55 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_determine_rate() local
67 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_recalc_rate() local
101 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_set_rate() local
141 struct clk_aux *aux; in clk_register_aux() local
/linux/include/drm/display/
H A Ddrm_dp_aux_bus.h27 struct drm_dp_aux *aux; member
54 static inline int of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in of_dp_aux_populate_ep_devices()
64 static inline int devm_of_dp_aux_populate_ep_devices(struct drm_dp_aux *aux) in devm_of_dp_aux_populate_ep_devices()
74 static inline void of_dp_aux_depopulate_ep_devices(struct drm_dp_aux *aux) in of_dp_aux_depopulate_ep_devices()
H A Ddrm_dp_helper.h569 static inline ssize_t drm_dp_dpcd_readb(struct drm_dp_aux *aux, in drm_dp_dpcd_readb()
589 static inline int drm_dp_dpcd_read_data(struct drm_dp_aux *aux, in drm_dp_dpcd_read_data()
635 static inline int drm_dp_dpcd_write_data(struct drm_dp_aux *aux, in drm_dp_dpcd_write_data()
660 static inline ssize_t drm_dp_dpcd_writeb(struct drm_dp_aux *aux, in drm_dp_dpcd_writeb()
674 static inline int drm_dp_dpcd_read_byte(struct drm_dp_aux *aux, in drm_dp_dpcd_read_byte()
688 static inline int drm_dp_dpcd_write_byte(struct drm_dp_aux *aux, in drm_dp_dpcd_write_byte()
925 struct drm_dp_aux *aux) in drm_panel_dp_aux_backlight()
941 static inline void drm_dp_cec_irq(struct drm_dp_aux *aux) in drm_dp_cec_irq()
946 drm_dp_cec_register_connector(struct drm_dp_aux *aux, in drm_dp_cec_register_connector()
951 static inline void drm_dp_cec_unregister_connector(struct drm_dp_aux *aux) in drm_dp_cec_unregister_connector()
[all …]
/linux/kernel/sched/ext/
H A Didle.c1029 __bpf_kfunc s32 scx_bpf_cpu_node(s32 cpu, const struct bpf_prog_aux *aux) in scx_bpf_cpu_node()
1059 const struct bpf_prog_aux *aux) in scx_bpf_select_cpu_dfl()
1114 const struct bpf_prog_aux *aux) in __scx_bpf_select_cpu_and()
1168 scx_bpf_get_idle_cpumask_node(s32 node, const struct bpf_prog_aux *aux) in scx_bpf_get_idle_cpumask_node()
1193 __bpf_kfunc const struct cpumask *scx_bpf_get_idle_cpumask(const struct bpf_prog_aux *aux) in scx_bpf_get_idle_cpumask()
1226 scx_bpf_get_idle_smtmask_node(s32 node, const struct bpf_prog_aux *aux) in scx_bpf_get_idle_smtmask_node()
1255 __bpf_kfunc const struct cpumask *scx_bpf_get_idle_smtmask(const struct bpf_prog_aux *aux) in scx_bpf_get_idle_smtmask()
1305 __bpf_kfunc bool scx_bpf_test_and_clear_cpu_idle(s32 cpu, const struct bpf_prog_aux *aux) in scx_bpf_test_and_clear_cpu_idle()
1346 const struct bpf_prog_aux *aux) in scx_bpf_pick_idle_cpu_node()
1387 u64 flags, const struct bpf_prog_aux *aux) in scx_bpf_pick_idle_cpu()
[all …]
H A Dsub.c2225 __bpf_kfunc bool scx_bpf_sub_dispatch(u64 cgroup_id, const struct bpf_prog_aux *aux) in scx_bpf_sub_dispatch()
2259 static s32 sub_cap_preamble(u64 cgroup_id, u64 caps, const struct bpf_prog_aux *aux, in sub_cap_preamble()
2314 const struct bpf_prog_aux *aux) in scx_bpf_sub_grant()
2433 const struct bpf_prog_aux *aux) in scx_bpf_sub_revoke()
2526 const struct bpf_prog_aux *aux) in scx_bpf_sub_caps()
2617 const struct bpf_prog_aux *aux) in scx_bpf_sub_kill_bstr()
2655 const struct bpf_prog_aux *aux) in scx_bpf_sub_grant()
2662 const struct bpf_prog_aux *aux) in scx_bpf_sub_revoke()
2667 const struct bpf_prog_aux *aux) in scx_bpf_sub_caps()
2674 const struct bpf_prog_aux *aux) in scx_bpf_sub_kill_bstr()
H A Dext.c8838 const struct bpf_prog_aux *aux) in scx_bpf_dsq_insert___v2()
8860 const struct bpf_prog_aux *aux) in scx_bpf_dsq_insert()
8918 const struct bpf_prog_aux *aux) in __scx_bpf_dsq_insert_vtime()
9089 __bpf_kfunc u32 scx_bpf_dispatch_nr_slots(const struct bpf_prog_aux *aux) in scx_bpf_dispatch_nr_slots()
9109 __bpf_kfunc void scx_bpf_dispatch_cancel(const struct bpf_prog_aux *aux) in scx_bpf_dispatch_cancel()
9154 const struct bpf_prog_aux *aux) in scx_bpf_dsq_move_to_local___v2()
9196 __bpf_kfunc bool scx_bpf_dsq_move_to_local(u64 dsq_id, const struct bpf_prog_aux *aux) in scx_bpf_dsq_move_to_local()
9329 __bpf_kfunc u32 scx_bpf_reenqueue_local(const struct bpf_prog_aux *aux) in scx_bpf_reenqueue_local()
9368 __bpf_kfunc s32 scx_bpf_create_dsq(u64 dsq_id, s32 node, const struct bpf_prog_aux *aux) in scx_bpf_create_dsq()
9456 const struct bpf_prog_aux *aux) in scx_bpf_task_set_slice()
[all …]
/linux/drivers/md/persistent-data/
H A Ddm-block-manager.c358 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_alloc_callback() local
366 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_write_callback() local
443 struct buffer_aux *aux, in dm_bm_validate_buffer()
473 struct buffer_aux *aux; in dm_bm_read_lock() local
506 struct buffer_aux *aux; in dm_bm_write_lock() local
542 struct buffer_aux *aux; in dm_bm_read_try_lock() local
576 struct buffer_aux *aux; in dm_bm_write_lock_zero() local
604 struct buffer_aux *aux = dm_bufio_get_aux_data(to_buffer(b)); in dm_bm_unlock() local
/linux/security/keys/
H A Drequest_key.c118 static int call_sbin_request_key(struct key *authkey, void *aux) in call_sbin_request_key() argument
227 size_t callout_len, void *aux, in construct_key() argument
492 void *aux, in construct_key_and_link() argument
579 void *aux, in request_key_and_link() argument
751 request_key_with_auxdata(struct key_type * type,const char * description,struct key_tag * domain_tag,const void * callout_info,size_t callout_len,void * aux) request_key_with_auxdata() argument
[all...]
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1258 static inline unsigned long aux_sdb_index(struct aux_buffer *aux, in aux_sdb_index()
1269 static inline unsigned long aux_sdb_num_alert(struct aux_buffer *aux) in aux_sdb_num_alert()
1274 static inline unsigned long aux_sdb_num_empty(struct aux_buffer *aux) in aux_sdb_num_empty()
1282 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux, in aux_sdb_trailer()
1304 struct aux_buffer *aux; in aux_output_end() local
1335 struct aux_buffer *aux, in aux_output_begin()
1387 static bool aux_set_alert(struct aux_buffer *aux, unsigned long alert_index, in aux_set_alert()
1434 static bool aux_reset_buffer(struct aux_buffer *aux, unsigned long range, in aux_reset_buffer()
1492 struct aux_buffer *aux; in hw_collect_aux() local
1551 struct aux_buffer *aux = data; in aux_buffer_free() local
[all …]
/linux/tools/testing/selftests/perf_events/
H A Dmmap.c43 bool aux; in FIXTURE_VARIANT() local
53 FIXTURE_VARIANT_ADD(perf_mmap, aux) in FIXTURE_VARIANT_ADD() argument
87 void *aux, *region; in FIXTURE_SETUP() local
/linux/fs/btrfs/
H A Dulist.c200 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask) in ulist_add()
205 int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux, in ulist_add_merge()
249 int ulist_del(struct ulist *ulist, u64 val, u64 aux) in ulist_del()
H A Dulist.h30 u64 aux; /* auxiliary value saved along with the val */ member
59 static inline int ulist_add_merge_ptr(struct ulist *ulist, u64 val, void *aux, in ulist_add_merge_ptr()
/linux/samples/vfs/
H A Dtest-fsmount.c83 const char *key, const void *val, int aux) in fsconfig()
97 #define E_fsconfig(fd, cmd, key, val, aux) \ argument
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Di2c.h66 struct list_head aux; member
158 nvkm_rdaux(struct nvkm_i2c_aux *aux, u32 addr, u8 *data, u8 size) in nvkm_rdaux()
171 nvkm_wraux(struct nvkm_i2c_aux *aux, u32 addr, u8 *data, u8 size) in nvkm_wraux()
/linux/kernel/bpf/
H A Darraymap.c754 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map()
1107 struct bpf_prog_aux *aux; member
1114 struct bpf_array_aux *aux; in prog_array_map_poke_track() local
1147 struct bpf_array_aux *aux; in prog_array_map_poke_untrack() local
1172 struct bpf_array_aux *aux; in prog_array_map_poke_run() local
1226 struct bpf_array_aux *aux = container_of(map, struct bpf_array, in prog_array_map_clear() local
1234 struct bpf_array_aux *aux; in prog_array_map_alloc() local
1260 struct bpf_array_aux *aux; in prog_array_map_free() local
H A Ddmabuf_iter.c94 static void bpf_iter_dmabuf_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_dmabuf_show_fdinfo()
100 static int dmabuf_iter_seq_init(void *priv, struct bpf_iter_aux_info *aux) in dmabuf_iter_seq_init()

123456