sdio_func_enable
int sdio_func_enable(struct cam_device *dev, uint8_t func_number, int enable);
ret = sdio_func_enable(cam_dev, 1, 1);bailout(ret);