/Linux-v4.19/drivers/mfd/ |
D | max8925-core.c | 26 { 0x84, 0x84, "mode control", IORESOURCE_REG, }, 27 { 0x85, 0x85, "control", IORESOURCE_REG, }, 44 .flags = IORESOURCE_REG, 62 .flags = IORESOURCE_REG, 117 {0x06, 0x06, "sdv", IORESOURCE_REG, }, 121 {0x09, 0x09, "sdv", IORESOURCE_REG, }, 125 {0x0c, 0x0c, "sdv", IORESOURCE_REG, }, 129 {0x1a, 0x1a, "ldov", IORESOURCE_REG, }, 133 {0x1e, 0x1e, "ldov", IORESOURCE_REG, }, 137 {0x22, 0x22, "ldov", IORESOURCE_REG, }, [all …]
|
D | 88pm860x-core.c | 33 {2, 2, "duty cycle", IORESOURCE_REG, }, 34 {3, 3, "always on", IORESOURCE_REG, }, 35 {3, 3, "current", IORESOURCE_REG, }, 38 {4, 4, "duty cycle", IORESOURCE_REG, }, 39 {5, 5, "always on", IORESOURCE_REG, }, 40 {5, 5, "current", IORESOURCE_REG, }, 43 {6, 6, "duty cycle", IORESOURCE_REG, }, 44 {7, 7, "always on", IORESOURCE_REG, }, 45 {5, 5, "current", IORESOURCE_REG, }, 50 {0xd, 0xd, "control", IORESOURCE_REG, }, [all …]
|
D | wm831x-core.c | 623 .flags = IORESOURCE_REG, 644 .flags = IORESOURCE_REG, 664 .flags = IORESOURCE_REG, 678 .flags = IORESOURCE_REG, 692 .flags = IORESOURCE_REG, 714 .flags = IORESOURCE_REG, 727 .flags = IORESOURCE_REG, 740 .flags = IORESOURCE_REG, 754 .flags = IORESOURCE_REG, 768 .flags = IORESOURCE_REG, [all …]
|
/Linux-v4.19/drivers/video/backlight/ |
D | 88pm860x_bl.c | 209 res = platform_get_resource_byname(pdev, IORESOURCE_REG, "duty cycle"); in pm860x_backlight_probe() 215 res = platform_get_resource_byname(pdev, IORESOURCE_REG, "always on"); in pm860x_backlight_probe() 221 res = platform_get_resource_byname(pdev, IORESOURCE_REG, "current"); in pm860x_backlight_probe()
|
D | max8925_bl.c | 149 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in max8925_backlight_probe() 155 res = platform_get_resource(pdev, IORESOURCE_REG, 1); in max8925_backlight_probe()
|
/Linux-v4.19/drivers/firmware/ |
D | qemu_fw_cfg.c | 269 ctrl = platform_get_resource_byname(pdev, IORESOURCE_REG, "ctrl"); in fw_cfg_do_platform_probe() 270 data = platform_get_resource_byname(pdev, IORESOURCE_REG, "data"); in fw_cfg_do_platform_probe() 271 dma = platform_get_resource_byname(pdev, IORESOURCE_REG, "dma"); in fw_cfg_do_platform_probe() 844 res[1].flags = IORESOURCE_REG; in fw_cfg_cmdline_set() 847 res[2].flags = IORESOURCE_REG; in fw_cfg_cmdline_set() 852 res[3].flags = IORESOURCE_REG; in fw_cfg_cmdline_set()
|
/Linux-v4.19/drivers/leds/ |
D | leds-88pm860x.c | 159 res = platform_get_resource_byname(pdev, IORESOURCE_REG, "control"); in pm860x_led_probe() 165 res = platform_get_resource_byname(pdev, IORESOURCE_REG, "blink"); in pm860x_led_probe()
|
D | leds-wm831x-status.c | 222 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in wm831x_status_probe()
|
/Linux-v4.19/drivers/regulator/ |
D | wm831x-ldo.c | 243 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in wm831x_gp_ldo_probe() 453 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in wm831x_aldo_probe() 598 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in wm831x_alive_ldo_probe()
|
D | wm831x-dcdc.c | 477 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in wm831x_buckv_probe() 629 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in wm831x_buckp_probe() 757 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in wm831x_boostp_probe()
|
D | wm831x-isink.c | 173 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in wm831x_isink_probe()
|
D | 88pm8607.c | 355 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in pm8607_regulator_probe()
|
D | max8925-regulator.c | 286 res = platform_get_resource(pdev, IORESOURCE_REG, 0); in max8925_regulator_probe()
|
/Linux-v4.19/include/linux/ |
D | ioport.h | 39 #define IORESOURCE_REG 0x00000300 /* Register offsets */ macro
|
/Linux-v4.19/drivers/acpi/ |
D | resource.c | 707 type = IORESOURCE_REG; in acpi_dev_filter_resource_type()
|