Lines Matching refs:debounce
453 static int gpio_twl4030_debounce(u32 debounce, u8 mmc_cd)
460 message[0] = (debounce & 0xff) | (mmc_cd & 0x03);
461 debounce >>= 8;
462 message[1] = (debounce & 0xff);
463 debounce >>= 8;
464 message[2] = (debounce & 0x03);
481 of_property_read_u32(dev->of_node, "ti,debounce",
482 &omap_twl_info->debounce);
561 ret = gpio_twl4030_debounce(pdata->debounce, pdata->mmc_cd);
563 dev_dbg(&pdev->dev, "debounce %.03x %.01x --> %d\n",
564 pdata->debounce, pdata->mmc_cd, ret);