/include/net/ |
A D | mac80211.h | 2296 } hw; member 3103 return test_bit(flg, hw->flags); in _ieee80211_hw_check() 3105 #define ieee80211_hw_check(hw, flg) _ieee80211_hw_check(hw, IEEE80211_HW_##flg) argument 3110 return __set_bit(flg, hw->flags); in _ieee80211_hw_set() 3112 #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg) argument 3175 set_wiphy_dev(hw->wiphy, dev); in SET_IEEE80211_DEV() 5245 ieee80211_rx(hw, skb); in ieee80211_rx_ni() 6243 ieee80211_iterate_interfaces(hw, in ieee80211_iterate_active_interfaces() 6672 struct ieee80211_hw *hw, 6697 struct ieee80211_hw *hw, [all …]
|
A 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); 215 int (*set_hw_addr_filt)(struct ieee802154_hw *hw, 219 int (*set_lbt)(struct ieee802154_hw *hw, bool on); 220 int (*set_cca_mode)(struct ieee802154_hw *hw, 223 int (*set_csma_params)(struct ieee802154_hw *hw, 225 int (*set_frame_retries)(struct ieee802154_hw *hw, [all …]
|
A D | act_api.h | 261 u64 drops, bool hw); 290 u64 lastuse, bool hw) in tcf_action_stats_update() argument 296 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
/include/sound/ |
A 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 …]
|
A 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,
|
A D | emux_synth.h | 87 void *hw; /* hardware */ member 173 void *hw; /* hardware pointer (emu8000 or emu10k1) */ member
|
A D | dmaengine_pcm.h | 93 struct snd_pcm_hardware *hw,
|
A D | timer.h | 70 struct snd_timer_hardware hw; member
|
A D | vx_core.h | 150 const struct snd_vx_hardware *hw; member 196 const struct snd_vx_hardware *hw,
|
A D | soc.h | 484 struct snd_pcm_hardware *hw, int stream); 500 const struct snd_pcm_hardware *hw) in snd_soc_set_runtime_hwparams() argument 502 substream->runtime->hw = *hw; in snd_soc_set_runtime_hwparams()
|
/include/linux/ |
A D | clk-provider.h | 279 const struct clk_hw *hw; member 353 struct clk_hw hw; member 527 struct clk_hw hw; member 714 struct clk_hw hw; member 1005 struct clk_hw hw; member 1137 struct clk_hw hw; member 1218 struct clk_hw hw; member 1272 struct clk_hw hw; member 1300 struct clk_hw hw; member 1445 return divider_round_rate_parent(hw, clk_hw_get_parent(hw), in divider_round_rate() [all …]
|
A 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,
|
A 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, \
|
A 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
|
A D | mISDNhw.h | 85 void *hw; member 146 void *hw; member
|
A D | hw_breakpoint.h | 98 return &bp->hw.info; in counter_arch_bp()
|
/include/kunit/ |
A D | clk.h | 18 clk_hw_get_clk_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id); 20 clk_hw_get_clk_prepared_enabled_kunit(struct kunit *test, struct clk_hw *hw, 25 int clk_hw_register_kunit(struct kunit *test, struct device *dev, struct clk_hw *hw); 27 struct clk_hw *hw);
|
/include/linux/clk/ |
A 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/ |
A 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/ |
A 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/ |
A D | samsung-dsim.h | 37 #define samsung_dsim_hw_is_exynos(hw) \ argument 38 ((hw) >= DSIM_TYPE_EXYNOS3250 && (hw) <= DSIM_TYPE_EXYNOS5433)
|
/include/linux/platform_data/x86/ |
A D | int3472.h | 64 #define to_int3472_clk(hw) \ argument 65 container_of(hw, struct int3472_clock, clk_hw)
|
/include/linux/fsl/ |
A D | enetc_mdio.h | 34 struct enetc_hw *hw; member
|
/include/kvm/ |
A D | arm_vgic.h | 144 bool hw; /* Tied to HW IRQ */ member
|
/include/linux/soc/mediatek/ |
A D | mtk_wed.h | 89 struct mtk_wed_hw *hw; member
|