Home
last modified time | relevance | path

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

12345

/Linux-v4.19/drivers/gpu/drm/
Ddrm_dp_cec.c88 struct drm_dp_aux *aux = cec_get_drvdata(adap); in drm_dp_cec_adap_enable() local
98 struct drm_dp_aux *aux = cec_get_drvdata(adap); in drm_dp_cec_adap_log_addr() local
115 struct drm_dp_aux *aux = cec_get_drvdata(adap); in drm_dp_cec_adap_transmit() local
133 struct drm_dp_aux *aux = cec_get_drvdata(adap); in drm_dp_cec_adap_monitor_all_enable() local
154 struct drm_dp_aux *aux = cec_get_drvdata(adap); in drm_dp_cec_adap_status() local
183 static int drm_dp_cec_received(struct drm_dp_aux *aux) in drm_dp_cec_received()
206 static void drm_dp_cec_handle_irq(struct drm_dp_aux *aux) in drm_dp_cec_handle_irq()
236 void drm_dp_cec_irq(struct drm_dp_aux *aux) in drm_dp_cec_irq()
257 static bool drm_dp_cec_cap(struct drm_dp_aux *aux, u8 *cec_cap) in drm_dp_cec_cap()
275 struct drm_dp_aux *aux = container_of(work, struct drm_dp_aux, in drm_dp_cec_unregister_work() local
[all …]
Ddrm_dp_helper.c189 drm_dp_dump_access(const struct drm_dp_aux *aux, in drm_dp_dump_access()
214 static int drm_dp_dpcd_access(struct drm_dp_aux *aux, u8 request, in drm_dp_dpcd_access()
285 ssize_t drm_dp_dpcd_read(struct drm_dp_aux *aux, unsigned int offset, in drm_dp_dpcd_read()
330 ssize_t drm_dp_dpcd_write(struct drm_dp_aux *aux, unsigned int offset, in drm_dp_dpcd_write()
350 int drm_dp_dpcd_read_link_status(struct drm_dp_aux *aux, in drm_dp_dpcd_read_link_status()
369 int drm_dp_link_probe(struct drm_dp_aux *aux, struct drm_dp_link *link) in drm_dp_link_probe()
398 int drm_dp_link_power_up(struct drm_dp_aux *aux, struct drm_dp_link *link) in drm_dp_link_power_up()
436 int drm_dp_link_power_down(struct drm_dp_aux *aux, struct drm_dp_link *link) in drm_dp_link_power_down()
467 int drm_dp_link_configure(struct drm_dp_aux *aux, struct drm_dp_link *link) in drm_dp_link_configure()
568 int drm_dp_downstream_id(struct drm_dp_aux *aux, char id[6]) in drm_dp_downstream_id()
[all …]
Ddrm_dp_aux_dev.c44 struct drm_dp_aux *aux; member
70 static struct drm_dp_aux_dev *alloc_drm_dp_aux_dev(struct drm_dp_aux *aux) in alloc_drm_dp_aux_dev()
247 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()
268 void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode()
293 int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) in drm_dp_aux_register_devnode()
Ddrm_crtc_helper_internal.h61 static inline int drm_dp_aux_register_devnode(struct drm_dp_aux *aux) in drm_dp_aux_register_devnode()
66 static inline void drm_dp_aux_unregister_devnode(struct drm_dp_aux *aux) in drm_dp_aux_unregister_devnode()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Daux.c30 struct nvkm_i2c_aux *aux = container_of(adap, typeof(*aux), i2c); in nvkm_i2c_aux_i2c_xfer() local
84 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) in nvkm_i2c_aux_monitor()
95 nvkm_i2c_aux_release(struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_release()
104 nvkm_i2c_aux_acquire(struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_acquire()
117 nvkm_i2c_aux_xfer(struct nvkm_i2c_aux *aux, bool retry, u8 type, in nvkm_i2c_aux_xfer()
128 nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *aux, int nr, int bw, bool ef) in nvkm_i2c_aux_lnk_ctl()
138 struct nvkm_i2c_aux *aux = *paux; in nvkm_i2c_aux_del() local
151 struct nvkm_i2c_aux *aux) in nvkm_i2c_aux_ctor()
Dbase.c79 struct nvkm_i2c_aux *aux; in nvkm_i2c_aux_find() local
93 struct nvkm_i2c_aux *aux = nvkm_i2c_aux_find(i2c, id); in nvkm_i2c_intr_fini() local
102 struct nvkm_i2c_aux *aux = nvkm_i2c_aux_find(i2c, id); in nvkm_i2c_intr_init() local
132 struct nvkm_i2c_aux *aux; in nvkm_i2c_intr() local
203 struct nvkm_i2c_aux *aux = in nvkm_i2c_dtor() local
267 struct nvkm_i2c_aux *aux = NULL; in nvkm_i2c_new_() local
375 struct nvkm_i2c_aux *aux = NULL; in nvkm_i2c_new_() local
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
173 struct gm200_i2c_aux *aux; in gm200_i2c_aux_new() local
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
168 struct g94_i2c_aux *aux; in g94_i2c_aux_new_() local
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
Dpriv.h15 int aux; member
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp_aux.c41 static int edp_msg_fifo_tx(struct edp_aux *aux, struct drm_dp_aux_msg *msg) in edp_msg_fifo_tx()
88 static int edp_msg_fifo_rx(struct edp_aux *aux, struct drm_dp_aux_msg *msg) in edp_msg_fifo_rx()
121 struct edp_aux *aux = to_edp_aux(drm_aux); in edp_aux_transfer() local
198 struct edp_aux *aux = NULL; in msm_edp_aux_init() local
225 void msm_edp_aux_destroy(struct device *dev, struct edp_aux *aux) in msm_edp_aux_destroy()
233 irqreturn_t msm_edp_aux_irq(struct edp_aux *aux, u32 isr) in msm_edp_aux_irq()
250 void msm_edp_aux_ctrl(struct edp_aux *aux, int enable) in msm_edp_aux_ctrl()
/Linux-v4.19/drivers/clk/spear/
Dclk-aux-synth.c47 struct clk_aux *aux = to_clk_aux(hw); in aux_calc_rate() local
58 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_round_rate() local
68 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_recalc_rate() local
102 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_set_rate() local
142 struct clk_aux *aux; in clk_register_aux() local
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddpaux.c35 struct drm_dp_aux aux; member
59 static inline struct tegra_dpaux *to_dpaux(struct drm_dp_aux *aux) in to_dpaux()
118 static ssize_t tegra_dpaux_transfer(struct drm_dp_aux *aux, in tegra_dpaux_transfer()
676 int drm_dp_aux_attach(struct drm_dp_aux *aux, struct tegra_output *output) in drm_dp_aux_attach()
706 int drm_dp_aux_detach(struct drm_dp_aux *aux) in drm_dp_aux_detach()
735 enum drm_connector_status drm_dp_aux_detect(struct drm_dp_aux *aux) in drm_dp_aux_detect()
748 int drm_dp_aux_enable(struct drm_dp_aux *aux) in drm_dp_aux_enable()
755 int drm_dp_aux_disable(struct drm_dp_aux *aux) in drm_dp_aux_disable()
764 int drm_dp_aux_prepare(struct drm_dp_aux *aux, u8 encoding) in drm_dp_aux_prepare()
776 int drm_dp_aux_train(struct drm_dp_aux *aux, struct drm_dp_link *link, in drm_dp_aux_train()
/Linux-v4.19/drivers/md/persistent-data/
Ddm-block-manager.c357 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_alloc_callback() local
364 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_write_callback() local
431 struct buffer_aux *aux, in dm_bm_validate_buffer()
460 struct buffer_aux *aux; in dm_bm_read_lock() local
493 struct buffer_aux *aux; in dm_bm_write_lock() local
529 struct buffer_aux *aux; in dm_bm_read_try_lock() local
563 struct buffer_aux *aux; in dm_bm_write_lock_zero() local
591 struct buffer_aux *aux; in dm_bm_unlock() local
/Linux-v4.19/security/keys/
Drequest_key.c96 void *aux) in call_sbin_request_key()
205 size_t callout_len, void *aux, in construct_key()
457 void *aux, in construct_key_and_link()
541 void *aux, in request_key_and_link()
686 void *aux) in request_key_with_auxdata()
747 void *aux) in request_key_async_with_auxdata()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_dp.c41 nouveau_dp_probe_oui(struct drm_device *dev, struct nvkm_i2c_aux *aux, u8 *dpcd) in nouveau_dp_probe_oui()
64 struct nvkm_i2c_aux *aux; in nouveau_dp_detect() local
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c1269 #define AUX_SDB_INDEX(aux, i) ((i) % aux->sfb.num_sdb) argument
1270 #define AUX_SDB_NUM(aux, start, end) (end >= start ? end - start + 1 : 0) argument
1271 #define AUX_SDB_NUM_ALERT(aux) AUX_SDB_NUM(aux, aux->head, aux->alert_mark) argument
1272 #define AUX_SDB_NUM_EMPTY(aux) AUX_SDB_NUM(aux, aux->head, aux->empty_mark) argument
1277 static struct hws_trailer_entry *aux_sdb_trailer(struct aux_buffer *aux, in aux_sdb_trailer()
1299 struct aux_buffer *aux; in aux_output_end() local
1332 struct aux_buffer *aux, in aux_output_begin()
1396 static bool aux_set_alert(struct aux_buffer *aux, unsigned long alert_index, in aux_set_alert()
1444 static bool aux_reset_buffer(struct aux_buffer *aux, unsigned long range, in aux_reset_buffer()
1501 struct aux_buffer *aux; in hw_collect_aux() local
[all …]
/Linux-v4.19/fs/btrfs/
Dulist.c186 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask) in ulist_add()
191 int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux, in ulist_add_merge()
228 int ulist_del(struct ulist *ulist, u64 val, u64 aux) in ulist_del()
Dulist.h29 u64 aux; /* auxiliary value saved along with the val */ member
56 static inline int ulist_add_merge_ptr(struct ulist *ulist, u64 val, void *aux, in ulist_add_merge_ptr()
/Linux-v4.19/kernel/bpf/
Dcore.c81 struct bpf_prog_aux *aux; in bpf_prog_alloc() local
414 const struct bpf_prog_aux *aux; in bpf_get_prog_addr_start() local
432 const struct bpf_prog_aux *aux; in bpf_tree_comp() local
454 static void bpf_prog_ksym_node_add(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_add()
461 static void bpf_prog_ksym_node_del(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_del()
554 struct bpf_prog_aux *aux; in bpf_get_kallsym() local
635 const struct bpf_insn *aux, in bpf_jit_blind_insn()
768 struct bpf_insn insn_buff[16], aux[2]; in bpf_jit_blind_constants() local
1433 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call() local
1726 struct bpf_prog_aux *aux; in bpf_prog_free_deferred() local
[all …]
/Linux-v4.19/drivers/iio/dac/
Dad5761.c177 u16 aux; in ad5761_spi_set_range() local
206 u16 aux; in ad5761_read_raw() local
238 u16 aux; in ad5761_write_raw() local
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Di2c.h78 struct list_head aux; member
164 nvkm_rdaux(struct nvkm_i2c_aux *aux, u32 addr, u8 *data, u8 size) in nvkm_rdaux()
177 nvkm_wraux(struct nvkm_i2c_aux *aux, u32 addr, u8 *data, u8 size) in nvkm_wraux()
/Linux-v4.19/fs/afs/
Dcache.c50 struct afs_vnode_cache_aux aux; in afs_vnode_cache_check_aux() local
Dinode.c246 struct afs_vnode_cache_aux aux; in afs_get_inode_cache() local
530 struct afs_vnode_cache_aux aux; in afs_evict_inode() local
/Linux-v4.19/scripts/basic/
Dfixdep.c174 struct item *aux; in is_defined_config() local
189 struct item *aux = malloc(sizeof(*aux) + len); in define_config() local

12345