Lines Matching defs:max8997_muic_info
110 struct max8997_muic_info {
160 static int max8997_muic_set_debounce_time(struct max8997_muic_info *info,
197 static int max8997_muic_set_path(struct max8997_muic_info *info,
246 static int max8997_muic_get_cable_type(struct max8997_muic_info *info,
312 static int max8997_muic_handle_usb(struct max8997_muic_info *info,
341 static int max8997_muic_handle_dock(struct max8997_muic_info *info,
366 static int max8997_muic_handle_jig_uart(struct max8997_muic_info *info,
383 static int max8997_muic_adc_handler(struct max8997_muic_info *info)
461 static int max8997_muic_chg_handler(struct max8997_muic_info *info)
510 struct max8997_muic_info *info = container_of(work,
511 struct max8997_muic_info, irq_work);
566 struct max8997_muic_info *info = data;
576 static int max8997_muic_detect_dev(struct max8997_muic_info *info)
623 struct max8997_muic_info *info = container_of(to_delayed_work(work),
624 struct max8997_muic_info, wq_detcable);
636 struct max8997_muic_info *info;
642 info = devm_kzalloc(&pdev->dev, sizeof(struct max8997_muic_info),