Lines Matching defs:max77693_muic_info
66 struct max77693_muic_info {
216 static int max77693_muic_set_debounce_time(struct max77693_muic_info *info,
257 static int max77693_muic_set_path(struct max77693_muic_info *info,
309 static int max77693_muic_get_cable_type(struct max77693_muic_info *info,
450 static int max77693_muic_dock_handler(struct max77693_muic_info *info,
532 static int max77693_muic_dock_button_handler(struct max77693_muic_info *info,
575 static int max77693_muic_adc_ground_handler(struct max77693_muic_info *info)
618 static int max77693_muic_jig_handler(struct max77693_muic_info *info,
654 static int max77693_muic_adc_handler(struct max77693_muic_info *info)
762 static int max77693_muic_chg_handler(struct max77693_muic_info *info)
938 struct max77693_muic_info *info = container_of(work,
939 struct max77693_muic_info, irq_work);
1002 struct max77693_muic_info *info = data;
1015 static int max77693_muic_detect_accessory(struct max77693_muic_info *info)
1062 struct max77693_muic_info *info = container_of(to_delayed_work(work),
1063 struct max77693_muic_info, wq_detcable);
1072 struct max77693_muic_info *info;
1082 info = devm_kzalloc(&pdev->dev, sizeof(struct max77693_muic_info),