Searched refs:bp (Results 1 – 5 of 5) sorted by relevance
/include/asm-frv/ |
D | io.h | 54 const uint8_t *bp = buf; in io_outsb() local 57 __builtin_write8((volatile void __iomem *) __ioaddr, *bp++); in io_outsb() 63 const uint16_t *bp = buf; in io_outsw() local 66 __builtin_write16((volatile void __iomem *) __ioaddr, (*bp++)); in io_outsw() 83 uint8_t *bp = buf; in io_insb() local 86 *bp++ = __builtin_read8((volatile void __iomem *) addr); in io_insb() 91 uint16_t *bp = buf; in io_insw() local 94 *bp++ = __builtin_read16((volatile void __iomem *) addr); in io_insw()
|
/include/net/sctp/ |
D | command.h | 136 struct sctp_bind_addr *bp; member 185 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp)
|
D | structs.h | 1217 int sctp_bind_addr_state(const struct sctp_bind_addr *bp, 1219 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, 1223 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp, 1226 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
|
/include/linux/ |
D | hdlcdrv.h | 212 unsigned char *bp; member 235 unsigned char *bp; member
|
/include/linux/raid/ |
D | bitmap.h | 203 struct bitmap_page *bp; member
|