Lines Matching defs:max77693_muic_info
65 struct max77693_muic_info {
215 static int max77693_muic_set_debounce_time(struct max77693_muic_info *info,
256 static int max77693_muic_set_path(struct max77693_muic_info *info,
308 static int max77693_muic_get_cable_type(struct max77693_muic_info *info,
449 static int max77693_muic_dock_handler(struct max77693_muic_info *info,
531 static int max77693_muic_dock_button_handler(struct max77693_muic_info *info,
574 static int max77693_muic_adc_ground_handler(struct max77693_muic_info *info)
617 static int max77693_muic_jig_handler(struct max77693_muic_info *info,
653 static int max77693_muic_adc_handler(struct max77693_muic_info *info)
761 static int max77693_muic_chg_handler(struct max77693_muic_info *info)
937 struct max77693_muic_info *info = container_of(work,
938 struct max77693_muic_info, irq_work);
1001 struct max77693_muic_info *info = data;
1014 static int max77693_muic_detect_accessory(struct max77693_muic_info *info)
1061 struct max77693_muic_info *info = container_of(to_delayed_work(work),
1062 struct max77693_muic_info, wq_detcable);
1071 struct max77693_muic_info *info;
1081 info = devm_kzalloc(&pdev->dev, sizeof(struct max77693_muic_info),
1259 struct max77693_muic_info *info = platform_get_drvdata(pdev);