Searched defs:patch_entry (Results 1 – 4 of 4) sorted by relevance
| /device/board/unionman/unionpi_tiger/hardware/bt/src/ |
| D | hardware_uart.c | 142 patch_info *patch_entry; in check_match_state() local 171 patch_info *patch_entry; in get_patch_entry() local 463 static void parse_extra_config(const char *path, patch_info *patch_entry, unsigned short *offset, i… in parse_extra_config() 510 static inline int getAltSettings(patch_info *patch_entry, unsigned short *offset) in getAltSettings() 537 static inline int getAltSettingVal(patch_info *patch_entry, unsigned short offset, unsigned char *v… in getAltSettingVal() 570 static void rtk_update_altsettings(patch_info *patch_entry, unsigned char *config_buf_ptr, size_t *… in rtk_update_altsettings()
|
| D | hardware_usb.c | 232 static void usb_parse_extra_config(const char *path, usb_patch_info *patch_entry, unsigned short *o… in usb_parse_extra_config() 279 static inline int getUsbAltSettings(usb_patch_info *patch_entry, unsigned short *offset) in getUsbAltSettings() 306 static inline int getUsbAltSettingVal(usb_patch_info *patch_entry, unsigned short offset, unsigned … in getUsbAltSettingVal() 371 static void rtk_usb_update_altsettings(usb_patch_info *patch_entry, unsigned char *config_buf_ptr, in rtk_usb_update_altsettings() 600 usb_patch_info *patch_entry = usb_fw_patch_table; in rtk_usb_get_fw_table_entry() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/ |
| D | rtk_btusb.c | 1458 patch_info *patch_entry; in set_bt_onoff() local 1491 patch_info *patch_entry = fw_patch_table; in get_fw_table_entry() local 1516 patch_info *patch_entry = fw_patch_table; in get_suspend_fw_table_entry() local 1614 patch_info *patch_entry = NULL; in check_fw_version() local 1885 void rtk_update_altsettings(patch_info *patch_entry, const unsigned char *org_config_buf, int org_c… in rtk_update_altsettings() 1964 patch_info *patch_entry; in load_firmware() local 2168 patch_info *patch_entry; in load_firmware_info() local 2276 patch_info *patch_entry; in load_suspend_firmware() local 2441 patch_info *patch_entry = fw_info->patch_entry; in get_firmware() local 2469 patch_info *patch_entry = fw_info->patch_entry; in get_suspend_firmware() local [all …]
|
| D | rtk_btusb.h | 612 patch_info *patch_entry; member 689 static inline int getAltSettings(patch_info *patch_entry, unsigned short *offset, int max_group_cnt) in getAltSettings() 702 static inline int getAltSettingVal(patch_info *patch_entry, unsigned short offset, unsigned char *v… in getAltSettingVal()
|