Searched refs:bd_ops (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_behavior.h96 void *bd_ops; /* ops for this behavior */ member in struct:bhv_desc
132 #define BHV_OPS(bdp) (bdp)->bd_ops
133 #define BHV_IDENTITY(bdp) ((bhv_identity_t *)(bdp)->bd_ops)
153 (bdp)->bd_ops = ops; \
H A Dxfs_behavior.c58 if (curdesc->bd_ops == bdp->bd_ops) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c112 channel->ch_bd->bd_ops->assert_modem_signals(channel);
150 channel->ch_bd->bd_ops->send_start_character(channel);
153 channel->ch_bd->bd_ops->send_stop_character(channel);
161 channel->ch_bd->bd_ops->disable_receiver(channel);
171 channel->ch_bd->bd_ops->send_break(channel);
173 channel->ch_bd->bd_ops->clear_break(channel, 0);
235 brd->bd_ops->flush_uart_write(channel);
236 brd->bd_ops->flush_uart_read(channel);
251 brd->bd_ops->uart_init(channel);
256 brd->bd_ops
781 struct board_ops *bd_ops = ch->ch_bd->bd_ops; local
[all...]
H A Djsm_driver.c108 brd->bd_ops = &jsm_neo_ops;
122 rc = request_irq(brd->irq, brd->bd_ops->intr,
H A Djsm.h159 struct board_ops *bd_ops; member in struct:jsm_board
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_vnode.h250 #define VOP(op, vp) (*((bhv_vnodeops_t *)VNHEAD(vp)->bd_ops)->op)

Completed in 160 milliseconds