Home
last modified time | relevance | path

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

/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.h163 struct snd_vx_hardware *hw; member
209 struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
Dpcm.h341 struct snd_pcm_hardware hw; member
Dsoc.h443 const struct snd_pcm_hardware *hw);
/include/net/
Dmac80211.h1796 static inline void SET_IEEE80211_DEV(struct ieee80211_hw *hw, struct device *dev) in SET_IEEE80211_DEV() argument
1798 set_wiphy_dev(hw->wiphy, dev); in SET_IEEE80211_DEV()
1807 static inline void SET_IEEE80211_PERM_ADDR(struct ieee80211_hw *hw, u8 *addr) in SET_IEEE80211_PERM_ADDR() argument
1809 memcpy(hw->wiphy->perm_addr, addr, ETH_ALEN); in SET_IEEE80211_PERM_ADDR()
1813 ieee80211_get_tx_rate(const struct ieee80211_hw *hw, in ieee80211_get_tx_rate() argument
1818 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[0].idx]; in ieee80211_get_tx_rate()
1822 ieee80211_get_rts_cts_rate(const struct ieee80211_hw *hw, in ieee80211_get_rts_cts_rate() argument
1827 return &hw->wiphy->bands[c->band]->bitrates[c->control.rts_cts_rate_idx]; in ieee80211_get_rts_cts_rate()
1831 ieee80211_get_alt_retry_rate(const struct ieee80211_hw *hw, in ieee80211_get_alt_retry_rate() argument
1836 return &hw->wiphy->bands[c->band]->bitrates[c->control.rates[idx + 1].idx]; in ieee80211_get_alt_retry_rate()
[all …]
/include/linux/clk/
Dti.h137 struct clk_hw hw; member
252 #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw)
255 int omap3_noncore_dpll_enable(struct clk_hw *hw);
256 void omap3_noncore_dpll_disable(struct clk_hw *hw);
257 int omap3_noncore_dpll_set_rate(struct clk_hw *hw, unsigned long rate,
259 unsigned long omap4_dpll_regm4xen_recalc(struct clk_hw *hw,
261 long omap4_dpll_regm4xen_round_rate(struct clk_hw *hw,
264 u8 omap2_init_dpll_parent(struct clk_hw *hw);
265 unsigned long omap3_dpll_recalc(struct clk_hw *hw, unsigned long parent_rate);
266 long omap2_dpll_round_rate(struct clk_hw *hw, unsigned long target_rate,
[all …]
/include/linux/
Dclk-provider.h165 int (*prepare)(struct clk_hw *hw);
166 void (*unprepare)(struct clk_hw *hw);
167 int (*is_prepared)(struct clk_hw *hw);
168 void (*unprepare_unused)(struct clk_hw *hw);
169 int (*enable)(struct clk_hw *hw);
170 void (*disable)(struct clk_hw *hw);
171 int (*is_enabled)(struct clk_hw *hw);
172 void (*disable_unused)(struct clk_hw *hw);
173 unsigned long (*recalc_rate)(struct clk_hw *hw,
175 long (*round_rate)(struct clk_hw *hw, unsigned long rate,
[all …]
Dclk-private.h44 struct clk_hw *hw; member
91 .hw = &_name##_hw.hw, \
103 .hw = { \
123 .hw = { \
145 .hw = { \
178 .hw = { \
201 .hw = { \
234 struct clk *__clk_register(struct device *dev, struct clk_hw *hw);
Darcdevice.h312 } hw; member
318 #define ARCRESET(x) (lp->hw.reset(dev, (x)))
319 #define ACOMMAND(x) (lp->hw.command(dev, (x)))
320 #define ASTATUS() (lp->hw.status(dev))
321 #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.h32 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.h182 static inline void ide_std_init_ports(struct ide_hw *hw, in ide_std_init_ports() argument
189 hw->io_ports_array[i] = io_addr++; in ide_std_init_ports()
191 hw->io_ports.ctl_addr = ctl_addr; in ide_std_init_ports()
Dperf_event.h387 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.h615 __u8 hw; member
Dkvm.h209 } hw; member