Home
last modified time | relevance | path

Searched defs:ast (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/ast/
H A Dast_dp501.c18 struct ast_device *ast = data; in ast_release_firmware() local
24 static int ast_load_dp501_microcode(struct ast_device *ast) in ast_load_dp501_microcode()
36 static void send_ack(struct ast_device *ast) in send_ack()
44 static void send_nack(struct ast_device *ast) in send_nack()
52 static bool wait_ack(struct ast_device *ast) in wait_ack()
68 static bool wait_nack(struct ast_device *ast) in wait_nack()
84 static void set_cmd_trigger(struct ast_device *ast) in set_cmd_trigger()
89 static void clear_cmd_trigger(struct ast_device *ast) in clear_cmd_trigger()
112 static bool ast_write_cmd(struct ast_device *ast, u8 data) in ast_write_cmd()
134 static bool ast_write_data(struct ast_device *ast, u8 data) in ast_write_data()
[all …]
H A Dast_mode.c62 static unsigned long ast_fb_vram_size(struct ast_device *ast) in ast_fb_vram_size()
79 struct ast_device *ast = to_ast_device(dev); in ast_set_gamma_lut() local
98 static void ast_crtc_fill_gamma(struct ast_device *ast, in ast_crtc_fill_gamma()
121 static void ast_crtc_load_gamma(struct ast_device *ast, in ast_crtc_load_gamma()
145 static void ast_set_vbios_color_reg(struct ast_device *ast, in ast_set_vbios_color_reg()
176 static void ast_set_vbios_mode_reg(struct ast_device *ast, in ast_set_vbios_mode_reg()
200 static void ast_set_std_reg(struct ast_device *ast, in ast_set_std_reg()
245 static void ast_set_crtc_reg(struct ast_device *ast, struct drm_display_mode *mode, in ast_set_crtc_reg()
358 static void ast_set_offset_reg(struct ast_device *ast, in ast_set_offset_reg()
368 static void ast_set_dclk_reg(struct ast_device *ast, in ast_set_dclk_reg()
[all …]
H A Dast_dp.c71 static bool ast_astdp_is_connected(struct ast_device *ast) in ast_astdp_is_connected()
86 struct ast_device *ast = data; in ast_astdp_read_edid_block() local
188 int ast_dp_launch(struct ast_device *ast) in ast_dp_launch()
213 static bool ast_dp_get_phy_sleep(struct ast_device *ast) in ast_dp_get_phy_sleep()
220 static void ast_dp_set_phy_sleep(struct ast_device *ast, bool sleep) in ast_dp_set_phy_sleep()
232 static void ast_dp_link_training(struct ast_device *ast) in ast_dp_link_training()
250 static bool __ast_dp_wait_enable(struct ast_device *ast, bool enabled) in __ast_dp_wait_enable()
271 static void ast_dp_set_enable(struct ast_device *ast, bool enabled) in ast_dp_set_enable()
285 static void ast_wait_for_vretrace(struct ast_device *ast) in ast_wait_for_vretrace()
321 struct ast_device *ast = to_ast_device(dev); in ast_astdp_encoder_helper_atomic_mode_set() local
[all …]
H A Dast_ddc.c34 struct ast_device *ast; member
43 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_setsda() local
59 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_setscl() local
75 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_pre_xfer() local
89 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_post_xfer() local
97 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_getsda() local
119 struct ast_device *ast = ddc->ast; in ast_ddc_algo_bit_data_getscl() local
145 struct i2c_adapter *ast_ddc_create(struct ast_device *ast) in ast_ddc_create()
H A Dast_drv.h244 static inline unsigned long __ast_gen(struct ast_device *ast) in __ast_gen()
250 static inline bool __ast_gen_is_eq(struct ast_device *ast, unsigned long gen) in __ast_gen_is_eq()
310 static inline u32 ast_read32(struct ast_device *ast, u32 reg) in ast_read32()
315 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val) in ast_write32()
320 static inline u8 ast_io_read8(struct ast_device *ast, u32 reg) in ast_io_read8()
325 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val) in ast_io_write8()
330 static inline u8 ast_get_index_reg(struct ast_device *ast, u32 base, u8 index) in ast_get_index_reg()
335 static inline u8 ast_get_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_get_index_reg_mask()
341 static inline void ast_set_index_reg(struct ast_device *ast, u32 base, u8 index, u8 val) in ast_set_index_reg()
346 static inline void ast_set_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_set_index_reg_mask()
H A Dast_sil164.c80 int ast_sil164_output_init(struct ast_device *ast) in ast_sil164_output_init()
H A Dast_vga.c80 int ast_vga_output_init(struct ast_device *ast) in ast_vga_output_init()
/linux/rust/syn/gen/
H A Dvisit.rs950 pub fn visit_abi<'ast, V>(v: &mut V, node: &'ast crate::Abi) in visit_abi()
961 pub fn visit_angle_bracketed_generic_arguments<'ast, V>( in visit_angle_bracketed_generic_arguments()
978 pub fn visit_arm<'ast, V>(v: &mut V, node: &'ast crate::Arm) in visit_arm()
996 pub fn visit_assoc_const<'ast, V>(v: &mut V, node: &'ast crate::AssocConst) in visit_assoc_const()
1009 pub fn visit_assoc_type<'ast, V>(v: &mut V, node: &'ast crate::AssocType) in visit_assoc_type()
1022 pub fn visit_attr_style<'ast, V>(v: &mut V, node: &'ast crate::AttrStyle) in visit_attr_style()
1035 pub fn visit_attribute<'ast, V>(v: &mut V, node: &'ast crate::Attribute) in visit_attribute()
1046 pub fn visit_bare_fn_arg<'ast, V>(v: &mut V, node: &'ast crate::BareFnArg) in visit_bare_fn_arg()
1061 pub fn visit_bare_variadic<'ast, V>(v: &mut V, node: &'ast crate::BareVariadic) in visit_bare_variadic()
1077 pub fn visit_bin_op<'ast, V>(v: &mut V, node: &'ast crate::BinOp) in visit_bin_op()
[all …]
/linux/fs/ocfs2/dlm/
H A Ddlmlock.c542 const char *name, int namelen, dlm_astlockfunc_t *ast, in dlmlock()
H A Ddlmcommon.h347 dlm_astlockfunc_t *ast; member