/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | remoteproc_virtio.c | 295 .get = rproc_virtio_get,
|
/kernel/linux/linux-5.10/include/linux/gpio/ |
H A D | driver.h | 314 * @get: returns value for signal "offset", 0=low, 1=high, or negative error 336 * get rid of the static GPIO number space in the long run. 345 * @can_sleep: flag must be set iff get()/set() methods sleep, as they 398 int (*get)(struct gpio_chip *gc, member 446 * With CONFIG_GPIOLIB_IRQCHIP we get an irqchip inside the gpiolib 602 /* get driver data */
|
/kernel/linux/linux-6.6/drivers/misc/mchp_pci1xxxx/ |
H A D | mchp_pci1xxxx_gpio.c | 344 gchip->get = pci1xxxx_gpio_get; in pci1xxxx_gpio_setup()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | nic.h | 98 * for reception it will not get dropped due to non-availability 566 u8 get; /* Get or set PFC settings */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_admin_defs.h | 32 /* subcommands for the set/get feature admin commands */ 362 /* device id, value 0xFFFF means mine. only privileged device can get 459 * subcommands for the set/get feature admin commands. 538 struct ena_admin_accel_mode_get get; member
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | xattr.c | 85 * Tries to get a specified key's attributes of a given 400 * Tries to get a specified object's keys into a user-specified buffer of a 553 .get = orangefs_xattr_get_default,
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_vdpa.c | 464 .get = virtio_vdpa_get,
|
/kernel/linux/linux-6.6/include/linux/gpio/ |
H A D | driver.h | 340 * @get: returns value for signal "offset", 0=low, 1=high, or negative error 366 * get rid of the static GPIO number space in the long run. 378 * @can_sleep: flag must be set iff get()/set() methods sleep, as they 432 int (*get)(struct gpio_chip *gc, member 487 * With CONFIG_GPIOLIB_IRQCHIP we get an irqchip inside the gpiolib 646 /* get driver data */
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | messenger.h | 26 struct ceph_connection *(*get)(struct ceph_connection *); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netfilter.h | 172 /* Non-inclusive ranges: use 0/0/NULL to never get called. */ 179 int (*get)(struct sock *sk, int optval, void __user *user, int *len); member 180 /* Use the module struct to lock set/get code in place */ 192 /* Functions to register get/setsockopt ranges (non-inclusive). You
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | core.c | 336 * cdns_role_get - get current role of controller. 444 sw_desc.get = cdns_role_get; in cdns_init()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | remoteproc_virtio.c | 335 .get = rproc_virtio_get,
|
/kernel/linux/linux-6.6/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wmt.c | 549 .get = wmt_gpio_get_value,
|
/kernel/linux/linux-6.6/drivers/pnp/pnpbios/ |
H A D | core.c | 197 pnp_dbg(&dev->dev, "get resources\n"); in pnpbios_get_resources() 294 .get = pnpbios_get_resources, 534 "PnPBIOS: Unable to get node info. Aborting.\n"); in pnpbios_init()
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pinctrl-rza2.c | 235 .get = rza2_chip_get,
|
/kernel/linux/linux-6.6/drivers/pnp/ |
H A D | interface.c | 378 if (!strncasecmp(buf, "get", 3)) { in resources_store() 381 dev->protocol->get(dev); in resources_store()
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | drd.c | 512 dwc3_role_switch.get = dwc3_usb_role_switch_get; in dwc3_setup_role_switch() 558 /* use OTG block to get ID event */ in dwc3_drd_init()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | mediatek.c | 135 role_sx_desc.get = musb_usb_role_sx_get; in mtk_otg_switch_init()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-ljca.c | 387 ljca_gpio->gc.get = ljca_gpio_get_value; in ljca_gpio_probe()
|
H A D | gpio-msc313.c | 657 gpiochip->get = msc313_gpio_get; in msc313_gpio_probe()
|
H A D | gpio-mpc8xxx.c | 244 /* this might get overwritten in mpc8xxx_probe() */ 360 gc->get = devtype->gpio_get; in mpc8xxx_probe()
|
H A D | gpio-max3191x.c | 351 dev_err(dev, "failed to get %s-gpios: %ld\n", in devm_gpiod_get_array_optional_count() 431 max3191x->gpio.get = max3191x_get; in max3191x_probe()
|
H A D | gpio-lpc18xx.c | 321 .get = lpc18xx_gpio_get,
|
H A D | gpio-stmpe.c | 133 .get = stmpe_gpio_get, 197 * STMPE1600: to be able to get IRQ from pins, in stmpe_gpio_irq_sync_unlock() 513 dev_err(&pdev->dev, "unable to get irq: %d\n", ret); in stmpe_gpio_probe()
|
H A D | gpio-winbond.c | 491 .get = winbond_gpio_get,
|