/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A D | fskeleton.S | 239 move.l 0xc(%sp),0x2(%sp) | set "Current PC"
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | entry.S | 15 .set noat 47 * regs 29-30 saved and set up by PAL-code 529 addq $31, 1, $1 /* set a3 for errno return */ 576 /* set up signal stack, call syscall_trace */ 627 addq $31, 1, $1 /* set a3 for errno return */
|
/kernel/linux/linux-6.6/arch/arm/plat-orion/ |
H A D | gpio.c | 393 * set initial polarity based on current input level in gpio_irq_set_type() 543 ochip->chip.set = orion_gpio_set; in orion_gpio_init()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-xsc3.S | 463 mcr p15, 0, r0, c1, c0, 1 @ set auxiliary control reg
|
/kernel/linux/linux-6.6/arch/mips/txx9/generic/ |
H A D | setup.c | 656 iocled->chip.set = txx9_iocled_set; in txx9_iocled_init()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bcache.h | 11 * it's about 95% plumbed through. A cache set and its cache devices is sort of 13 * about individual cache devices, the main abstraction is the cache set. 19 * cache set. When you register a newly formatted backing device it'll come up 21 * a cache set at runtime - while it's mounted and in use. Detaching implicitly 24 * A cache set can have multiple (many) backing devices attached to it. 123 * means each set of keys we write is sorted, but the node is not. 128 * each sorted set. But we do merge written sets together lazily, so the cost of 130 * will be in one big set, and then there'll be one or two sets that are much 311 /* Refcount on the cache set. Always nonzero when we're caching. */ 316 * Device might not be running if it's dirty and the cache set has 409 struct cache_set *set; global() member [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cxd2820r_core.c | 347 /* set frontend */ in cxd2820r_search() 655 priv->gpio_chip.set = cxd2820r_gpio_set; in cxd2820r_probe()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | adp5588-keys.c | 203 kpad->gc.set = adp5588_gpio_set_value; in adp5588_gpio_add()
|
/kernel/linux/linux-5.10/drivers/interconnect/qcom/ |
H A D | msm8916.c | 482 provider->set = msm8916_icc_set; in msm8916_qnoc_probe()
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-pca9532.c | 168 /* set the new value */ in pca9532_setled() 438 data->gpio.set = pca9532_gpio_set_value; in pca9532_configure()
|
/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | ad5592r-base.c | 141 st->gpiochip.set = ad5592r_gpio_set; in ad5592r_gpio_init()
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | ucd9000.c | 253 /* No page set required */ in ucd9000_gpio_read_config() 300 /* Page set not required */ in ucd9000_gpio_set() 365 /* Page set not required */ in ucd9000_gpio_set_direction() 423 data->gpio.set = ucd9000_gpio_set; in ucd9000_probe_gpio()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | ti-ads7950.c | 83 * is set, otherwise it retains its original state. 431 /* If set as output, return the output */ in ti_ads7950_get() 570 /* len will be set later */ in ti_ads7950_probe() 644 st->chip.set = ti_ads7950_set; in ti_ads7950_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 124 SGE_RXQ_PER_SET = 2, /* # of Rx queues per set */ 125 SGE_TXQ_PER_SET = 3 /* # of Tx queues per set */ 316 struct qset_params { /* SGE queue set parameters */ 655 unsigned int set);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00mac.c | 45 * RTS/CTS frame. Note that we set the no encryption flag in rt2x00mac_tx_rts_cts() 126 * Note that when the driver has set the set_rts_threshold() in rt2x00mac_tx() 321 * only be set when the radio is enabled, but do require the RX to in rt2x00mac_config() 376 * - Some filters imply different filters to be set. in rt2x00mac_configure_filter() 419 bool set) in rt2x00mac_set_tim() 418 rt2x00mac_set_tim(struct ieee80211_hw *hw, struct ieee80211_sta *sta, bool set) rt2x00mac_set_tim() argument
|
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
H A D | pinctrl-moore.c | 516 chip->set = mtk_gpio_set; in mtk_build_gpiochip()
|
/kernel/linux/linux-5.10/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.c | 15 * domain which can't be powered off; the bank also uses a set of 32 * set of bits in the register sets described above; the same register 531 dev_dbg(pc->dev, "set pinconf for group %s\n", group->name); in meson_pinconf_group_set() 614 pc->chip.set = meson_gpio_set; in meson_gpiolib_register()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-coh901.c | 261 * Drive mode must be set by the special mode set function, set in u300_gpio_direction_output() 266 /* mode = 0 means input, else some mode is already set */ in u300_gpio_direction_output() 396 .set = u300_gpio_set, 553 dev_dbg(gpio->dev, "set up pin %d as output, value: %d\n", in u300_gpio_init_pin() 558 /* Always set output low on input pins */ in u300_gpio_init_pin() 564 dev_dbg(gpio->dev, "set up pin %d as input, bias: %04x\n", in u300_gpio_init_pin()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | core.c | 313 dev_err(cdns->dev, "set %d has failed, back to %d\n", in cdns3_hw_role_switch() 340 * cdns3_role_set - set current role of controller. 381 dev_err(cdns->dev, "set role %d has failed\n", role); in cdns3_role_set() 544 sw_desc.set = cdns3_role_set; in cdns3_probe()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | quirks.c | 160 .set = quirks_param_set, 695 * Yangtze chipset, so set them as RESET_RESUME flag. in usb_detect_quirks()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | sysrq.c | 107 pr_info("Loglevel set to %d\n", i); in sysrq_handle_loglevel() 142 .action_msg = "Keyboard mode set to system default", 1071 .set = sysrq_reset_seq_param_set,
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | mediatek.c | 186 role_sx_desc.set = musb_usb_role_sx_set; in mtk_otg_switch_init()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth.c | 90 .set = param_set_hashtbl_sz,
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_loongson.c | 108 .set = param_set_xint,
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_crypto.c | 49 .set = param_set_bufsize, 237 * last_warn is set. Last_warn set affects only last allocation of zero order.
|