b2on_key 148 drivers/input/misc/mc13783-pwrbutton.c priv->keymap[1] = pdata->b2on_key; b2on_key 149 drivers/input/misc/mc13783-pwrbutton.c if (pdata->b2on_key != KEY_RESERVED) b2on_key 150 drivers/input/misc/mc13783-pwrbutton.c __set_bit(pdata->b2on_key, pwr->keybit); b2on_key 193 include/linux/mfd/mc13xxx.h unsigned short b2on_key;