Lines Matching refs:plf
3009 static int ab8500_debug_probe(struct platform_device *plf) in ab8500_debug_probe() argument
3018 ab8500 = dev_get_drvdata(plf->dev.parent); in ab8500_debug_probe()
3021 irq_count = devm_kzalloc(&plf->dev, in ab8500_debug_probe()
3026 dev_attr = devm_kzalloc(&plf->dev, in ab8500_debug_probe()
3031 event_name = devm_kzalloc(&plf->dev, in ab8500_debug_probe()
3036 res = platform_get_resource_byname(plf, 0, "IRQ_AB8500"); in ab8500_debug_probe()
3038 dev_err(&plf->dev, "AB8500 irq not found, err %d\n", irq_first); in ab8500_debug_probe()
3043 irq_first = platform_get_irq_byname(plf, "IRQ_FIRST"); in ab8500_debug_probe()
3045 dev_err(&plf->dev, "First irq not found, err %d\n", irq_first); in ab8500_debug_probe()
3049 irq_last = platform_get_irq_byname(plf, "IRQ_LAST"); in ab8500_debug_probe()
3051 dev_err(&plf->dev, "Last irq not found, err %d\n", irq_last); in ab8500_debug_probe()
3065 &plf->dev, &ab8500_registers_fops); in ab8500_debug_probe()
3070 &plf->dev, &ab8500_all_banks_fops); in ab8500_debug_probe()
3076 ab8500_dir, &plf->dev, &ab8500_bank_fops); in ab8500_debug_probe()
3082 ab8500_dir, &plf->dev, &ab8500_address_fops); in ab8500_debug_probe()
3088 ab8500_dir, &plf->dev, &ab8500_val_fops); in ab8500_debug_probe()
3094 &plf->dev, &ab8500_subscribe_fops); in ab8500_debug_probe()
3113 &plf->dev, &ab8500_interrupts_fops); in ab8500_debug_probe()
3119 &plf->dev, &ab8500_unsubscribe_fops); in ab8500_debug_probe()
3124 ab8500_dir, &plf->dev, &ab8500_hwreg_fops); in ab8500_debug_probe()
3130 ab8500_dir, &plf->dev, &ab8500_modem_fops); in ab8500_debug_probe()
3135 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3142 &plf->dev, &ab8500_gpadc_btemp_ball_fops); in ab8500_debug_probe()
3148 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3155 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3162 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3168 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3174 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3180 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3186 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3193 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3201 &plf->dev, &ab8500_gpadc_usb_charger_c_fops); in ab8500_debug_probe()
3206 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3212 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3218 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3226 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3232 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3239 &plf->dev, in ab8500_debug_probe()
3245 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3252 &plf->dev, in ab8500_debug_probe()
3259 &plf->dev, &ab8540_gpadc_bat_temp_and_ibat_fops); in ab8500_debug_probe()
3265 &plf->dev, &ab8540_gpadc_otp_calib_fops); in ab8500_debug_probe()
3270 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3276 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3282 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3288 ab8500_gpadc_dir, &plf->dev, in ab8500_debug_probe()
3297 dev_err(&plf->dev, "failed to create debugfs entries.\n"); in ab8500_debug_probe()
3302 static int ab8500_debug_remove(struct platform_device *plf) in ab8500_debug_remove() argument