Searched defs:bcm_device (Results 1 – 2 of 2) sorted by relevance
112 struct bcm_device { struct123 int (*set_device_wakeup)(struct bcm_device *, bool); argument124 int (*set_shutdown)(struct bcm_device *, bool); argument126 acpi_handle btlp, btpu, btpd;127 int gpio_count;128 int gpio_int_idx;131 struct clk *txco_clk;132 struct clk *lpo_clk;133 struct regulator_bulk_data supplies[BCM_NUM_SUPPLIES];134 bool res_enabled;[all …]
94 struct bcm_device { struct104 int (*set_device_wakeup)(struct bcm_device *, bool); argument105 int (*set_shutdown)(struct bcm_device *, bool); argument107 acpi_handle btlp, btpu, btpd;108 int gpio_count;109 int gpio_int_idx;112 struct clk *txco_clk;113 struct clk *lpo_clk;137 struct bcm_device *dev; argument