Home
last modified time | relevance | path

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

/include/net/
Dmac80211.h1631 static inline void SET_IEEE80211_DEV(struct ieee80211_hw *hw, struct device *dev) in SET_IEEE80211_DEV() argument
1633 set_wiphy_dev(hw->wiphy, dev); in SET_IEEE80211_DEV()
1642 static inline void SET_IEEE80211_PERM_ADDR(struct ieee80211_hw *hw, u8 *addr) in SET_IEEE80211_PERM_ADDR() argument
1644 memcpy(hw->wiphy->perm_addr, addr, ETH_ALEN); in SET_IEEE80211_PERM_ADDR()
1648 ieee80211_get_tx_rate(const struct ieee80211_hw *hw, in ieee80211_get_tx_rate() argument
1653 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[0].idx]; in ieee80211_get_tx_rate()
1657 ieee80211_get_rts_cts_rate(const struct ieee80211_hw *hw, in ieee80211_get_rts_cts_rate() argument
1662 return &hw->wiphy->bands[c->band]->bitrates[c->control.rts_cts_rate_idx]; in ieee80211_get_rts_cts_rate()
1666 ieee80211_get_alt_retry_rate(const struct ieee80211_hw *hw, in ieee80211_get_alt_retry_rate() argument
1671 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx]; in ieee80211_get_alt_retry_rate()
[all …]
/include/sound/
Dhwdep.h32 long long (*llseek)(struct snd_hwdep *hw, struct file *file,
34 long (*read)(struct snd_hwdep *hw, char __user *buf,
36 long (*write)(struct snd_hwdep *hw, const char __user *buf,
38 int (*open)(struct snd_hwdep *hw, struct file * file);
39 int (*release)(struct snd_hwdep *hw, struct file * file);
40 unsigned int (*poll)(struct snd_hwdep *hw, struct file *file,
42 int (*ioctl)(struct snd_hwdep *hw, struct file *file,
44 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file,
46 int (*mmap)(struct snd_hwdep *hw, struct file *file,
48 int (*dsp_status)(struct snd_hwdep *hw,
[all …]
Dopl3.h356 void snd_opl3_interrupt(struct snd_hwdep * hw);
370 int snd_opl3_open(struct snd_hwdep * hw, struct file *file);
371 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file,
373 int snd_opl3_release(struct snd_hwdep * hw, struct file *file);
378 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count,
Demux_synth.h102 void *hw; /* hardware */ member
188 void *hw; /* hardware pointer (emu8000 or emu10k1) */ member
Dtimer.h85 struct snd_timer_hardware hw; member
Dvx_core.h165 struct snd_vx_hardware *hw; member
213 struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
Dpcm.h338 struct snd_pcm_hardware hw; member
Dsoc.h432 const struct snd_pcm_hardware *hw);
/include/linux/
Dclk-provider.h117 int (*prepare)(struct clk_hw *hw);
118 void (*unprepare)(struct clk_hw *hw);
119 int (*is_prepared)(struct clk_hw *hw);
120 void (*unprepare_unused)(struct clk_hw *hw);
121 int (*enable)(struct clk_hw *hw);
122 void (*disable)(struct clk_hw *hw);
123 int (*is_enabled)(struct clk_hw *hw);
124 void (*disable_unused)(struct clk_hw *hw);
125 unsigned long (*recalc_rate)(struct clk_hw *hw,
127 long (*round_rate)(struct clk_hw *hw, unsigned long,
[all …]
Dclk-private.h31 struct clk_hw *hw; member
63 .hw = &_name##_hw.hw, \
75 .hw = { \
95 .hw = { \
117 .hw = { \
150 .hw = { \
173 .hw = { \
206 struct clk *__clk_register(struct device *dev, struct clk_hw *hw);
Darcdevice.h316 } hw; member
322 #define ARCRESET(x) (lp->hw.reset(dev, (x)))
323 #define ACOMMAND(x) (lp->hw.command(dev, (x)))
324 #define ASTATUS() (lp->hw.status(dev))
325 #define AINTMASK(x) (lp->hw.intmask(dev, (x)))
Dsh_intc.h116 struct intc_hw_desc hw; member
123 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
131 .hw = INTC_HW_DESC(vectors, groups, mask_regs, \
Drfkill.h207 void rfkill_set_states(struct rfkill *rfkill, bool sw, bool hw);
263 static inline void rfkill_set_states(struct rfkill *rfkill, bool sw, bool hw) in rfkill_set_states() argument
DmISDNhw.h94 void *hw; member
155 void *hw; member
Dmemory.h39 void *hw; /* optional pointer to fw/hw data */ member
Dhw_breakpoint.h84 return &bp->hw.info; in counter_arch_bp()
Dirqdomain.h62 int (*map)(struct irq_domain *d, unsigned int virq, irq_hw_number_t hw);
Dide.h186 static inline void ide_std_init_ports(struct ide_hw *hw, in ide_std_init_ports() argument
193 hw->io_ports_array[i] = io_addr++; in ide_std_init_ports()
195 hw->io_ports.ctl_addr = ctl_addr; in ide_std_init_ports()
Dperf_event.h364 struct hw_perf_event hw; member
/include/linux/irqchip/
Dmetag.h12 extern int internal_irq_map(unsigned int hw);
18 static inline int internal_irq_map(unsigned int hw) in internal_irq_map() argument
/include/uapi/linux/
Dpkt_sched.h600 __u8 hw; member
Dkvm.h208 } hw; member