/kernel/linux/linux-6.6/drivers/misc/ |
H A D | hisi_hikey_usb.c | 192 hub_role_switch.set = hub_usb_role_switch_set; in hisi_hikey_usb_of_role_switch()
|
/kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
H A D | spk_types.h | 161 void (*tiocmset)(struct spk_synth *synth, unsigned int set, unsigned int clear);
|
/kernel/linux/linux-6.6/fs/fuse/ |
H A D | xattr.c | 209 .set = fuse_xattr_set,
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_pci_legacy.c | 62 /* the config->set() implementation. it's symmetric to the config->get() 78 /* config->{get,set}_status() implementations */ 191 .set = vp_set,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_atomic_helper.h | 138 int drm_atomic_helper_set_config(struct drm_mode_set *set, 230 * When enabling a plane, CRTC and FB should always be set together. in drm_atomic_plane_enabling()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | serdev.h | 257 static inline int serdev_device_set_tiocm(struct serdev_device *serdev, int set, int clear) in serdev_device_set_tiocm() argument
|
H A D | user_namespace.h | 79 * in its effective capability set at the child ns creation time. */ 85 * user_keyring_register is set, it won't be changed, so it can be 99 struct ctl_table_set set; member
|
H A D | tty_driver.h | 263 * unsigned int set, unsigned int clear)`` 265 * This routine is used to set the modem status bits to the @tty driver. 266 * First, @clear bits should be cleared, then @set bits set. 301 * kernel structure @p (&struct serial_struct) to set the values from. 381 unsigned int set, unsigned int clear); 403 * Automatically set by tty_alloc_driver(). 412 * @init_termios: termios to set to each tty initially (e.g. %tty_std_termios) 416 * @ttys: array of active &struct tty_struct, set by tty_standard_install() 417 * @ports: array of &struct tty_port; can be set durin [all...] |
/kernel/linux/linux-6.6/drivers/platform/x86/intel/ |
H A D | int0002_vgpio.c | 60 * ACPI the get / set functions are dummy functions. 185 chip->set = int0002_gpio_set; in int0002_probe()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | drd.c | 109 * If role-switch set is called before the udc_start, we need to enable in dwc2_drd_role_sw_set() 141 /* This set DCTL.SFTDISCON bit */ in dwc2_drd_role_sw_set() 176 role_sw_desc.set = dwc2_drd_role_sw_set; in dwc2_drd_init()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | serial.c | 125 .set = enable_set,
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-parameters.h | 631 /** Bitfield that indicates which fields are set and should be 636 u32 set; member 667 /** If set to non-zero, indicates that any display scaling
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | via-gpio.c | 149 .set = via_gpio_set,
|
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | driver_gpio.c | 187 chip->set = bcma_gpio_set_value; in bcma_gpio_init()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-creg-snps.c | 170 hcg->gc.set = creg_gpio_set; in creg_gpio_probe()
|
H A D | gpio-loongson-64bit.c | 149 lgpio->chip.set = loongson_gpio_set; in loongson_gpio_init()
|
H A D | gpio-kempld.c | 169 chip->set = kempld_gpio_set; in kempld_gpio_probe()
|
H A D | gpio-janz-ttl.c | 126 /* set all ports as outputs */ in ttl_setup_device() 131 /* set all ports to drive zeroes */ in ttl_setup_device() 172 gpio->set = ttl_set_value; in ttl_probe()
|
H A D | gpio-palmas.c | 169 palmas_gpio->gpio_chip.set = palmas_gpio_set; in palmas_gpio_probe()
|
H A D | gpio-xra1403.c | 112 dev_err(chip->parent, "Failed to set pin: %d, ret: %d\n", in xra1403_set() 169 xra->chip.set = xra1403_set; in xra1403_probe()
|
H A D | gpio-zevio.c | 161 .set = zevio_gpio_set, 200 dev_dbg(controller->chip.parent, "ZEVIO GPIO controller set up!\n"); in zevio_gpio_probe()
|
H A D | gpio-exar.c | 210 exar_gpio->gpio_chip.set = exar_set_value; in gpio_exar_probe()
|
H A D | gpio-rdc321x.c | 66 /* set GPIO pin to value */ 160 rdc321x_gpio_dev->chip.set = rdc_gpio_set_value; in rdc321x_gpio_probe()
|
H A D | gpio-wm831x.c | 85 /* Can only set GPIO state once it's in output mode */ in wm831x_gpio_direction_out() 252 .set = wm831x_gpio_set,
|
H A D | gpio-wm8994.c | 254 .set = wm8994_gpio_set,
|