Lines Matching defs:rfkill___2
158745 struct rfkill___2 { struct
158746 spinlock_t lock;
158747 enum rfkill_type type;
158748 long unsigned int state;
158749 long unsigned int hard_block_reasons;
158750 u32 idx;
158751 bool registered;
158752 bool persistent;
158753 bool polling_paused;
158754 bool suspended;
158755 const struct rfkill_ops *ops;
158756 void *data;
158757 struct led_trigger led_trigger;
158758 const char *ledtrigname;
158759 struct device dev;
158760 struct list_head node;
158761 struct delayed_work poll_work;
158762 struct work_struct uevent_work;
158763 struct work_struct sync_work;
158764 char name[0];