Home
last modified time | relevance | path

Searched refs:c2port_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dc2port.h18 struct c2port_ops;
25 struct c2port_ops *ops;
34 struct c2port_ops { struct
58 struct c2port_ops *ops, void *devdata); argument
/openbmc/linux/drivers/misc/c2port/
H A Dcore.c63 struct c2port_ops *ops = dev->ops; in c2port_reset()
79 struct c2port_ops *ops = dev->ops; in c2port_strobe_ck()
101 struct c2port_ops *ops = dev->ops; in c2port_write_ar()
129 struct c2port_ops *ops = dev->ops; in c2port_read_ar()
161 struct c2port_ops *ops = dev->ops; in c2port_write_dr()
209 struct c2port_ops *ops = dev->ops; in c2port_read_dr()
316 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_blocks_num()
326 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_block_size()
336 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_size()
629 struct c2port_ops *ops = dev->ops; in __c2port_read_flash_data()
[all …]
H A Dc2port-duramar2150.c101 static struct c2port_ops duramar2150_c2port_ops = {