Home
last modified time | relevance | path

Searched refs:set (Results 6051 - 6075 of 12470) sorted by relevance

1...<<241242243244245246247248249250>>...499

/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_typec_switch.c121 /* Clear any old mux set done event. */ in cros_typec_configure_mux()
131 /* Send the set command. */ in cros_typec_configure_mux()
136 /* Check for the mux set done event. */ in cros_typec_configure_mux()
145 dev_err(sdata->dev, "Timed out waiting for mux set done on index: %d, state: %d\n", in cros_typec_configure_mux()
187 .set = cros_typec_mode_switch_set, in cros_typec_register_mode_switch()
201 .set = cros_typec_retimer_set, in cros_typec_register_retimer()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dopticon.c174 /* setup packet may be set if we're using it for writing */ in opticon_write_control_callback()
323 unsigned int set, unsigned int clear) in opticon_tiocmset()
336 if (set & TIOCM_RTS) in opticon_tiocmset()
322 opticon_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) opticon_tiocmset() argument
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-regmap.c245 /* if not set, assume there is only one register */ in gpio_regmap_register()
249 /* if not set, assume they are consecutive */ in gpio_regmap_register()
267 chip->set = gpio_regmap_set_with_clear; in gpio_regmap_register()
269 chip->set = gpio_regmap_set; in gpio_regmap_register()
H A Dgpio-mpc5200.c95 /* set the direction */ in mpc52xx_wkup_gpio_dir_in()
120 /* Then set direction */ in mpc52xx_wkup_gpio_dir_out()
154 gc->set = mpc52xx_wkup_gpio_set; in mpc52xx_wkup_gpiochip_probe()
256 /* set the direction */ in mpc52xx_simple_gpio_dir_in()
279 /* First set initial value */ in mpc52xx_simple_gpio_dir_out()
282 /* Then set direction */ in mpc52xx_simple_gpio_dir_out()
316 gc->set = mpc52xx_simple_gpio_set; in mpc52xx_simple_gpiochip_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dmxgpu_ai.c49 * RCV_MSG_VALID filed of BIF_BX_PF0_MAILBOX_CONTROL must already be set to 1
54 * RCV_MSG_VALID is set by host.
188 /* version set to 0 since dummy */ in xgpu_ai_send_access_requests()
344 .set = xgpu_ai_set_mailbox_ack_irq,
349 .set = xgpu_ai_set_mailbox_rcv_irq,
H A Dmxgpu_nv.c48 * RCV_MSG_VALID filed of BIF_BX_PF_MAILBOX_CONTROL must already be set to 1
53 * RCV_MSG_VALID is set by host.
193 /* assume V1 in case host doesn't set version number */ in xgpu_nv_send_access_requests()
369 .set = xgpu_nv_set_mailbox_ack_irq,
374 .set = xgpu_nv_set_mailbox_rcv_irq,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h254 * @force_timing_sync: set via debugfs. When set, indicates that all connected
668 * value is set to zero when there is no FreeSync support.
674 * value is set to zero when there is no FreeSync support.
707 uint8_t flags, bool set) in amdgpu_dm_set_mst_status()
709 if (set) in amdgpu_dm_set_mst_status()
706 amdgpu_dm_set_mst_status(uint8_t *status, uint8_t flags, bool set) amdgpu_dm_set_mst_status() argument
/kernel/linux/linux-6.6/ipc/
H A Dipc_sysctl.c188 static int set_is_seen(struct ctl_table_set *set) in set_is_seen() argument
190 return &current->nsproxy->ipc_ns->ipc_set == set; in set_is_seen()
/kernel/linux/linux-6.6/drivers/dma/qcom/
H A Dhidma_mgmt_sys.c23 int (*set)(struct hidma_mgmt_dev *mdev, u64 val); member
130 rc = hidma_mgmt_files[i].set(mdev, tmp); in set_values()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Datomic64_32.h49 ATOMIC64_DECL(set); variable
86 alternative_atomic64(set, /* no output */, in arch_atomic64_set()
H A Dmshyperv.h278 void __noreturn hv_ghcb_terminate(unsigned int set, unsigned int reason);
282 static inline void hv_ghcb_terminate(unsigned int set, unsigned int reason) {} in hv_ghcb_terminate() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Dvf.c45 /* set mac address */ in e1000_init_mac_params_vf()
49 /* set mac filter */ in e1000_init_mac_params_vf()
51 /* set vlan filter table array */ in e1000_init_mac_params_vf()
133 /* set our "perm_addr" based on info provided by PF */ in e1000_reset_hw_vf()
160 /* attempt to set and restore our mac address */ in e1000_init_hw_vf()
246 * @vid: determines the vfta register and bit to set/unset
247 * @set: if true then set bit, else clear bit
249 static s32 e1000_set_vfta_vf(struct e1000_hw *hw, u16 vid, bool set) in e1000_set_vfta_vf() argument
258 if (set) in e1000_set_vfta_vf()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c7 * Do Not even set the MPP muxes to allow PTP_EVENT_REQ to be used.
12 * field will be performed - whether it is a set, increment, decrement
29 * seems it can be set to any period of 1ns resolution. It is probably
66 static void mvpp2_tai_modify(void __iomem *reg, u32 mask, u32 set) in mvpp2_tai_modify() argument
71 val |= set & mask; in mvpp2_tai_modify()
320 * bit is set, we have to increment the whole nanoseconds. in mvpp22_tai_set_step()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_cnf10kb.c125 int mcs_set_force_clk_en(struct mcs *mcs, bool set) in mcs_set_force_clk_en() argument
132 if (set) { in mcs_set_force_clk_en()
139 dev_err(mcs->dev, "MCS set force clk enable failed\n"); in mcs_set_force_clk_en()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttvp.h212 struct bttv_buffer_set *set);
336 void (*audio_mode_gpio)(struct bttv *btv, struct v4l2_tuner *tuner, int set);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H A Dwlan.h209 __le16 set; member
232 __le32 set; member
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A Dphy-bcm-sr-usb.c106 static inline void bcm_usb_reg32_setbits(void __iomem *addr, uint32_t set) in bcm_usb_reg32_setbits() argument
108 writel(readl(addr) | set, addr); in bcm_usb_reg32_setbits()
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h164 * * A function represents a set of signals; functions are distinct if they
173 * * A signal expression is the smallest set of signal descriptors whose
336 * be set for it to be muxed:
417 * Both expressions listed in the sig_exprs_LPCRST_LPCRST array need to be set
434 * @mask: The mask to apply to the register. The lowest set bit of the mask is
504 * A further short-hand macro expanding to an SCU descriptor enabled by a set
791 int (*set)(struct aspeed_pinmux_data *ctx, member
818 return ctx->ops->set(ctx, expr, enabled); in aspeed_sig_expr_set()
/kernel/linux/linux-6.6/drivers/phy/ralink/
H A Dphy-mt7621-pci.c87 u32 reg, u32 clr, u32 set) in mt7621_phy_rmw()
93 * 'set' is masked before is set to the value that will be in mt7621_phy_rmw()
95 * pci setup. Avoid to mask 'set' before set value to 'val' in mt7621_phy_rmw()
100 val |= set; in mt7621_phy_rmw()
200 /* set force mode enable of da_pe1_mstckdiv */ in mt7621_set_phy_for_ssc()
86 mt7621_phy_rmw(struct mt7621_pci_phy *phy, u32 reg, u32 clr, u32 set) mt7621_phy_rmw() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.h194 #define SUN4I_TCON0_CPU_TRI2_TRANS_START_SET(set) ((set) & 0xfff)
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-owl-sirq.c120 u32 clear, u32 set, u32 index) in owl_sirq_clear_set_extctl()
128 val |= set; in owl_sirq_clear_set_extctl()
119 owl_sirq_clear_set_extctl(struct owl_sirq_chip_data *d, u32 clear, u32 set, u32 index) owl_sirq_clear_set_extctl() argument
H A Dirq-pic32-evic.c86 /* set polarity for external interrupts only */ in pic32_set_type_edge()
100 static void pic32_bind_evic_interrupt(int irq, int set) in pic32_bind_evic_interrupt() argument
102 writel(set, evic_base + REG_OFF_OFFSET + irq * 4); in pic32_bind_evic_interrupt()
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c37 static void set_filemode(int fd, int set) in set_filemode() argument
41 if (set) in set_filemode()
261 * is set. in main()
295 * set non blocking mode and in main()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread.h197 static inline void thread__set_comm_set(struct thread *thread, bool set) in thread__set_comm_set() argument
199 RC_CHK_ACCESS(thread)->comm_set = set; in thread__set_comm_set()
H A Dutil.c148 * -1 on removal failure with errno set
459 * By default '!di->set' we clear DEBUGINFOD_URLS, so debuginfod in perf_debuginfod_setup()
460 * processing is not triggered, otherwise we set it to 'di->urls' in perf_debuginfod_setup()
463 if (!di->set) in perf_debuginfod_setup()
471 if (di->set) in perf_debuginfod_setup()

Completed in 21 milliseconds

1...<<241242243244245246247248249250>>...499