/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/ |
H A D | pinmux-aspeed.h | 165 * * A function represents a set of signals; functions are distinct if they 174 * * A signal expression is the smallest set of signal descriptors whose 337 * be set for it to be muxed: 418 * Both expressions listed in the sig_exprs_LPCRST_LPCRST array need to be set 435 * @mask: The mask to apply to the register. The lowest set bit of the mask is 505 * A further short-hand macro expanding to an SCU descriptor enabled by a set 783 int (*set)(struct aspeed_pinmux_data *ctx, member 810 return ctx->ops->set(ctx, expr, enabled); in aspeed_sig_expr_set()
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/ |
H A D | ucc.c | 53 * must always be set to 1. 98 int ucc_mux_set_grant_tsa_bkpt(unsigned int ucc_num, int set, u32 mask) in ucc_mux_set_grant_tsa_bkpt() argument 110 if (set) in ucc_mux_set_grant_tsa_bkpt()
|
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 239 static int ttyport_set_tiocm(struct serdev_controller *ctrl, unsigned int set, unsigned int clear) in ttyport_set_tiocm() argument 247 return tty->ops->tiocmset(tty, set, clear); in ttyport_set_tiocm()
|
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tmu.c | 131 static int tb_switch_tmu_set_time_disruption(struct tb_switch *sw, bool set) in tb_switch_tmu_set_time_disruption() argument 141 if (set) in tb_switch_tmu_set_time_disruption() 380 tb_sw_dbg(sw, "TMU: mode set to: %s\n", tb_switch_tmu_mode_name(sw)); in tb_switch_tmu_enable()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pm_qos.h | 189 int dev_pm_qos_update_flags(struct device *dev, s32 mask, bool set); 273 static inline int dev_pm_qos_update_flags(struct device *dev, s32 m, bool set) in dev_pm_qos_update_flags() argument
|
H A D | mdio.h | 68 * Called during discovery. Used to set 122 * @mode_support: MDIO modes supported. If %MDIO_SUPPORTS_C22 is set then 124 * %MDIO_DEVAD_NONE. If %MDIO_EMULATE_C22 is set then access to 331 u16 mask, u16 set); 338 u16 set);
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | xattr.c | 2 /* Extended attribute handling for AFS. We use xattrs to get and set metadata 125 .set = afs_xattr_set_acl, 260 .set = afs_xattr_set_yfs,
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | sp5100_tco.c | 157 static void sp5100_tco_update_pm_reg8(u8 index, u8 reset, u8 set) in sp5100_tco_update_pm_reg8() argument 164 val |= set; in sp5100_tco_update_pm_reg8() 197 /* Enable Watchdog timer and set the resolution to 1 sec */ in tco_timer_enable()
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | acl.c | 225 * We allow set/get/list of acl when access=client is not specified in v9fs_xattr_get_acl() 252 * set the attribute on the remote. Without even looking at the in v9fs_xattr_set_acl() 324 .set = v9fs_xattr_set_acl, 331 .set = v9fs_xattr_set_acl,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | rl.c | 143 struct mlx5_rl_entry *entry, bool set) in mlx5_set_pp_rate_limit_cmd() 153 if (set) in mlx5_set_pp_rate_limit_cmd() 142 mlx5_set_pp_rate_limit_cmd(struct mlx5_core_dev *dev, struct mlx5_rl_entry *entry, bool set) mlx5_set_pp_rate_limit_cmd() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tcon.h | 193 #define SUN4I_TCON0_CPU_TRI2_TRANS_START_SET(set) ((set) & 0xfff)
|
/kernel/linux/linux-5.10/drivers/reset/ |
H A D | reset-npcm.c | 80 unsigned long id, bool set) in npcm_rc_setclear_reset() 90 if (set) in npcm_rc_setclear_reset() 213 /* set USB PHY RS bit */ in npcm_usb_reset() 79 npcm_rc_setclear_reset(struct reset_controller_dev *rcdev, unsigned long id, bool set) npcm_rc_setclear_reset() argument
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-jz4740.c | 115 bool set) in jz4740_rtc_ctrl_set_bits() 128 if (set) in jz4740_rtc_ctrl_set_bits() 358 dev_err(dev, "Failed to set wake irq: %d\n", ret); in jz4740_rtc_probe() 114 jz4740_rtc_ctrl_set_bits(struct jz4740_rtc *rtc, uint32_t mask, bool set) jz4740_rtc_ctrl_set_bits() argument
|
/kernel/linux/linux-5.10/drivers/staging/mt7621-pci-phy/ |
H A D | pci-mt7621-phy.c | 117 u32 reg, u32 clr, u32 set) in mt7621_phy_rmw() 122 val |= set; in mt7621_phy_rmw() 215 /* set force mode enable of da_pe1_mstckdiv */ in mt7621_set_phy_for_ssc() 116 mt7621_phy_rmw(struct mt7621_pci_phy *phy, u32 reg, u32 clr, u32 set) mt7621_phy_rmw() argument
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-sh-hspi.c | 56 static void hspi_bit_set(struct hspi_priv *hspi, int reg, u32 mask, u32 set) in hspi_bit_set() argument 61 val |= set & mask; in hspi_bit_set()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bgmac-platform.c | 87 /* Some bits of BCMA_IOCTL set by HW/ATF and should not change */ in platform_bgmac_clk_enable() 97 u32 mask, u32 set) in platform_bgmac_cco_ctl_maskset() 112 u32 mask, u32 set) in platform_bgmac_cmn_maskset32() 96 platform_bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, u32 mask, u32 set) platform_bgmac_cco_ctl_maskset() argument 111 platform_bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, u32 mask, u32 set) platform_bgmac_cmn_maskset32() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_vf.c | 23 /* If permanent address is set then we need to restore it */ in fm10k_stop_hw_vf() 162 * @set: Indicates if this is a set or clear operation 167 static s32 fm10k_update_vlan_vf(struct fm10k_hw *hw, u32 vid, u8 vsi, bool set) in fm10k_update_vlan_vf() argument 172 /* verify the index is not set */ in fm10k_update_vlan_vf() 180 /* encode set bit into the VLAN ID */ in fm10k_update_vlan_vf() 181 if (!set) in fm10k_update_vlan_vf() 291 /* add bit to notify us if this is a set or clear operation */ in fm10k_update_uc_addr_vf() 329 /* add bit to notify us if this is a set or clear operation */ in fm10k_update_mc_addr_vf()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | xattr.c | 2 /* Extended attribute handling for AFS. We use xattrs to get and set metadata 126 .set = afs_xattr_set_acl, 262 .set = afs_xattr_set_yfs,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_crtc.h | 70 * Flipping @active while @enable is set without changing anything else may 94 * Implies that @enable is set. The driver must not release any shared 95 * resources if @active is set to false but @enable still true, because 118 * Drivers are supposed to set this for any CRTC state changes that 138 * Drivers are supposed to set this as-needed from their own atomic 159 * usually depends on the pipeline configuration. If set to true, DRM 167 * without initialized vblanking, this field is set to true in 288 * This is set when DRM_MODE_PAGE_FLIP_ASYNC is set in the legacy 306 * transition is occurring. This will be set o [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | zoned.h | 286 u64 pos, bool set) in btrfs_dev_set_empty_zone_bit() 295 if (set) in btrfs_dev_set_empty_zone_bit() 285 btrfs_dev_set_empty_zone_bit(struct btrfs_device *device, u64 pos, bool set) btrfs_dev_set_empty_zone_bit() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pm_qos.h | 189 int dev_pm_qos_update_flags(struct device *dev, s32 mask, bool set); 273 static inline int dev_pm_qos_update_flags(struct device *dev, s32 m, bool set) in dev_pm_qos_update_flags() argument
|
H A D | jump_label.h | 169 static inline void jump_entry_set_init(struct jump_entry *entry, bool set) in jump_entry_set_init() argument 171 if (set) in jump_entry_set_init()
|
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 239 static int ttyport_set_tiocm(struct serdev_controller *ctrl, unsigned int set, unsigned int clear) in ttyport_set_tiocm() argument 247 return tty->ops->tiocmset(tty, set, clear); in ttyport_set_tiocm()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sh-hspi.c | 56 static void hspi_bit_set(struct hspi_priv *hspi, int reg, u32 mask, u32 set) in hspi_bit_set() argument 61 val |= set & mask; in hspi_bit_set()
|
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/ |
H A D | ucc.c | 53 * must always be set to 1. 98 int ucc_mux_set_grant_tsa_bkpt(unsigned int ucc_num, int set, u32 mask) in ucc_mux_set_grant_tsa_bkpt() argument 110 if (set) in ucc_mux_set_grant_tsa_bkpt()
|