| /kernel/linux/linux-6.6/drivers/gpu/drm/ast/ |
| D | ast_dp501.c | 13 struct ast_device *ast = data; in ast_release_firmware() local 21 struct ast_device *ast = to_ast_device(dev); in ast_load_dp501_microcode() local 31 static void send_ack(struct ast_device *ast) in send_ack() 39 static void send_nack(struct ast_device *ast) in send_nack() 47 static bool wait_ack(struct ast_device *ast) in wait_ack() 63 static bool wait_nack(struct ast_device *ast) in wait_nack() 79 static void set_cmd_trigger(struct ast_device *ast) in set_cmd_trigger() 84 static void clear_cmd_trigger(struct ast_device *ast) in clear_cmd_trigger() 109 struct ast_device *ast = to_ast_device(dev); in ast_write_cmd() local 131 struct ast_device *ast = to_ast_device(dev); in ast_write_data() local [all …]
|
| D | ast_post.c | 46 struct ast_device *ast = to_ast_device(dev); in ast_set_def_ext_reg() local 80 u32 ast_mindwm(struct ast_device *ast, u32 r) in ast_mindwm() 93 void ast_moutdwm(struct ast_device *ast, u32 r, u32 v) in ast_moutdwm() 132 static u32 mmctestburst2_ast2150(struct ast_device *ast, u32 datagen) in mmctestburst2_ast2150() 182 static int cbrtest_ast2150(struct ast_device *ast) in cbrtest_ast2150() 192 static int cbrscan_ast2150(struct ast_device *ast, int busw) in cbrscan_ast2150() 209 static void cbrdlli_ast2150(struct ast_device *ast, int busw) in cbrdlli_ast2150() 243 struct ast_device *ast = to_ast_device(dev); in ast_init_dram_reg() local 334 struct ast_device *ast = to_ast_device(dev); in ast_post_gpu() local 409 static bool mmc_test(struct ast_device *ast, u32 datagen, u8 test_ctl) in mmc_test() [all …]
|
| D | ast_main.c | 40 struct ast_device *ast = to_ast_device(dev); in ast_is_vga_enabled() local 50 struct ast_device *ast = to_ast_device(dev); in ast_enable_vga() local 62 struct ast_device *ast = data; in ast_enable_mmio_release() local 68 static int ast_enable_mmio(struct ast_device *ast) in ast_enable_mmio() 77 static void ast_open_key(struct ast_device *ast) in ast_open_key() 82 static int ast_device_config_init(struct ast_device *ast) in ast_device_config_init() 212 static void ast_detect_widescreen(struct ast_device *ast) in ast_detect_widescreen() 242 static void ast_detect_tx_chip(struct ast_device *ast, bool need_post) in ast_detect_tx_chip() 310 struct ast_device *ast = to_ast_device(dev); in ast_get_dram_info() local 432 struct ast_device *ast; in ast_device_create() local
|
| D | ast_mode.c | 54 static inline void ast_load_palette_index(struct ast_device *ast, in ast_load_palette_index() 68 static void ast_crtc_set_gamma_linear(struct ast_device *ast, in ast_crtc_set_gamma_linear() 87 static void ast_crtc_set_gamma(struct ast_device *ast, in ast_crtc_set_gamma() 235 static void ast_set_vbios_color_reg(struct ast_device *ast, in ast_set_vbios_color_reg() 266 static void ast_set_vbios_mode_reg(struct ast_device *ast, in ast_set_vbios_mode_reg() 290 static void ast_set_std_reg(struct ast_device *ast, in ast_set_std_reg() 338 static void ast_set_crtc_reg(struct ast_device *ast, in ast_set_crtc_reg() 453 static void ast_set_offset_reg(struct ast_device *ast, in ast_set_offset_reg() 463 static void ast_set_dclk_reg(struct ast_device *ast, in ast_set_dclk_reg() 481 static void ast_set_color_reg(struct ast_device *ast, in ast_set_color_reg() [all …]
|
| D | ast_dp.c | 10 bool ast_astdp_is_connected(struct ast_device *ast) in ast_astdp_is_connected() 23 struct ast_device *ast = to_ast_device(dev); in ast_astdp_read_edid() local 137 struct ast_device *ast = to_ast_device(dev); in ast_dp_launch() local 165 struct ast_device *ast = to_ast_device(dev); in ast_dp_power_on_off() local 181 struct ast_device *ast = to_ast_device(dev); in ast_dp_set_on_off() local 201 struct ast_device *ast = to_ast_device(crtc->dev); in ast_dp_set_mode() local
|
| D | ast_i2c.c | 32 struct ast_device *ast = to_ast_device(i2c->dev); in ast_i2c_setsda() local 48 struct ast_device *ast = to_ast_device(i2c->dev); in ast_i2c_setscl() local 64 struct ast_device *ast = to_ast_device(i2c->dev); in ast_i2c_getsda() local 86 struct ast_device *ast = to_ast_device(i2c->dev); in ast_i2c_getscl() local
|
| 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()
|
| D | ast_drv.h | 255 static inline unsigned long __ast_gen(struct ast_device *ast) in __ast_gen() 261 static inline bool __ast_gen_is_eq(struct ast_device *ast, unsigned long gen) in __ast_gen_is_eq() 292 static inline u32 ast_read32(struct ast_device *ast, u32 reg) in ast_read32() 297 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val) in ast_write32() 302 static inline u8 ast_io_read8(struct ast_device *ast, u32 reg) in ast_io_read8() 307 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val) in ast_io_write8() 312 static inline u8 ast_get_index_reg(struct ast_device *ast, u32 base, u8 index) in ast_get_index_reg() 319 static inline u8 ast_get_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_get_index_reg_mask() 327 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()
|
| D | ast_drv.c | 94 struct ast_device *ast; in ast_pci_probe() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ast/ |
| D | ast_post.c | 42 struct ast_private *ast = to_ast_private(dev); in ast_enable_vga() local 50 struct ast_private *ast = to_ast_private(dev); in ast_enable_mmio() local 58 struct ast_private *ast = to_ast_private(dev); in ast_is_vga_enabled() local 73 struct ast_private *ast = to_ast_private(dev); in ast_set_def_ext_reg() local 112 u32 ast_mindwm(struct ast_private *ast, u32 r) in ast_mindwm() 125 void ast_moutdwm(struct ast_private *ast, u32 r, u32 v) in ast_moutdwm() 164 static u32 mmctestburst2_ast2150(struct ast_private *ast, u32 datagen) in mmctestburst2_ast2150() 214 static int cbrtest_ast2150(struct ast_private *ast) in cbrtest_ast2150() 224 static int cbrscan_ast2150(struct ast_private *ast, int busw) in cbrscan_ast2150() 241 static void cbrdlli_ast2150(struct ast_private *ast, int busw) in cbrdlli_ast2150() [all …]
|
| D | ast_dp501.c | 13 struct ast_private *ast = data; in ast_release_firmware() local 21 struct ast_private *ast = to_ast_private(dev); in ast_load_dp501_microcode() local 31 static void send_ack(struct ast_private *ast) in send_ack() 39 static void send_nack(struct ast_private *ast) in send_nack() 47 static bool wait_ack(struct ast_private *ast) in wait_ack() 63 static bool wait_nack(struct ast_private *ast) in wait_nack() 79 static void set_cmd_trigger(struct ast_private *ast) in set_cmd_trigger() 84 static void clear_cmd_trigger(struct ast_private *ast) in clear_cmd_trigger() 109 struct ast_private *ast = to_ast_private(dev); in ast_write_cmd() local 131 struct ast_private *ast = to_ast_private(dev); in ast_write_data() local [all …]
|
| D | ast_mode.c | 52 static inline void ast_load_palette_index(struct ast_private *ast, in ast_load_palette_index() 66 static void ast_crtc_load_lut(struct ast_private *ast, struct drm_crtc *crtc) in ast_crtc_load_lut() 204 static void ast_set_vbios_color_reg(struct ast_private *ast, in ast_set_vbios_color_reg() 235 static void ast_set_vbios_mode_reg(struct ast_private *ast, in ast_set_vbios_mode_reg() 259 static void ast_set_std_reg(struct ast_private *ast, in ast_set_std_reg() 307 static void ast_set_crtc_reg(struct ast_private *ast, in ast_set_crtc_reg() 416 static void ast_set_offset_reg(struct ast_private *ast, in ast_set_offset_reg() 426 static void ast_set_dclk_reg(struct ast_private *ast, in ast_set_dclk_reg() 444 static void ast_set_color_reg(struct ast_private *ast, in ast_set_color_reg() 473 static void ast_set_crtthd_reg(struct ast_private *ast) in ast_set_crtthd_reg() [all …]
|
| D | ast_main.c | 40 void ast_set_index_reg_mask(struct ast_private *ast, in ast_set_index_reg_mask() 50 uint8_t ast_get_index_reg(struct ast_private *ast, in ast_get_index_reg() 59 uint8_t ast_get_index_reg_mask(struct ast_private *ast, in ast_get_index_reg_mask() 71 struct ast_private *ast = to_ast_private(dev); in ast_detect_config_mode() local 121 struct ast_private *ast = to_ast_private(dev); in ast_detect_chip() local 266 struct ast_private *ast = to_ast_private(dev); in ast_get_dram_info() local 389 struct ast_private *ast = data; in ast_device_release() local 400 struct ast_private *ast; in ast_device_create() local
|
| D | ast_cursor.c | 35 static void ast_cursor_fini(struct ast_private *ast) in ast_cursor_fini() 50 struct ast_private *ast = to_ast_private(dev); in ast_cursor_release() local 58 int ast_cursor_init(struct ast_private *ast) in ast_cursor_init() 169 int ast_cursor_blit(struct ast_private *ast, struct drm_framebuffer *fb) in ast_cursor_blit() 207 static void ast_cursor_set_base(struct ast_private *ast, u64 address) in ast_cursor_set_base() 218 void ast_cursor_page_flip(struct ast_private *ast) in ast_cursor_page_flip() 236 static void ast_cursor_set_location(struct ast_private *ast, u16 x, u16 y, in ast_cursor_set_location() 252 void ast_cursor_show(struct ast_private *ast, int x, int y, in ast_cursor_show() 287 void ast_cursor_hide(struct ast_private *ast) in ast_cursor_hide()
|
| D | ast_mm.c | 37 static u32 ast_get_vram_size(struct ast_private *ast) in ast_get_vram_size() 79 struct ast_private *ast = to_ast_private(dev); in ast_mm_release() local 86 int ast_mm_init(struct ast_private *ast) in ast_mm_init()
|
| D | ast_drv.c | 113 struct ast_private *ast; in ast_pci_probe() local
|
| D | ast_drv.h | 223 static inline void ast_set_index_reg(struct ast_private *ast, in ast_set_index_reg() 238 static inline void ast_open_key(struct ast_private *ast) in ast_open_key()
|
| /kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
| D | dlmlock.c | 544 const char *name, int namelen, dlm_astlockfunc_t *ast, in dlmlock()
|
| D | dlmcommon.h | 352 dlm_astlockfunc_t *ast; member
|
| /kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
| D | dlmlock.c | 542 const char *name, int namelen, dlm_astlockfunc_t *ast, in dlmlock()
|
| D | dlmcommon.h | 347 dlm_astlockfunc_t *ast; member
|