type stringclasses 2
values | api_name stringlengths 4 44 | file stringlengths 8 70 | commit stringlengths 40 40 | old_signature stringlengths 14 4.12k ⌀ | new_signature stringlengths 19 4.19k ⌀ | change_type stringclasses 5
values |
|---|---|---|---|---|---|---|
function_signature_change | dummycon_cursor | drivers/video/console/dummycon.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void dummycon_cursor(struct vc_data *vc, int mode) | static void dummycon_cursor(struct vc_data *vc, bool enable) | param_type_changed |
function_signature_change | mdacon_cursor | drivers/video/console/mdacon.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void mdacon_cursor(struct vc_data *c, int mode) | static void mdacon_cursor(struct vc_data *c, bool enable) | param_type_changed |
function_signature_change | newport_cursor | drivers/video/console/newport_con.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void newport_cursor(struct vc_data *vc, int mode) | static void newport_cursor(struct vc_data *vc, bool enable) | param_type_changed |
function_signature_change | sticon_cursor | drivers/video/console/sticon.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void sticon_cursor(struct vc_data *conp, int mode) | static void sticon_cursor(struct vc_data *conp, bool enable) | param_type_changed |
function_signature_change | vgacon_cursor | drivers/video/console/vgacon.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void vgacon_cursor(struct vc_data *c, int mode) | static void vgacon_cursor(struct vc_data *c, bool enable) | param_type_changed |
function_signature_change | bit_cursor | drivers/video/fbdev/core/bitblit.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void bit_cursor(struct vc_data *vc, struct fb_info *info, int mode,
int fg, int bg) | static void bit_cursor(struct vc_data *vc, struct fb_info *info, bool enable,
int fg, int bg) | param_type_changed |
function_signature_change | fbcon_cursor | drivers/video/fbdev/core/fbcon.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void fbcon_cursor(struct vc_data *vc, int mode) | static void fbcon_cursor(struct vc_data *vc, bool enable) | param_type_changed |
function_signature_change | ccw_cursor | drivers/video/fbdev/core/fbcon_ccw.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
int fg, int bg) | static void ccw_cursor(struct vc_data *vc, struct fb_info *info, bool enable,
int fg, int bg) | param_type_changed |
function_signature_change | cw_cursor | drivers/video/fbdev/core/fbcon_cw.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
int fg, int bg) | static void cw_cursor(struct vc_data *vc, struct fb_info *info, bool enable,
int fg, int bg) | param_type_changed |
function_signature_change | ud_cursor | drivers/video/fbdev/core/fbcon_ud.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode,
int fg, int bg) | static void ud_cursor(struct vc_data *vc, struct fb_info *info, bool enable,
int fg, int bg) | param_type_changed |
function_signature_change | tile_cursor | drivers/video/fbdev/core/tileblit.c | a292e3fc94cb9795bbba4ddac075a9055cd58a5e | static void tile_cursor(struct vc_data *vc, struct fb_info *info, int mode,
int fg, int bg) | static void tile_cursor(struct vc_data *vc, struct fb_info *info, bool enable,
int fg, int bg) | param_type_changed |
function_signature_change | dummycon_putcs | drivers/video/console/dummycon.c | bfd7de49d7444ce46a48e92ce7cb11266ce79905 | static void dummycon_putcs(struct vc_data *vc, const unsigned short *s,
int count, int ypos, int xpos) | static void dummycon_putcs(struct vc_data *vc, const u16 *s, unsigned int count,
unsigned int ypos, unsigned int xpos) | param_type_changed |
function_signature_change | mdacon_putcs | drivers/video/console/mdacon.c | bfd7de49d7444ce46a48e92ce7cb11266ce79905 | static void mdacon_putcs(struct vc_data *c, const unsigned short *s,
int count, int y, int x) | static void mdacon_putcs(struct vc_data *c, const u16 *s, unsigned int count,
unsigned int y, unsigned int x) | param_type_changed |
function_signature_change | newport_putcs | drivers/video/console/newport_con.c | bfd7de49d7444ce46a48e92ce7cb11266ce79905 | static void newport_putcs(struct vc_data *vc, const unsigned short *s,
int count, int ypos, int xpos) | static void newport_putcs(struct vc_data *vc, const u16 *s,
unsigned int count, unsigned int ypos,
unsigned int xpos) | param_type_changed |
function_signature_change | sticon_putcs | drivers/video/console/sticon.c | bfd7de49d7444ce46a48e92ce7cb11266ce79905 | static void sticon_putcs(struct vc_data *conp, const unsigned short *s,
int count, int ypos, int xpos) | static void sticon_putcs(struct vc_data *conp, const u16 *s, unsigned int count,
unsigned int ypos, unsigned int xpos) | param_type_changed |
function_signature_change | vgacon_putcs | drivers/video/console/vgacon.c | bfd7de49d7444ce46a48e92ce7cb11266ce79905 | static void vgacon_putcs(struct vc_data *vc, const unsigned short *s,
int count, int ypos, int xpos) | static void vgacon_putcs(struct vc_data *vc, const u16 *s, unsigned int count,
unsigned int ypos, unsigned int xpos) | param_type_changed |
function_signature_change | fbcon_putcs | drivers/video/fbdev/core/fbcon.c | bfd7de49d7444ce46a48e92ce7cb11266ce79905 | static void fbcon_putcs(struct vc_data *vc, const unsigned short *s,
int count, int ypos, int xpos) | static void fbcon_putcs(struct vc_data *vc, const u16 *s, unsigned int count,
unsigned int ypos, unsigned int xpos) | param_type_changed |
function_signature_change | dummycon_putc | drivers/video/console/dummycon.c | 338c28107b51083846afdc5fe8f7830cc8abd893 | static void dummycon_putc(struct vc_data *vc, int c, int ypos, int xpos) | static void dummycon_putc(struct vc_data *vc, u16 c, unsigned int y,
unsigned int x) | param_type_changed |
function_signature_change | newport_putc | drivers/video/console/newport_con.c | 338c28107b51083846afdc5fe8f7830cc8abd893 | static void newport_putc(struct vc_data *vc, int charattr, int ypos,
int xpos) | static void newport_putc(struct vc_data *vc, u16 charattr, unsigned int ypos,
unsigned int xpos) | param_type_changed |
function_signature_change | dummycon_clear | drivers/video/console/dummycon.c | 559f01a0ee6d924c6fec3eaf6a5b078b15e71070 | static void dummycon_clear(struct vc_data *vc, int sy, int sx, int height,
int width) | static void dummycon_clear(struct vc_data *vc, unsigned int sy, unsigned int sx,
unsigned int width) | param_removed |
function_signature_change | mdacon_clear | drivers/video/console/mdacon.c | 559f01a0ee6d924c6fec3eaf6a5b078b15e71070 | static void mdacon_clear(struct vc_data *c, int y, int x,
int height, int width) | static void mdacon_clear(struct vc_data *c, unsigned int y, unsigned int x,
unsigned int width) | param_removed |
function_signature_change | newport_clear | drivers/video/console/newport_con.c | 559f01a0ee6d924c6fec3eaf6a5b078b15e71070 | static void newport_clear(struct vc_data *vc, int sy, int sx, int height,
int width) | static void newport_clear(struct vc_data *vc, unsigned int sy, unsigned int sx,
unsigned int width) | param_removed |
function_signature_change | sticon_clear | drivers/video/console/sticon.c | 559f01a0ee6d924c6fec3eaf6a5b078b15e71070 | static void sticon_clear(struct vc_data *conp, int sy, int sx, int height,
int width) | static void sticon_clear(struct vc_data *conp, unsigned int sy, unsigned int sx,
unsigned int width) | param_removed |
function_signature_change | vgacon_clear | drivers/video/console/vgacon.c | 559f01a0ee6d924c6fec3eaf6a5b078b15e71070 | static void vgacon_clear(struct vc_data *vc, int sy, int sx, int height,
int width) | static void vgacon_clear(struct vc_data *vc, unsigned int sy, unsigned int sx,
unsigned int width) | param_removed |
function_signature_change | fbcon_clear | drivers/video/fbdev/core/fbcon.c | 559f01a0ee6d924c6fec3eaf6a5b078b15e71070 | static void fbcon_clear(struct vc_data *vc, int sy, int sx, int height,
int width) | static void fbcon_clear(struct vc_data *vc, unsigned int sy, unsigned int sx,
unsigned int width) | param_removed |
function_signature_change | visual_init | drivers/tty/vt/vt.c | dae3e6b6180f1a2394b984c596d39ed2c57d25fe | static void visual_init(struct vc_data *vc, int num, int init) | static void visual_init(struct vc_data *vc, int num, bool init) | param_type_changed |
function_signature_change | dummycon_init | drivers/video/console/dummycon.c | dae3e6b6180f1a2394b984c596d39ed2c57d25fe | static void dummycon_init(struct vc_data *vc, int init) | static void dummycon_init(struct vc_data *vc, bool init) | param_type_changed |
function_signature_change | mdacon_init | drivers/video/console/mdacon.c | dae3e6b6180f1a2394b984c596d39ed2c57d25fe | static void mdacon_init(struct vc_data *c, int init) | static void mdacon_init(struct vc_data *c, bool init) | param_type_changed |
function_signature_change | newport_init | drivers/video/console/newport_con.c | dae3e6b6180f1a2394b984c596d39ed2c57d25fe | static void newport_init(struct vc_data *vc, int init) | static void newport_init(struct vc_data *vc, bool init) | param_type_changed |
function_signature_change | sticon_init | drivers/video/console/sticon.c | dae3e6b6180f1a2394b984c596d39ed2c57d25fe | static void sticon_init(struct vc_data *c, int init) | static void sticon_init(struct vc_data *c, bool init) | param_type_changed |
function_signature_change | vgacon_init | drivers/video/console/vgacon.c | dae3e6b6180f1a2394b984c596d39ed2c57d25fe | static void vgacon_init(struct vc_data *c, int init) | static void vgacon_init(struct vc_data *c, bool init) | param_type_changed |
function_signature_change | fbcon_init | drivers/video/fbdev/core/fbcon.c | dae3e6b6180f1a2394b984c596d39ed2c57d25fe | static void fbcon_init(struct vc_data *vc, int init) | static void fbcon_init(struct vc_data *vc, bool init) | param_type_changed |
function_signature_change | con_debug_enter | drivers/tty/vt/vt.c | 7995c30d8d771c8410d7f2ba5b9d42b69e0074c8 | int con_debug_enter(struct vc_data *vc) | void con_debug_enter(struct vc_data *vc) | return_type_changed |
function_signature_change | con_debug_leave | drivers/tty/vt/vt.c | 7995c30d8d771c8410d7f2ba5b9d42b69e0074c8 | int con_debug_leave(void) | void con_debug_leave(void) | return_type_changed |
function_signature_change | fbcon_debug_enter | drivers/video/fbdev/core/fbcon.c | 7995c30d8d771c8410d7f2ba5b9d42b69e0074c8 | static int fbcon_debug_enter(struct vc_data *vc) | static void fbcon_debug_enter(struct vc_data *vc) | return_type_changed |
function_signature_change | fbcon_debug_leave | drivers/video/fbdev/core/fbcon.c | 7995c30d8d771c8410d7f2ba5b9d42b69e0074c8 | static int fbcon_debug_leave(struct vc_data *vc) | static void fbcon_debug_leave(struct vc_data *vc) | return_type_changed |
function_signature_change | con_debug_enter | include/linux/console.h | 7995c30d8d771c8410d7f2ba5b9d42b69e0074c8 | int con_debug_enter(struct vc_data *vc) | void con_debug_enter(struct vc_data *vc) | return_type_changed |
function_signature_change | con_debug_leave | include/linux/console.h | 7995c30d8d771c8410d7f2ba5b9d42b69e0074c8 | int con_debug_leave(void) | void con_debug_leave(void) | return_type_changed |
function_signature_change | clear_selection | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void clear_selection(void) | void clear_selection(void) | return_type_changed |
function_signature_change | set_selection_user | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern int set_selection_user(const struct tiocl_selection __user *sel,
struct tty_struct *tty) | int set_selection_user(const struct tiocl_selection __user *sel,
struct tty_struct *tty) | return_type_changed |
function_signature_change | set_selection_kernel | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern int set_selection_kernel(struct tiocl_selection *v,
struct tty_struct *tty) | int set_selection_kernel(struct tiocl_selection *v, struct tty_struct *tty) | return_type_changed |
function_signature_change | paste_selection | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern int paste_selection(struct tty_struct *tty) | int paste_selection(struct tty_struct *tty) | return_type_changed |
function_signature_change | sel_loadlut | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern int sel_loadlut(u32 __user *lut) | int sel_loadlut(u32 __user *lut) | return_type_changed |
function_signature_change | mouse_reporting | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern int mouse_reporting(void) | int mouse_reporting(void) | return_type_changed |
function_signature_change | mouse_report | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry) | void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) | return_type_changed |
function_signature_change | screen_pos | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern unsigned short *screen_pos(const struct vc_data *vc, int w_offset,
bool viewed) | unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed) | return_type_changed |
function_signature_change | screen_glyph | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern u16 screen_glyph(const struct vc_data *vc, int offset) | u16 screen_glyph(const struct vc_data *vc, int offset) | return_type_changed |
function_signature_change | screen_glyph_unicode | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern u32 screen_glyph_unicode(const struct vc_data *vc, int offset) | u32 screen_glyph_unicode(const struct vc_data *vc, int offset) | return_type_changed |
function_signature_change | complement_pos | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void complement_pos(struct vc_data *vc, int offset) | void complement_pos(struct vc_data *vc, int offset) | return_type_changed |
function_signature_change | invert_screen | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void invert_screen(struct vc_data *vc, int offset, int count, bool viewed) | void invert_screen(struct vc_data *vc, int offset, int count, bool viewed) | return_type_changed |
function_signature_change | getconsxy | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]) | void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]) | return_type_changed |
function_signature_change | putconsxy | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]) | void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]) | return_type_changed |
function_signature_change | vcs_scr_readw | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org) | u16 vcs_scr_readw(const struct vc_data *vc, const u16 *org) | return_type_changed |
function_signature_change | vcs_scr_writew | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org) | void vcs_scr_writew(struct vc_data *vc, u16 val, u16 *org) | return_type_changed |
function_signature_change | vcs_scr_updated | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void vcs_scr_updated(struct vc_data *vc) | void vcs_scr_updated(struct vc_data *vc) | return_type_changed |
function_signature_change | vc_uniscr_check | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern int vc_uniscr_check(struct vc_data *vc) | int vc_uniscr_check(struct vc_data *vc) | return_type_changed |
function_signature_change | vc_uniscr_copy_line | include/linux/selection.h | 649f6fbe6abe0c7749120067058709d41111f655 | extern void vc_uniscr_copy_line(const struct vc_data *vc, void *dest,
bool viewed,
unsigned int row, unsigned int col,
unsigned int nr) | void vc_uniscr_copy_line(const struct vc_data *vc, void *dest, bool viewed,
unsigned int row, unsigned int col, unsigned int nr) | return_type_changed |
function_signature_change | csi_K | drivers/tty/vt/vt.c | 8e6bd49a6132a6b95aa0bb7b705c9ab535396813 | static void csi_K(struct vc_data *vc, int vpar) | static void csi_K(struct vc_data *vc) | param_removed |
function_signature_change | csi_X | drivers/tty/vt/vt.c | 8e6bd49a6132a6b95aa0bb7b705c9ab535396813 | static void csi_X(struct vc_data *vc, unsigned int vpar) | static void csi_X(struct vc_data *vc) | param_removed |
function_signature_change | csi_L | drivers/tty/vt/vt.c | 8e6bd49a6132a6b95aa0bb7b705c9ab535396813 | static void csi_L(struct vc_data *vc, unsigned int nr) | static void csi_L(struct vc_data *vc) | param_removed |
function_signature_change | csi_P | drivers/tty/vt/vt.c | 8e6bd49a6132a6b95aa0bb7b705c9ab535396813 | static void csi_P(struct vc_data *vc, unsigned int nr) | static void csi_P(struct vc_data *vc) | param_removed |
function_signature_change | csi_M | drivers/tty/vt/vt.c | 8e6bd49a6132a6b95aa0bb7b705c9ab535396813 | static void csi_M(struct vc_data *vc, unsigned int nr) | static void csi_M(struct vc_data *vc) | param_removed |
function_signature_change | csi_J | drivers/tty/vt/vt.c | 4b8f936185bd0ed319cc0dcedc7ef68cfaed04d3 | static void csi_J(struct vc_data *vc, int vpar) | static void csi_J(struct vc_data *vc, enum CSI_J vpar) | param_type_changed |
function_signature_change | vc_is_sel | drivers/tty/vt/selection.c | d4c0c481e49fdf483c43e13e4a419ea19c045023 | bool vc_is_sel(struct vc_data *vc) | bool vc_is_sel(const struct vc_data *vc) | param_type_changed |
function_signature_change | vc_is_sel | include/linux/selection.h | d4c0c481e49fdf483c43e13e4a419ea19c045023 | bool vc_is_sel(struct vc_data *vc) | bool vc_is_sel(const struct vc_data *vc) | param_type_changed |
function_signature_change | resize_screen | drivers/tty/vt/vt.c | beccdcfa15666c442ce79a5f963fcb34ec28084e | static inline int resize_screen(struct vc_data *vc, int width, int height,
int user) | static inline int resize_screen(struct vc_data *vc, int width, int height,
bool from_user) | param_type_changed |
function_signature_change | vc_do_resize | drivers/tty/vt/vt.c | beccdcfa15666c442ce79a5f963fcb34ec28084e | static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc,
unsigned int cols, unsigned int lines) | static int vc_do_resize(struct tty_struct *tty, struct vc_data *vc,
unsigned int cols, unsigned int lines, bool from_user) | param_added |
function_signature_change | vgacon_resize | drivers/video/console/vgacon.c | beccdcfa15666c442ce79a5f963fcb34ec28084e | static int vgacon_resize(struct vc_data *c, unsigned int width,
unsigned int height, unsigned int user) | static int vgacon_resize(struct vc_data *c, unsigned int width,
unsigned int height, bool from_user) | param_type_changed |
function_signature_change | fbcon_resize | drivers/video/fbdev/core/fbcon.c | beccdcfa15666c442ce79a5f963fcb34ec28084e | static int fbcon_resize(struct vc_data *vc, unsigned int width,
unsigned int height, unsigned int user) | static int fbcon_resize(struct vc_data *vc, unsigned int width,
unsigned int height, bool from_user) | param_type_changed |
function_signature_change | vc_resize | include/linux/vt_kern.h | beccdcfa15666c442ce79a5f963fcb34ec28084e | int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines) | static inline int vc_resize(struct vc_data *vc, unsigned int cols,
unsigned int lines) | return_type_changed |
function_signature_change | sel_loadlut | drivers/tty/vt/selection.c | a0b8a1681254346010edd2f94e799fb6b6568cf1 | int sel_loadlut(char __user *p) | int sel_loadlut(u32 __user *lut) | param_type_changed |
function_signature_change | set_vesa_blanking | drivers/tty/vt/vt.c | a0b8a1681254346010edd2f94e799fb6b6568cf1 | static int set_vesa_blanking(char __user *p) | static int set_vesa_blanking(u8 __user *mode) | param_type_changed |
function_signature_change | sel_loadlut | include/linux/selection.h | a0b8a1681254346010edd2f94e799fb6b6568cf1 | extern int sel_loadlut(char __user *p) | extern int sel_loadlut(u32 __user *lut) | param_type_changed |
function_signature_change | qcom_pmic_typec_port_get_vbus | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_get_vbus(struct pmic_typec_port *pmic_typec_port) | static int qcom_pmic_typec_port_get_vbus(struct tcpc_dev *tcpc) | return_type_changed |
function_signature_change | qcom_pmic_typec_port_set_vbus | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_set_vbus(struct pmic_typec_port *pmic_typec_port, bool on) | static int qcom_pmic_typec_port_set_vbus(struct tcpc_dev *tcpc, bool on, bool sink) | param_added |
function_signature_change | qcom_pmic_typec_port_get_cc | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_get_cc(struct pmic_typec_port *pmic_typec_port,
enum typec_cc_status *cc1,
enum typec_cc_status *cc2) | static int qcom_pmic_typec_port_get_cc(struct tcpc_dev *tcpc,
enum typec_cc_status *cc1,
enum typec_cc_status *cc2) | return_type_changed |
function_signature_change | qcom_pmic_typec_port_set_cc | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_set_cc(struct pmic_typec_port *pmic_typec_port,
enum typec_cc_status cc) | static int qcom_pmic_typec_port_set_cc(struct tcpc_dev *tcpc,
enum typec_cc_status cc) | return_type_changed |
function_signature_change | qcom_pmic_typec_port_set_vconn | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_set_vconn(struct pmic_typec_port *pmic_typec_port, bool on) | static int qcom_pmic_typec_port_set_vconn(struct tcpc_dev *tcpc, bool on) | return_type_changed |
function_signature_change | qcom_pmic_typec_port_start_toggling | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_start_toggling(struct pmic_typec_port *pmic_typec_port,
enum typec_port_type port_type,
enum typec_cc_status cc) | static int qcom_pmic_typec_port_start_toggling(struct tcpc_dev *tcpc,
enum typec_port_type port_type,
enum typec_cc_status cc) | return_type_changed |
function_signature_change | qcom_pmic_typec_port_start | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_start(struct pmic_typec_port *pmic_typec_port,
struct tcpm_port *tcpm_port) | static int qcom_pmic_typec_port_start(struct pmic_typec *tcpm,
struct tcpm_port *tcpm_port) | return_type_changed |
function_signature_change | qcom_pmic_typec_port_stop | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | void qcom_pmic_typec_port_stop(struct pmic_typec_port *pmic_typec_port) | static void qcom_pmic_typec_port_stop(struct pmic_typec *tcpm) | return_type_changed |
function_signature_change | qcom_pmic_typec_port_probe | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.c | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_probe(struct platform_device *pdev,
struct pmic_typec_port *pmic_typec_port,
struct pmic_typec_port_resources *res,
struct regmap *regmap,
u32 base) | int qcom_pmic_typec_port_probe(struct platform_device *pdev,
struct pmic_typec *tcpm,
const struct pmic_typec_port_resources *res,
struct regmap *regmap,
u32 base) | param_type_changed |
function_signature_change | qcom_pmic_typec_port_probe | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_port.h | f1a27f081c1fa1eeebf38406e45f29636114470f | int qcom_pmic_typec_port_probe(struct platform_device *pdev,
struct pmic_typec_port *pmic_typec_port,
struct pmic_typec_port_resources *res,
struct regmap *regmap,
u32 base) | int qcom_pmic_typec_port_probe(struct platform_device *pdev,
struct pmic_typec *tcpm,
const struct pmic_typec_port_resources *res,
struct regmap *regmap,
u32 base) | param_type_changed |
function_signature_change | qcom_pmic_typec_pdphy_pd_transmit | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | d2f9b93de0fe71b5040be391afd3d065ab113fb7 | int qcom_pmic_typec_pdphy_pd_transmit(struct pmic_typec_pdphy *pmic_typec_pdphy,
enum tcpm_transmit_type type,
const struct pd_message *msg,
unsigned int negotiated_rev) | static int qcom_pmic_typec_pdphy_pd_transmit(struct tcpc_dev *tcpc,
enum tcpm_transmit_type type,
const struct pd_message *msg,
unsigned int negotiated_rev) | return_type_changed |
function_signature_change | qcom_pmic_typec_pdphy_set_pd_rx | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | d2f9b93de0fe71b5040be391afd3d065ab113fb7 | int qcom_pmic_typec_pdphy_set_pd_rx(struct pmic_typec_pdphy *pmic_typec_pdphy, bool on) | static int qcom_pmic_typec_pdphy_set_pd_rx(struct tcpc_dev *tcpc, bool on) | return_type_changed |
function_signature_change | qcom_pmic_typec_pdphy_set_roles | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | d2f9b93de0fe71b5040be391afd3d065ab113fb7 | int qcom_pmic_typec_pdphy_set_roles(struct pmic_typec_pdphy *pmic_typec_pdphy,
enum typec_role power_role,
enum typec_data_role data_role) | static int qcom_pmic_typec_pdphy_set_roles(struct tcpc_dev *tcpc, bool attached,
enum typec_role power_role,
enum typec_data_role data_role) | param_added |
function_signature_change | qcom_pmic_typec_pdphy_start | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | d2f9b93de0fe71b5040be391afd3d065ab113fb7 | int qcom_pmic_typec_pdphy_start(struct pmic_typec_pdphy *pmic_typec_pdphy,
struct tcpm_port *tcpm_port) | static int qcom_pmic_typec_pdphy_start(struct pmic_typec *tcpm,
struct tcpm_port *tcpm_port) | return_type_changed |
function_signature_change | qcom_pmic_typec_pdphy_stop | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | d2f9b93de0fe71b5040be391afd3d065ab113fb7 | void qcom_pmic_typec_pdphy_stop(struct pmic_typec_pdphy *pmic_typec_pdphy) | static void qcom_pmic_typec_pdphy_stop(struct pmic_typec *tcpm) | return_type_changed |
function_signature_change | qcom_pmic_typec_pdphy_probe | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | d2f9b93de0fe71b5040be391afd3d065ab113fb7 | int qcom_pmic_typec_pdphy_probe(struct platform_device *pdev,
struct pmic_typec_pdphy *pmic_typec_pdphy,
struct pmic_typec_pdphy_resources *res,
struct regmap *regmap,
u32 base) | int qcom_pmic_typec_pdphy_probe(struct platform_device *pdev,
struct pmic_typec *tcpm,
const struct pmic_typec_pdphy_resources *res,
struct regmap *regmap,
u32 base) | param_type_changed |
function_signature_change | qcom_pmic_typec_pdphy_probe | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.h | d2f9b93de0fe71b5040be391afd3d065ab113fb7 | int qcom_pmic_typec_pdphy_probe(struct platform_device *pdev,
struct pmic_typec_pdphy *pmic_typec_pdphy,
struct pmic_typec_pdphy_resources *res,
struct regmap *regmap,
u32 base) | int qcom_pmic_typec_pdphy_probe(struct platform_device *pdev,
struct pmic_typec *tcpm,
const struct pmic_typec_pdphy_resources *res,
struct regmap *regmap,
u32 base) | param_type_changed |
function_signature_change | qcom_pmic_typec_pdphy_set_roles | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.c | 65145a03d65be80d389bf24c1874c634527de849 | int qcom_pmic_typec_pdphy_set_roles(struct pmic_typec_pdphy *pmic_typec_pdphy,
bool data_role_host, bool power_role_src) | int qcom_pmic_typec_pdphy_set_roles(struct pmic_typec_pdphy *pmic_typec_pdphy,
enum typec_role power_role,
enum typec_data_role data_role) | param_type_changed |
function_signature_change | qcom_pmic_typec_pdphy_set_roles | drivers/usb/typec/tcpm/qcom/qcom_pmic_typec_pdphy.h | 65145a03d65be80d389bf24c1874c634527de849 | int qcom_pmic_typec_pdphy_set_roles(struct pmic_typec_pdphy *pmic_typec_pdphy,
bool power_role_src, bool data_role_host) | int qcom_pmic_typec_pdphy_set_roles(struct pmic_typec_pdphy *pmic_typec_pdphy,
enum typec_role power_role,
enum typec_data_role data_role) | param_type_changed |
function_signature_change | tcpm_queue_vdm_unlocked | drivers/usb/typec/tcpm/tcpm.c | 7e7877c55eb1e4dbf1ce11e40af9e1d6b2c83e5b | static void tcpm_queue_vdm_unlocked(struct tcpm_port *port, const u32 header,
const u32 *data, int cnt) | static void tcpm_queue_vdm_unlocked(struct tcpm_port *port, const u32 header,
const u32 *data, int cnt, enum tcpm_transmit_type tx_sop_type) | param_added |
function_signature_change | svdm_consume_svids | drivers/usb/typec/tcpm/tcpm.c | 41d9d75344d900814b883ba85164645eebbaf846 | static bool svdm_consume_svids(struct tcpm_port *port, const u32 *p, int cnt) | static bool svdm_consume_svids(struct tcpm_port *port, const u32 *p, int cnt,
enum tcpm_transmit_type rx_sop_type) | param_added |
function_signature_change | svdm_consume_modes | drivers/usb/typec/tcpm/tcpm.c | 41d9d75344d900814b883ba85164645eebbaf846 | static void svdm_consume_modes(struct tcpm_port *port, const u32 *p, int cnt) | static void svdm_consume_modes(struct tcpm_port *port, const u32 *p, int cnt,
enum tcpm_transmit_type rx_sop_type) | param_added |
function_signature_change | tcpm_queue_vdm | drivers/usb/typec/tcpm/tcpm.c | fb7ff25ae43332cb64c9e7bbbe36a6cc308d8de1 | static void tcpm_queue_vdm(struct tcpm_port *port, const u32 header,
const u32 *data, int cnt) | static void tcpm_queue_vdm(struct tcpm_port *port, const u32 header,
const u32 *data, int cnt, enum tcpm_transmit_type tx_sop_type) | param_added |
function_signature_change | tcpm_pd_svdm | drivers/usb/typec/tcpm/tcpm.c | fb7ff25ae43332cb64c9e7bbbe36a6cc308d8de1 | static int tcpm_pd_svdm(struct tcpm_port *port, struct typec_altmode *adev,
const u32 *p, int cnt, u32 *response,
enum adev_actions *adev_action) | static int tcpm_pd_svdm(struct tcpm_port *port, struct typec_altmode *adev,
const u32 *p, int cnt, u32 *response,
enum adev_actions *adev_action,
enum tcpm_transmit_type rx_sop_type,
enum tcpm_transmit_type *response_tx_sop_type) | param_added |
function_signature_change | tcpm_handle_vdm_request | drivers/usb/typec/tcpm/tcpm.c | fb7ff25ae43332cb64c9e7bbbe36a6cc308d8de1 | static void tcpm_handle_vdm_request(struct tcpm_port *port,
const __le32 *payload, int cnt) | static void tcpm_handle_vdm_request(struct tcpm_port *port,
const __le32 *payload, int cnt,
enum tcpm_transmit_type rx_sop_type) | param_added |
function_signature_change | tcpm_send_vdm | drivers/usb/typec/tcpm/tcpm.c | fb7ff25ae43332cb64c9e7bbbe36a6cc308d8de1 | static void tcpm_send_vdm(struct tcpm_port *port, u32 vid, int cmd,
const u32 *data, int count) | static void tcpm_send_vdm(struct tcpm_port *port, u32 vid, int cmd,
const u32 *data, int count, enum tcpm_transmit_type tx_sop_type) | param_added |
function_signature_change | tcpm_pd_data_request | drivers/usb/typec/tcpm/tcpm.c | fb7ff25ae43332cb64c9e7bbbe36a6cc308d8de1 | static void tcpm_pd_data_request(struct tcpm_port *port,
const struct pd_message *msg) | static void tcpm_pd_data_request(struct tcpm_port *port,
const struct pd_message *msg,
enum tcpm_transmit_type rx_sop_type) | param_added |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.