/include/net/ |
D | mac80211.h | 1806 } hw; member 2508 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument 2511 return test_bit(flg, hw->flags); in _ieee80211_hw_check() 2513 #define ieee80211_hw_check(hw, flg) _ieee80211_hw_check(hw, IEEE80211_HW_##flg) argument 2515 static inline void _ieee80211_hw_set(struct ieee80211_hw *hw, in _ieee80211_hw_set() argument 2518 return __set_bit(flg, hw->flags); in _ieee80211_hw_set() 2520 #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg) argument 2581 static inline void SET_IEEE80211_DEV(struct ieee80211_hw *hw, struct device *dev) in SET_IEEE80211_DEV() argument 2583 set_wiphy_dev(hw->wiphy, dev); in SET_IEEE80211_DEV() 2592 static inline void SET_IEEE80211_PERM_ADDR(struct ieee80211_hw *hw, const u8 *addr) in SET_IEEE80211_PERM_ADDR() argument [all …]
|
D | mac802154.h | 210 int (*start)(struct ieee802154_hw *hw); 211 void (*stop)(struct ieee802154_hw *hw); 212 int (*xmit_sync)(struct ieee802154_hw *hw, 214 int (*xmit_async)(struct ieee802154_hw *hw, 216 int (*ed)(struct ieee802154_hw *hw, u8 *level); 217 int (*set_channel)(struct ieee802154_hw *hw, u8 page, 219 int (*set_hw_addr_filt)(struct ieee802154_hw *hw, 222 int (*set_txpower)(struct ieee802154_hw *hw, s32 mbm); 223 int (*set_lbt)(struct ieee802154_hw *hw, bool on); 224 int (*set_cca_mode)(struct ieee802154_hw *hw, [all …]
|
D | act_api.h | 199 u64 packets, u64 lastuse, bool hw) in tcf_action_stats_update() argument 205 a->ops->stats_update(a, bytes, packets, lastuse, hw); in tcf_action_stats_update()
|
/include/sound/ |
D | hwdep.h | 17 long long (*llseek)(struct snd_hwdep *hw, struct file *file, 19 long (*read)(struct snd_hwdep *hw, char __user *buf, 21 long (*write)(struct snd_hwdep *hw, const char __user *buf, 23 int (*open)(struct snd_hwdep *hw, struct file * file); 24 int (*release)(struct snd_hwdep *hw, struct file * file); 25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file, 27 int (*ioctl)(struct snd_hwdep *hw, struct file *file, 29 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file, 31 int (*mmap)(struct snd_hwdep *hw, struct file *file, 33 int (*dsp_status)(struct snd_hwdep *hw, [all …]
|
D | opl3.h | 338 void snd_opl3_interrupt(struct snd_hwdep * hw); 352 int snd_opl3_open(struct snd_hwdep * hw, struct file *file); 353 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file, 355 int snd_opl3_release(struct snd_hwdep * hw, struct file *file); 360 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count,
|
D | emux_synth.h | 87 void *hw; /* hardware */ member 173 void *hw; /* hardware pointer (emu8000 or emu10k1) */ member
|
D | timer.h | 70 struct snd_timer_hardware hw; member
|
D | vx_core.h | 150 struct snd_vx_hardware *hw; member 196 struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
|
D | pcm.h | 404 struct snd_pcm_hardware hw; member
|
D | soc.h | 503 const struct snd_pcm_hardware *hw);
|
/include/linux/ |
D | clk-provider.h | 223 int (*prepare)(struct clk_hw *hw); 224 void (*unprepare)(struct clk_hw *hw); 225 int (*is_prepared)(struct clk_hw *hw); 226 void (*unprepare_unused)(struct clk_hw *hw); 227 int (*enable)(struct clk_hw *hw); 228 void (*disable)(struct clk_hw *hw); 229 int (*is_enabled)(struct clk_hw *hw); 230 void (*disable_unused)(struct clk_hw *hw); 231 int (*save_context)(struct clk_hw *hw); 232 void (*restore_context)(struct clk_hw *hw); [all …]
|
D | clkdev.h | 35 struct clk_lookup *clkdev_hw_alloc(struct clk_hw *hw, const char *con_id, 43 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id, 52 int devm_clk_hw_register_clkdev(struct device *dev, struct clk_hw *hw,
|
D | sh_intc.h | 120 struct intc_hw_desc hw; member 127 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \ 135 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
|
D | rfkill.h | 208 void rfkill_set_states(struct rfkill *rfkill, bool sw, bool hw); 273 static inline void rfkill_set_states(struct rfkill *rfkill, bool sw, bool hw) in rfkill_set_states() argument
|
D | mISDNhw.h | 85 void *hw; member 146 void *hw; member
|
D | memory.h | 32 void *hw; /* optional pointer to fw/hw data */ member
|
D | hw_breakpoint.h | 88 return &bp->hw.info; in counter_arch_bp()
|
D | ide.h | 227 static inline void ide_std_init_ports(struct ide_hw *hw, in ide_std_init_ports() argument 234 hw->io_ports_array[i] = io_addr++; in ide_std_init_ports() 236 hw->io_ports.ctl_addr = ctl_addr; in ide_std_init_ports()
|
D | irqdomain.h | 110 int (*map)(struct irq_domain *d, unsigned int virq, irq_hw_number_t hw);
|
D | perf_event.h | 647 struct hw_perf_event hw; member
|
/include/linux/clk/ |
D | ti.h | 150 struct clk_hw hw; member 244 #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw) 246 bool omap2_clk_is_hw_omap(struct clk_hw *hw); 251 unsigned long omap2_dpllcore_recalc(struct clk_hw *hw, 255 void omap2xxx_clkt_dpllcore_init(struct clk_hw *hw); 301 int omap3_noncore_dpll_save_context(struct clk_hw *hw); 302 void omap3_noncore_dpll_restore_context(struct clk_hw *hw); 304 int omap3_core_dpll_save_context(struct clk_hw *hw); 305 void omap3_core_dpll_restore_context(struct clk_hw *hw);
|
/include/linux/usb/ |
D | pd_vdo.h | 172 #define VDO_CABLE(hw, fw, cbl, gdr, lat, term, tx1d, tx2d, rx1d, rx2d, cur,\ argument 174 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 | ((cbl) & 0x3) << 18 \ 195 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument 196 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 \
|
/include/kvm/ |
D | arm_vgic.h | 114 bool hw; /* Tied to HW IRQ */ member
|
/include/uapi/linux/ |
D | pkt_sched.h | 705 __u8 hw; member
|
D | kvm.h | 277 } hw; member
|