Searched defs:rfkill_gpio_platform_data (Results 1 – 1 of 1) sorted by relevance
37 struct rfkill_gpio_platform_data { struct38 char *name;39 int reset_gpio;40 int shutdown_gpio;41 const char *power_clk_name;42 enum rfkill_type type;43 void (*gpio_runtime_close)(struct platform_device *);44 int (*gpio_runtime_setup)(struct platform_device *);