Home
last modified time | relevance | path

Searched refs:pushpull (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dcompr_rubin.c30 struct pushpull { struct
42 struct pushpull pp; argument
47 static inline void init_pushpull(struct pushpull *pp, char *buf, in init_pushpull()
57 static inline int pushbit(struct pushpull *pp, int bit, int use_reserved) in pushbit()
72 static inline int pushedbits(struct pushpull *pp) in pushedbits()
77 static inline int pullbit(struct pushpull *pp) in pullbit()
/openbmc/linux/drivers/siox/
H A Dsiox.h13 int (*pushpull)(struct siox_master *smaster, member
H A Dsiox-bus-gpio.c131 smaster->pushpull = siox_gpio_pushpull; in siox_gpio_probe()
H A Dsiox-core.c185 smaster->pushpull(smaster, smaster->setbuf_len, smaster->buf, in siox_poll()
717 if (!smaster->pushpull) in siox_master_register()