/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-mt7621.c | 215 void __iomem *dat, *set, *ctrl, *diro; in mediatek_gpio_bank_probe() local 226 set = mtk->base + GPIO_REG_DSET + (rg->bank * GPIO_BANK_STRIDE); in mediatek_gpio_bank_probe() 230 ret = bgpio_init(&rg->chip, dev, 4, dat, set, ctrl, diro, NULL, in mediatek_gpio_bank_probe() 285 /* set polarity to low for all gpios */ in mediatek_gpio_bank_probe()
|
H A D | gpio-aspeed-sgpio.c | 295 static void aspeed_sgpio_irq_set_mask(struct irq_data *d, bool set) in aspeed_sgpio_irq_set_mask() argument 310 if (set) in aspeed_sgpio_irq_set_mask() 458 /* set falling or level-low irq */ in aspeed_sgpio_setup_irqs() 550 gpio->chip.set = aspeed_sgpio_set; in aspeed_sgpio_probe()
|
H A D | gpio-vr41xx.c | 80 static inline u16 giu_set(u16 offset, u16 set) in giu_set() argument 85 data |= set; in giu_set() 462 .set = vr41xx_gpio_set,
|
H A D | gpio-lpc18xx.c | 57 u32 pin, bool set) in lpc18xx_gpio_pin_ic_isel() 61 if (set) in lpc18xx_gpio_pin_ic_isel() 321 .set = lpc18xx_gpio_set, 56 lpc18xx_gpio_pin_ic_isel(struct lpc18xx_gpio_pin_ic *ic, u32 pin, bool set) lpc18xx_gpio_pin_ic_isel() argument
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_snan.S | 11 | is set to one and the resulting non-signaling NAN (truncated if 58 | snan. If the inex enable bit is set in the FPCR, and either 83 btstb #5,CMDREG1B(%a6) |if set, inst is move out
|
H A D | x_unfl.S | 81 | unfl. If the inex enable bit is set in the FPCR, and either 117 beqs e1_set |if set then branch 151 | If the exception bit set is E3, the exceptional operand from the 252 bsetb #z_bit,FPSR_CC(%a6) |set condition codes if zero
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | ptrace_32.c | 128 * Make sure single step bits etc are not set. 300 .set = genregs_set, 310 .set = fpregs_set, 321 .set = dspregs_set,
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-arm940.S | 292 mcr p15, 0, r0, c6, c0, 0 @ set area 0, default 298 mcr p15, 0, r3, c6, c1, 0 @ set area 1, RAM 304 mcr p15, 0, r3, c6, c2, 0 @ set area 2, ROM/FLASH
|
H A D | proc-arm946.S | 339 mcr p15, 0, r0, c6, c0, 0 @ set region 0, default 372 mcr p15, 0, r0, c5, c0, 2 @ set data access permission 373 mcr p15, 0, r0, c5, c0, 3 @ set inst. access permission
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 207 RING_F_ARRAY_SIZE /* must be last in enum set */ 244 bool set; member 513 u8 vsi, bool set); 515 const unsigned char *addr, u16 vid, bool set);
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_snan.S | 11 | is set to one and the resulting non-signaling NAN (truncated if 58 | snan. If the inex enable bit is set in the FPCR, and either 83 btstb #5,CMDREG1B(%a6) |if set, inst is move out
|
H A D | x_unfl.S | 81 | unfl. If the inex enable bit is set in the FPCR, and either 117 beqs e1_set |if set then branch 151 | If the exception bit set is E3, the exceptional operand from the 252 bsetb #z_bit,FPSR_CC(%a6) |set condition codes if zero
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-arm946.S | 339 mcr p15, 0, r0, c6, c0, 0 @ set region 0, default 372 mcr p15, 0, r0, c5, c0, 2 @ set data access permission 373 mcr p15, 0, r0, c5, c0, 3 @ set inst. access permission
|
H A D | proc-arm940.S | 292 mcr p15, 0, r0, c6, c0, 0 @ set area 0, default 298 mcr p15, 0, r3, c6, c1, 0 @ set area 1, RAM 304 mcr p15, 0, r3, c6, c2, 0 @ set area 2, ROM/FLASH
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | ptrace_32.c | 127 * Make sure single step bits etc are not set. 299 .set = genregs_set, 309 .set = fpregs_set, 320 .set = dspregs_set,
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stb6100.c | 92 u8 set; member 118 regs[i] = (regs[i] & stb6100_template[i].mask) | stb6100_template[i].set; in stb6100_normalise_regs() 223 tmp = (tmp & stb6100_template[reg].mask) | stb6100_template[reg].set; in stb6100_write_reg() 266 dprintk(verbose, FE_DEBUG, 1, "set bandwidth to %u Hz", bandwidth); in stb6100_set_bandwidth() 278 * set bandwidth, wait 10ms, turn off. in stb6100_set_bandwidth() 425 /* F we don't write as it is set up in BW set */ in stb6100_set_frequency() 427 /* DLB set DC servo loop BW to 160Hz (LLA 3.8 / 2.1) */ in stb6100_set_frequency()
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-mvebu-sei.c | 142 phys_addr_t set = sei->res->start + GICP_SET_SEI_OFFSET; in mvebu_sei_cp_compose_msi_msg() local 145 msg->address_lo = lower_32_bits(set); in mvebu_sei_cp_compose_msi_msg() 146 msg->address_hi = upper_32_bits(set); in mvebu_sei_cp_compose_msi_msg()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | init.c | 68 u32 mask, set; in mt7615_init_mac_chain() local 76 set = FIELD_PREP(MT_DMA_RCFR0_RX_DROPPED_UCAST, 2) | in mt7615_init_mac_chain() 78 mt76_rmw(dev, MT_DMA_RCFR0(chain), mask, set); in mt7615_init_mac_chain()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | keyspan_pda.c | 270 0, /* set baud */ in keyspan_pda_setbaud() 297 4, /* set break */ in keyspan_pda_break_ctl() 384 3, /* set pins */ in keyspan_pda_set_modem_info() 412 unsigned int set, unsigned int clear) in keyspan_pda_tiocmset() 423 if (set & TIOCM_RTS) in keyspan_pda_tiocmset() 425 if (set & TIOCM_DTR) in keyspan_pda_tiocmset() 411 keyspan_pda_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) keyspan_pda_tiocmset() argument
|
H A D | spcp8x5.c | 195 dev_err(&port->dev, "failed to set control lines: %d\n", in spcp8x5_set_ctrl_line() 249 dev_err(&port->dev, "failed to set work mode: %d\n", ret); in spcp8x5_set_work_mode() 304 /* set DTR/RTS active */ in spcp8x5_set_termios() 415 unsigned int set, unsigned int clear) in spcp8x5_tiocmset() 423 if (set & TIOCM_RTS) in spcp8x5_tiocmset() 425 if (set & TIOCM_DTR) in spcp8x5_tiocmset() 414 spcp8x5_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) spcp8x5_tiocmset() argument
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | yurex.c | 210 /* set up the endpoint information */ in yurex_probe() 429 int i, set = 0, retval = 0; in yurex_write() local 475 set = 1; in yurex_write() 509 if (set && timeout) in yurex_write()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | label.h | 65 /* struct aa_labelset - set of labels for a namespace 69 * the set. 118 * @proxy: is set to the label that replaced this label 120 * @flags: stale and other flags - values may change under label set lock 123 * @ent: set of profiles for label, actual size determined by @size 284 bool aa_label_is_subset(struct aa_label *set, struct aa_label *sub); 285 bool aa_label_is_unconfined_subset(struct aa_label *set, struct aa_label *sub); 287 struct aa_label *set,
|
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | inode.c | 99 * kernfs_setattr - set iattr on a node 101 * @iattr: iattr to set 415 .set = kernfs_vfs_xattr_set, 421 .set = kernfs_vfs_xattr_set, 427 .set = kernfs_vfs_user_xattr_set,
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.h | 88 unsigned int type, bool set) in set_nat_flag() 91 if (set) in set_nat_flag() 105 /* these states can be set only after checkpoint was done */ in nat_reset_flag() 156 nid_t set; /* set number*/ member 157 unsigned int entry_cnt; /* the # of nat entries in set */ 87 set_nat_flag(struct nat_entry *ne, unsigned int type, bool set) set_nat_flag() argument
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_functions.c | 218 { } /* Always set a last empty entry */ 242 func_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_set_flag() argument 246 /* do nothing if already set */ in func_set_flag() 247 if (!!set == !!(func_flags.val & TRACE_FUNC_OPT_STACK)) in func_set_flag() 256 if (set) { in func_set_flag() 313 * Next the tracer is set to the state we want (disabled or enabled) in update_traceon_count()
|