Lines Matching refs:debounce
451 static int gpio_twl4030_debounce(u32 debounce, u8 mmc_cd)
458 message[0] = (debounce & 0xff) | (mmc_cd & 0x03);
459 debounce >>= 8;
460 message[1] = (debounce & 0xff);
461 debounce >>= 8;
462 message[2] = (debounce & 0x03);
485 of_property_read_u32(dev->of_node, "ti,debounce",
486 &omap_twl_info->debounce);
558 ret = gpio_twl4030_debounce(pdata->debounce, pdata->mmc_cd);
560 dev_dbg(&pdev->dev, "debounce %.03x %.01x --> %d\n",
561 pdata->debounce, pdata->mmc_cd, ret);