Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 11 of 11) sorted by relevance

/include/
A Dserial.h11 int (*stop)(void); member
89 #define SERIAL_SET_STOP(stop) \ argument
90 ((stop << SERIAL_STOP_SHIFT) & SERIAL_STOP_MASK)
94 #define SERIAL_CONFIG(par, bits, stop) \ argument
97 stop << SERIAL_STOP_SHIFT)
A Dkeyboard.h41 int (*stop)(struct udevice *dev); member
A Dcpu_func.h68 void flush_dcache_range(unsigned long start, unsigned long stop);
69 void invalidate_dcache_range(unsigned long start, unsigned long stop);
A Dwdt.h100 int (*stop)(struct udevice *dev); member
A Dstdio_dev.h33 int (*stop)(struct stdio_dev *dev); /* To stop the device */ member
A Dadc.h161 int (*stop)(struct udevice *dev); member
A Dpci_ep.h247 int (*stop)(struct udevice *dev); member
A Dnet-common.h280 void (*stop)(struct udevice *dev); member
A Dremoteproc.h463 int (*stop)(struct udevice *dev); member
A Defi_api.h1596 efi_status_t (EFIAPI *stop)(struct efi_simple_network *this);
1740 efi_status_t (EFIAPI *stop)(struct efi_pxe_base_code_protocol *this);
2115 efi_status_t (EFIAPI * stop)(
/include/linux/
A Drbtree_augmented.h26 void (*propagate)(struct rb_node *node, struct rb_node *stop);
43 rbname ## _propagate(struct rb_node *rb, struct rb_node *stop) \
45 while (rb != stop) { \

Completed in 30 milliseconds