/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-88pm860x.c | 36 int iset; member 80 if (led->iset) { in pm860x_led_set() 82 LED_CURRENT_MASK, led->iset); in pm860x_led_set() 119 int iset = 0; in pm860x_led_dt_init() local 130 of_property_read_u32(np, "marvell,88pm860x-iset", in pm860x_led_dt_init() 131 &iset); in pm860x_led_dt_init() 132 data->iset = PM8606_LED_CURRENT(iset); in pm860x_led_dt_init() 199 data->iset = pdata->iset; in pm860x_led_probe() [all...] |
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | 88pm860x_bl.c | 31 int iset; member 79 if (data->iset) { in pm860x_backlight_set() 81 CURRENT_BITMASK, data->iset); in pm860x_backlight_set() 155 int iset = 0; in pm860x_backlight_dt_init() local 164 of_property_read_u32(np, "marvell,88pm860x-iset", in pm860x_backlight_dt_init() 165 &iset); in pm860x_backlight_dt_init() 166 data->iset = PM8606_WLED_CURRENT(iset); in pm860x_backlight_dt_init() 223 data->iset = pdata->iset; in pm860x_backlight_probe() [all...] |
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | 88pm860x_bl.c | 31 int iset; member 79 if (data->iset) { in pm860x_backlight_set() 81 CURRENT_BITMASK, data->iset); in pm860x_backlight_set() 155 int iset = 0; in pm860x_backlight_dt_init() local 164 of_property_read_u32(np, "marvell,88pm860x-iset", in pm860x_backlight_dt_init() 165 &iset); in pm860x_backlight_dt_init() 166 data->iset = PM8606_WLED_CURRENT(iset); in pm860x_backlight_dt_init() 223 data->iset = pdata->iset; in pm860x_backlight_probe() [all...] |
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-88pm860x.c | 36 int iset; member 80 if (led->iset) { in pm860x_led_set() 82 LED_CURRENT_MASK, led->iset); in pm860x_led_set() 119 int iset = 0; in pm860x_led_dt_init() local 130 of_property_read_u32(np, "marvell,88pm860x-iset", in pm860x_led_dt_init() 131 &iset); in pm860x_led_dt_init() 132 data->iset = PM8606_LED_CURRENT(iset); in pm860x_led_dt_init() 199 data->iset = pdata->iset; in pm860x_led_probe() [all...] |
/third_party/skia/docs/examples/ |
H A D | IPoint_subtractfrom_operator.cpp | 10 p0.iset(pts[i]); in REG_FIDDLE() 11 p1.iset(pts[i + 1]); in REG_FIDDLE()
|
H A D | IPoint_subtract_operator.cpp | 10 p0.iset(pts[i]); in REG_FIDDLE() 11 p1.iset(pts[i + 1]); in REG_FIDDLE()
|
H A D | IPoint_addto_operator.cpp | 10 p0.iset(pts[i]); in REG_FIDDLE() 11 p1.iset(pts[i + 1]); in REG_FIDDLE()
|
H A D | IPoint_add_operator.cpp | 10 p0.iset(pts[i]); in REG_FIDDLE() 11 p1.iset(pts[i + 1]); in REG_FIDDLE()
|
H A D | Point_iset.cpp | 8 pt1.iset(SK_MinS16, SK_MaxS16); in REG_FIDDLE()
|
H A D | Point_iset_2.cpp | 9 fPt.iset(iPt); in REG_FIDDLE()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | abx500_chargalg.c | 540 * @iset: requested charger output current 546 int vset, int iset) in abx500_chargalg_ac_en() 557 iset = min(iset, di->ac_chg->max_out_curr); in abx500_chargalg_ac_en() 559 di->chg_info.ac_iset = iset; in abx500_chargalg_ac_en() 570 return di->ac_chg->ops.enable(di->ac_chg, enable, vset, iset); in abx500_chargalg_ac_en() 578 * @iset: requested charger output current 584 int vset, int iset) in abx500_chargalg_usb_en() 593 iset = min(iset, d in abx500_chargalg_usb_en() 545 abx500_chargalg_ac_en(struct abx500_chargalg *di, int enable, int vset, int iset) abx500_chargalg_ac_en() argument 583 abx500_chargalg_usb_en(struct abx500_chargalg *di, int enable, int vset, int iset) abx500_chargalg_usb_en() argument 609 abx500_chargalg_update_chg_curr(struct abx500_chargalg *di, int iset) abx500_chargalg_update_chg_curr() argument 691 abx500_chargalg_start_charging(struct abx500_chargalg *di, int vset, int iset) abx500_chargalg_start_charging() argument [all...] |
H A D | pm2301_charger.c | 700 int enable, int vset, int iset) in pm2xxx_charger_ac_en() 715 dev_dbg(pm2->dev, "Enable AC: %dmV %dmA\n", vset, iset); in pm2xxx_charger_ac_en() 733 curr_index = pm2xxx_current_to_regval(iset); in pm2xxx_charger_ac_en() 699 pm2xxx_charger_ac_en(struct ux500_charger *charger, int enable, int vset, int iset) pm2xxx_charger_ac_en() argument
|
H A D | ab8500_charger.c | 1370 * @iset: charging current 1376 int enable, int vset, int iset) in ab8500_charger_ac_en() 1394 dev_dbg(di->dev, "Enable AC: %dmV %dmA\n", vset, iset); in ab8500_charger_ac_en() 1417 curr_index = ab8500_current_to_regval(di, iset); in ab8500_charger_ac_en() 1443 ret = ab8500_charger_set_output_curr(di, iset); in ab8500_charger_ac_en() 1728 * @iset: charger output current 1734 int vset, int iset) in ab8500_charger_usb_check_enable() 1763 ret = ab8500_charger_usb_en(&di->usb_chg, true, vset, iset); in ab8500_charger_usb_check_enable() 1777 * @iset: charger output current 1783 int vset, int iset) in ab8500_charger_ac_check_enable() 1375 ab8500_charger_ac_en(struct ux500_charger *charger, int enable, int vset, int iset) ab8500_charger_ac_en() argument 1733 ab8500_charger_usb_check_enable(struct ux500_charger *charger, int vset, int iset) ab8500_charger_usb_check_enable() argument 1782 ab8500_charger_ac_check_enable(struct ux500_charger *charger, int vset, int iset) ab8500_charger_ac_check_enable() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 681 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() 682 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) { in TestAPI() 684 } else if (!iset.string.equals("ab")) { in TestAPI() 844 SortedSet iset = new TreeSet(); in TestSetRelation() 848 pick(i, choices, iset); in TestSetRelation() 851 checkSetRelation(iset, jset, "(" + i + ")"); in TestSetRelation() 867 SortedSet iset = new TreeSet(); in SetSpeed2() 871 iset.add(new Integer(i)); in SetSpeed2() 880 CheckSpeed(iset, jse in SetSpeed2() 892 CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed() argument 897 CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed2() argument 924 CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed3() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetTest.java | 688 UnicodeSetIterator iset = new UnicodeSetIterator(set); in TestAPI() 689 if (!iset.next() || iset.codepoint != UnicodeSetIterator.IS_STRING) { in TestAPI() 691 } else if (!iset.string.equals("ab")) { in TestAPI() 858 SortedSet iset = new TreeSet(); in TestSetRelation() 862 pick(i, choices, iset); in TestSetRelation() 865 checkSetRelation(iset, jset, "(" + i + ")"); in TestSetRelation() 881 SortedSet iset = new TreeSet(); in SetSpeed2() 885 iset.add(new Integer(i)); in SetSpeed2() 894 CheckSpeed(iset, jse in SetSpeed2() 906 CheckSpeed(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed() argument 911 CheckSpeed2(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed2() argument 938 CheckSpeed3(SortedSet iset, SortedSet jset, String message, int iterations) CheckSpeed3() argument [all...] |
/third_party/skia/tests/ |
H A D | ShaderOpacityTest.cpp | 51 pts[0].iset(0, 0); in test_gradient() 52 pts[1].iset(1, 0); in test_gradient()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | 88pm860x.h | 405 int iset; member 409 int iset; member
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | 88pm860x.h | 405 int iset; member 409 int iset; member
|
/third_party/skia/include/core/ |
H A D | SkPoint.h | 220 void iset(int32_t x, int32_t y) { in iset() function 233 void iset(const SkIPoint& p) { in iset() function
|
/third_party/skia/gm/ |
H A D | gradients.cpp | 401 c0.iset(-80, 25); 404 c1.iset(0, 25); 477 center.iset(0, 300);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 651 UnicodeSetIterator iset(set); in TestAPI() 652 if (!iset.next() || !iset.isString()) { in TestAPI() 654 } else if (iset.getString() != "ab") { in TestAPI()
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 302 iset ne u32 and $r6 $r3 0x7ff 1
|