/linux/drivers/gpu/drm/ast/ |
H A D | ast_post.c | 46 struct ast_device *ast = to_ast_device(dev); in ast_set_def_ext_reg() local 108 u32 ast_mindwm(struct ast_device *ast, u32 r) in ast_mindwm() 257 struct ast_device *ast = to_ast_device(dev); in ast_init_dram_reg() local 348 struct ast_device *ast = to_ast_device(dev); in ast_post_gpu() local 489 static int cbr_test(struct ast_device *ast) in cbr_test() 508 static int cbr_scan(struct ast_device *ast) in cbr_scan() 529 static u32 cbr_test2(struct ast_device *ast) in cbr_test2() 543 static u32 cbr_scan2(struct ast_device *ast) in cbr_scan2() 564 static bool cbr_test3(struct ast_device *ast) in cbr_test3() 573 static bool cbr_scan3(struct ast_device *ast) in cbr_scan3() [all …]
|
H A D | ast_dp501.c | 18 struct ast_device *ast = data; in ast_release_firmware() local 26 struct ast_device *ast = to_ast_device(dev); in ast_load_dp501_microcode() local 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() 114 struct ast_device *ast = to_ast_device(dev); in ast_write_cmd() local 136 struct ast_device *ast = to_ast_device(dev); in ast_write_data() local 193 struct ast_device *ast = to_ast_device(dev); in ast_backup_fw() local 212 struct ast_device *ast = to_ast_device(dev); in ast_launch_m68k() local [all …]
|
H A D | ast_mode.c | 86 static void ast_crtc_set_gamma(struct ast_device *ast, in ast_crtc_set_gamma() 289 static void ast_set_std_reg(struct ast_device *ast, in ast_set_std_reg() 337 static void ast_set_crtc_reg(struct ast_device *ast, in ast_set_crtc_reg() 462 static void ast_set_dclk_reg(struct ast_device *ast, in ast_set_dclk_reg() 527 static void ast_set_sync_reg(struct ast_device *ast, in ast_set_sync_reg() 643 struct ast_device *ast = to_ast_device(dev); in ast_primary_plane_helper_atomic_update() local 1095 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_mode_set_nofb() local 1176 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_flush() local 1292 struct ast_device *ast = to_ast_device(dev); in ast_crtc_init() local 1337 struct ast_device *ast = to_ast_device(dev); in ast_mode_config_mode_valid() local [all …]
|
H A D | ast_dp.c | 16 static bool ast_astdp_is_connected(struct ast_device *ast) in ast_astdp_is_connected() 25 struct ast_device *ast = data; in ast_astdp_read_edid_block() local 127 int ast_dp_launch(struct ast_device *ast) in ast_dp_launch() 152 static bool ast_dp_power_is_on(struct ast_device *ast) in ast_dp_power_is_on() 163 struct ast_device *ast = to_ast_device(dev); in ast_dp_power_on_off() local 177 static void ast_dp_link_training(struct ast_device *ast) in ast_dp_link_training() 197 struct ast_device *ast = to_ast_device(dev); in ast_dp_set_on_off() local 216 struct ast_device *ast = to_ast_device(crtc->dev); in ast_dp_set_mode() local 321 struct ast_device *ast = to_ast_device(dev); in ast_astdp_encoder_helper_atomic_enable() local 387 struct ast_device *ast = to_ast_device(connector->dev); in ast_astdp_connector_helper_detect_ctx() local [all …]
|
H A D | ast_ddc.c | 34 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 D | ast_main.c | 39 static void ast_detect_widescreen(struct ast_device *ast) in ast_detect_widescreen() 69 static void ast_detect_tx_chip(struct ast_device *ast, bool need_post) in ast_detect_tx_chip() 139 struct ast_device *ast = to_ast_device(dev); in ast_get_dram_info() local 265 struct ast_device *ast; in ast_device_create() local
|
H A D | ast_mm.c | 36 static u32 ast_get_vram_size(struct ast_device *ast) in ast_get_vram_size() 74 int ast_mm_init(struct ast_device *ast) in ast_mm_init()
|
H A D | ast_drv.h | 232 static inline unsigned long __ast_gen(struct ast_device *ast) in __ast_gen() 238 static inline bool __ast_gen_is_eq(struct ast_device *ast, unsigned long gen) in __ast_gen_is_eq() 298 static inline u32 ast_read32(struct ast_device *ast, u32 reg) in ast_read32() 303 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val) in ast_write32() 308 static inline u8 ast_io_read8(struct ast_device *ast, u32 reg) in ast_io_read8() 313 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val) in ast_io_write8() 318 static inline u8 ast_get_index_reg(struct ast_device *ast, u32 base, u8 index) in ast_get_index_reg() 323 static inline u8 ast_get_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_get_index_reg_mask() 329 static inline void ast_set_index_reg(struct ast_device *ast, u32 base, u8 index, u8 val) in ast_set_index_reg() 334 static inline void ast_set_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_set_index_reg_mask()
|
H A D | ast_sil164.c | 78 struct ast_device *ast = to_ast_device(dev); in ast_sil164_connector_init() local 104 int ast_sil164_output_init(struct ast_device *ast) in ast_sil164_output_init()
|
H A D | ast_vga.c | 78 struct ast_device *ast = to_ast_device(dev); in ast_vga_connector_init() local 104 int ast_vga_output_init(struct ast_device *ast) in ast_vga_output_init()
|
H A D | ast_drv.c | 394 struct ast_device *ast = to_ast_device(dev); in ast_drm_thaw() local
|
/linux/fs/ocfs2/dlm/ |
H A D | dlmlock.c | 542 const char *name, int namelen, dlm_astlockfunc_t *ast, in dlmlock()
|
H A D | dlmcommon.h | 347 dlm_astlockfunc_t *ast; member
|