Home
last modified time | relevance | path

Searched refs:hw (Results 1 – 25 of 25) sorted by relevance

/include/net/
Dmac80211.h1806 } 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 …]
Dmac802154.h210 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 …]
Dact_api.h199 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/
Dhwdep.h17 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 …]
Dopl3.h338 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,
Demux_synth.h87 void *hw; /* hardware */ member
173 void *hw; /* hardware pointer (emu8000 or emu10k1) */ member
Dtimer.h70 struct snd_timer_hardware hw; member
Dvx_core.h150 struct snd_vx_hardware *hw; member
196 struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
Dpcm.h404 struct snd_pcm_hardware hw; member
Dsoc.h503 const struct snd_pcm_hardware *hw);
/include/linux/
Dclk-provider.h223 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 …]
Dclkdev.h35 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,
Dsh_intc.h120 struct intc_hw_desc hw; member
127 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
135 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
Drfkill.h208 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
DmISDNhw.h85 void *hw; member
146 void *hw; member
Dmemory.h32 void *hw; /* optional pointer to fw/hw data */ member
Dhw_breakpoint.h88 return &bp->hw.info; in counter_arch_bp()
Dide.h227 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()
Dirqdomain.h110 int (*map)(struct irq_domain *d, unsigned int virq, irq_hw_number_t hw);
Dperf_event.h647 struct hw_perf_event hw; member
/include/linux/clk/
Dti.h150 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/
Dpd_vdo.h172 #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/
Darm_vgic.h114 bool hw; /* Tied to HW IRQ */ member
/include/uapi/linux/
Dpkt_sched.h705 __u8 hw; member
Dkvm.h277 } hw; member