| /include/net/ |
| D | mac80211.h | 2279 } hw; member 3078 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument 3081 return test_bit(flg, hw->flags); in _ieee80211_hw_check() 3083 #define ieee80211_hw_check(hw, flg) _ieee80211_hw_check(hw, IEEE80211_HW_##flg) argument 3085 static inline void _ieee80211_hw_set(struct ieee80211_hw *hw, in _ieee80211_hw_set() argument 3088 return __set_bit(flg, hw->flags); in _ieee80211_hw_set() 3090 #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg) argument 3151 static inline void SET_IEEE80211_DEV(struct ieee80211_hw *hw, struct device *dev) in SET_IEEE80211_DEV() argument 3153 set_wiphy_dev(hw->wiphy, dev); in SET_IEEE80211_DEV() 3162 static inline void SET_IEEE80211_PERM_ADDR(struct ieee80211_hw *hw, const u8 *addr) in SET_IEEE80211_PERM_ADDR() argument [all …]
|
| D | mac802154.h | 206 int (*start)(struct ieee802154_hw *hw); 207 void (*stop)(struct ieee802154_hw *hw); 208 int (*xmit_sync)(struct ieee802154_hw *hw, 210 int (*xmit_async)(struct ieee802154_hw *hw, 212 int (*ed)(struct ieee802154_hw *hw, u8 *level); 213 int (*set_channel)(struct ieee802154_hw *hw, u8 page, 215 int (*set_hw_addr_filt)(struct ieee802154_hw *hw, 218 int (*set_txpower)(struct ieee802154_hw *hw, s32 mbm); 219 int (*set_lbt)(struct ieee802154_hw *hw, bool on); 220 int (*set_cca_mode)(struct ieee802154_hw *hw, [all …]
|
| D | act_api.h | 259 u64 drops, bool hw); 288 u64 lastuse, bool hw) in tcf_action_stats_update() argument 294 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
| /include/sound/ |
| D | hwdep.h | 18 long long (*llseek)(struct snd_hwdep *hw, struct file *file, 20 long (*read)(struct snd_hwdep *hw, char __user *buf, 22 long (*write)(struct snd_hwdep *hw, const char __user *buf, 24 int (*open)(struct snd_hwdep *hw, struct file * file); 25 int (*release)(struct snd_hwdep *hw, struct file * file); 26 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file, 28 int (*ioctl)(struct snd_hwdep *hw, struct file *file, 30 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file, 32 int (*mmap)(struct snd_hwdep *hw, struct file *file, 34 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 | dmaengine_pcm.h | 95 struct snd_pcm_hardware *hw,
|
| D | timer.h | 73 struct snd_timer_hardware hw; member
|
| D | vx_core.h | 150 const struct snd_vx_hardware *hw; member 196 const struct snd_vx_hardware *hw,
|
| D | pcm.h | 432 struct snd_pcm_hardware hw; member 1254 int snd_pcm_hw_limit_rates(struct snd_pcm_hardware *hw); 1259 return snd_pcm_hw_limit_rates(&runtime->hw); in snd_pcm_limit_hw_rates()
|
| /include/linux/ |
| D | clk-provider.h | 68 void clk_hw_init_rate_request(const struct clk_hw *hw, 243 int (*prepare)(struct clk_hw *hw); 244 void (*unprepare)(struct clk_hw *hw); 245 int (*is_prepared)(struct clk_hw *hw); 246 void (*unprepare_unused)(struct clk_hw *hw); 247 int (*enable)(struct clk_hw *hw); 248 void (*disable)(struct clk_hw *hw); 249 int (*is_enabled)(struct clk_hw *hw); 250 void (*disable_unused)(struct clk_hw *hw); 251 int (*save_context)(struct clk_hw *hw); [all …]
|
| D | clkdev.h | 38 struct clk_lookup *clkdev_hw_create(struct clk_hw *hw, const char *con_id, 47 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 | 224 void rfkill_set_states(struct rfkill *rfkill, bool sw, bool hw); 303 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 | hw_breakpoint.h | 98 return &bp->hw.info; in counter_arch_bp()
|
| D | irqdomain.h | 107 int (*map)(struct irq_domain *d, unsigned int virq, irq_hw_number_t hw);
|
| /include/kunit/ |
| D | clk.h | 17 clk_hw_get_clk_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id); 19 clk_hw_get_clk_prepared_enabled_kunit(struct kunit *test, struct clk_hw *hw, 24 int clk_hw_register_kunit(struct kunit *test, struct device *dev, struct clk_hw *hw); 26 struct clk_hw *hw);
|
| /include/linux/clk/ |
| D | ti.h | 167 struct clk_hw hw; member 261 #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw) 263 bool omap2_clk_is_hw_omap(struct clk_hw *hw); 268 unsigned long omap2_dpllcore_recalc(struct clk_hw *hw, 272 void omap2xxx_clkt_dpllcore_init(struct clk_hw *hw); 319 int omap3_noncore_dpll_save_context(struct clk_hw *hw); 320 void omap3_noncore_dpll_restore_context(struct clk_hw *hw); 322 int omap3_core_dpll_save_context(struct clk_hw *hw); 323 void omap3_core_dpll_restore_context(struct clk_hw *hw);
|
| /include/dt-bindings/usb/ |
| D | pd.h | 341 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument 342 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 | ((cbl) & 0x3) << 18 \ 346 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument 347 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \ 350 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument 351 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \ 425 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument 426 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 \ 463 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument 464 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
|
| /include/linux/usb/ |
| D | pd_vdo.h | 371 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument 372 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 | ((cbl) & 0x3) << 18 \ 376 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument 377 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \ 380 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument 381 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \ 458 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument 459 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 \ 496 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument 497 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
|
| /include/drm/bridge/ |
| D | samsung-dsim.h | 37 #define samsung_dsim_hw_is_exynos(hw) \ argument 38 ((hw) >= DSIM_TYPE_EXYNOS3250 && (hw) <= DSIM_TYPE_EXYNOS5433)
|
| /include/linux/fsl/ |
| D | enetc_mdio.h | 34 struct enetc_hw *hw; member
|
| /include/kvm/ |
| D | arm_vgic.h | 141 bool hw; /* Tied to HW IRQ */ member
|
| /include/linux/soc/mediatek/ |
| D | mtk_wed.h | 89 struct mtk_wed_hw *hw; member
|