Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 3091) sorted by relevance

12345678910>>...124

/linux-3.3/drivers/media/video/
Dv4l2-ioctl.c54 #define CLEAR_AFTER_FIELD(p, field) \ argument
317 struct v4l2_buffer *p) in dbgbuf()
553 enum v4l2_priority *p = arg; in __video_do_ioctl() local
567 enum v4l2_priority *p = arg; in __video_do_ioctl() local
885 struct v4l2_requestbuffers *p = arg; in __video_do_ioctl() local
909 struct v4l2_buffer *p = arg; in __video_do_ioctl() local
924 struct v4l2_buffer *p = arg; in __video_do_ioctl() local
939 struct v4l2_buffer *p = arg; in __video_do_ioctl() local
968 struct v4l2_framebuffer *p = arg; in __video_do_ioctl() local
983 struct v4l2_framebuffer *p = arg; in __video_do_ioctl() local
[all …]
/linux-3.3/arch/sh/include/asm/
Dunaligned-sh4a.h25 static inline u16 sh4a_get_unaligned_cpu16(const u8 *p) in sh4a_get_unaligned_cpu16()
34 static __always_inline u32 sh4a_get_unaligned_cpu32(const u8 *p) in sh4a_get_unaligned_cpu32()
52 static inline u64 sh4a_get_unaligned_cpu64(const u8 *p) in sh4a_get_unaligned_cpu64()
63 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16()
68 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32()
73 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64()
78 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16()
83 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32()
88 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64()
93 static inline void nonnative_put_le16(u16 val, u8 *p) in nonnative_put_le16()
[all …]
/linux-3.3/arch/c6x/include/asm/
Dunaligned.h22 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16()
28 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16()
34 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16()
41 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16()
48 static inline u32 get_unaligned32(const void *p) in get_unaligned32()
57 static inline void put_unaligned32(u32 val, void *p) in put_unaligned32()
63 static inline u64 get_unaligned64(const void *p) in get_unaligned64()
72 static inline void put_unaligned64(u64 val, const void *p) in put_unaligned64()
80 #define get_unaligned_le32(p) __swab32(get_unaligned32(p)) argument
81 #define get_unaligned_le64(p) __swab64(get_unaligned64(p)) argument
[all …]
/linux-3.3/drivers/scsi/aic7xxx_old/
Daic7xxx_seq.c600 aic7xxx_patch15_func(struct aic7xxx_host *p) in aic7xxx_patch15_func()
608 aic7xxx_patch14_func(struct aic7xxx_host *p) in aic7xxx_patch14_func()
616 aic7xxx_patch13_func(struct aic7xxx_host *p) in aic7xxx_patch13_func()
624 aic7xxx_patch12_func(struct aic7xxx_host *p) in aic7xxx_patch12_func()
632 aic7xxx_patch11_func(struct aic7xxx_host *p) in aic7xxx_patch11_func()
640 aic7xxx_patch10_func(struct aic7xxx_host *p) in aic7xxx_patch10_func()
648 aic7xxx_patch9_func(struct aic7xxx_host *p) in aic7xxx_patch9_func()
656 aic7xxx_patch8_func(struct aic7xxx_host *p) in aic7xxx_patch8_func()
664 aic7xxx_patch7_func(struct aic7xxx_host *p) in aic7xxx_patch7_func()
672 aic7xxx_patch6_func(struct aic7xxx_host *p) in aic7xxx_patch6_func()
[all …]
/linux-3.3/arch/arm/mach-ixp2000/include/mach/
Dio.h35 #define ___io(p) ((void __iomem *)((p)+IXP2000_PCI_IO_VIRT_BASE)) argument
40 #define outb(v,p) __raw_writeb((v),alignb(___io(p))) argument
41 #define outw(v,p) __raw_writew((v),alignw(___io(p))) argument
42 #define outl(v,p) __raw_writel((v),___io(p)) argument
44 #define inb(p) ({ unsigned int __v = __raw_readb(alignb(___io(p))); __v; }) argument
45 #define inw(p) \ argument
47 #define inl(p) \ argument
50 #define outsb(p,d,l) __raw_writesb(alignb(___io(p)),d,l) argument
51 #define outsw(p,d,l) __raw_writesw(alignw(___io(p)),d,l) argument
52 #define outsl(p,d,l) __raw_writesl(___io(p),d,l) argument
[all …]
/linux-3.3/drivers/net/ethernet/stmicro/stmmac/
Ddescs_com.h31 static inline void ehn_desc_rx_set_on_ring_chain(struct dma_desc *p, int end) in ehn_desc_rx_set_on_ring_chain()
38 static inline void ehn_desc_tx_set_on_ring_chain(struct dma_desc *p, int end) in ehn_desc_tx_set_on_ring_chain()
44 static inline void enh_desc_end_tx_desc(struct dma_desc *p, int ter) in enh_desc_end_tx_desc()
49 static inline void enh_set_tx_desc_len(struct dma_desc *p, int len) in enh_set_tx_desc_len()
58 static inline void ndesc_rx_set_on_ring_chain(struct dma_desc *p, int end) in ndesc_rx_set_on_ring_chain()
65 static inline void ndesc_tx_set_on_ring_chain(struct dma_desc *p, int end) in ndesc_tx_set_on_ring_chain()
71 static inline void ndesc_end_tx_desc(struct dma_desc *p, int ter) in ndesc_end_tx_desc()
76 static inline void norm_set_tx_desc_len(struct dma_desc *p, int len) in norm_set_tx_desc_len()
87 static inline void ehn_desc_rx_set_on_ring_chain(struct dma_desc *p, int end) in ehn_desc_rx_set_on_ring_chain()
92 static inline void ehn_desc_tx_set_on_ring_chain(struct dma_desc *p, int end) in ehn_desc_tx_set_on_ring_chain()
[all …]
Dnorm_desc.c29 struct dma_desc *p, void __iomem *ioaddr) in ndesc_get_tx_status()
65 static int ndesc_get_tx_len(struct dma_desc *p) in ndesc_get_tx_len()
75 struct dma_desc *p) in ndesc_get_rx_status()
124 static void ndesc_init_rx_desc(struct dma_desc *p, unsigned int ring_size, in ndesc_init_rx_desc()
140 static void ndesc_init_tx_desc(struct dma_desc *p, unsigned int ring_size) in ndesc_init_tx_desc()
150 static int ndesc_get_tx_owner(struct dma_desc *p) in ndesc_get_tx_owner()
155 static int ndesc_get_rx_owner(struct dma_desc *p) in ndesc_get_rx_owner()
160 static void ndesc_set_tx_owner(struct dma_desc *p) in ndesc_set_tx_owner()
165 static void ndesc_set_rx_owner(struct dma_desc *p) in ndesc_set_rx_owner()
170 static int ndesc_get_tx_ls(struct dma_desc *p) in ndesc_get_tx_ls()
[all …]
Denh_desc.c29 struct dma_desc *p, void __iomem *ioaddr) in enh_desc_get_tx_status()
104 static int enh_desc_get_tx_len(struct dma_desc *p) in enh_desc_get_tx_len()
153 struct dma_desc *p) in enh_desc_get_rx_status()
230 static void enh_desc_init_rx_desc(struct dma_desc *p, unsigned int ring_size, in enh_desc_init_rx_desc()
246 static void enh_desc_init_tx_desc(struct dma_desc *p, unsigned int ring_size) in enh_desc_init_tx_desc()
257 static int enh_desc_get_tx_owner(struct dma_desc *p) in enh_desc_get_tx_owner()
262 static int enh_desc_get_rx_owner(struct dma_desc *p) in enh_desc_get_rx_owner()
267 static void enh_desc_set_tx_owner(struct dma_desc *p) in enh_desc_set_tx_owner()
272 static void enh_desc_set_rx_owner(struct dma_desc *p) in enh_desc_set_rx_owner()
277 static int enh_desc_get_tx_ls(struct dma_desc *p) in enh_desc_get_tx_ls()
[all …]
/linux-3.3/arch/tile/lib/
Dmemcpy_user_64.c22 #define _ST(p, inst, v) \ argument
33 #define _LD(p, inst) \ argument
47 #define ST1(p, v) _ST((p), st1, (v)) argument
48 #define ST2(p, v) _ST((p), st2, (v)) argument
49 #define ST4(p, v) _ST((p), st4, (v)) argument
50 #define ST8(p, v) _ST((p), st, (v)) argument
62 #define LD1(p) _LD((p), ld1u) argument
63 #define LD2(p) _LD((p), ld2u) argument
64 #define LD4(p) _LD((p), ld4u) argument
65 #define LD8(p) _LD((p), ld) argument
[all …]
/linux-3.3/include/linux/unaligned/
Dbe_byteshift.h6 static inline u16 __get_unaligned_be16(const u8 *p) in __get_unaligned_be16()
11 static inline u32 __get_unaligned_be32(const u8 *p) in __get_unaligned_be32()
16 static inline u64 __get_unaligned_be64(const u8 *p) in __get_unaligned_be64()
22 static inline void __put_unaligned_be16(u16 val, u8 *p) in __put_unaligned_be16()
28 static inline void __put_unaligned_be32(u32 val, u8 *p) in __put_unaligned_be32()
34 static inline void __put_unaligned_be64(u64 val, u8 *p) in __put_unaligned_be64()
40 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16()
45 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32()
50 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64()
55 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16()
[all …]
Daccess_ok.h7 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16()
12 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32()
17 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64()
22 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16()
27 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32()
32 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64()
37 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16()
42 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32()
47 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64()
52 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16()
[all …]
Dle_byteshift.h6 static inline u16 __get_unaligned_le16(const u8 *p) in __get_unaligned_le16()
11 static inline u32 __get_unaligned_le32(const u8 *p) in __get_unaligned_le32()
16 static inline u64 __get_unaligned_le64(const u8 *p) in __get_unaligned_le64()
22 static inline void __put_unaligned_le16(u16 val, u8 *p) in __put_unaligned_le16()
28 static inline void __put_unaligned_le32(u32 val, u8 *p) in __put_unaligned_le32()
34 static inline void __put_unaligned_le64(u64 val, u8 *p) in __put_unaligned_le64()
40 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16()
45 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32()
50 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64()
55 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16()
[all …]
/linux-3.3/net/bridge/
Dbr_sysfs_if.c37 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost()
45 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority()
53 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root()
59 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge()
65 static ssize_t show_designated_port(struct net_bridge_port *p, char *buf) in show_designated_port()
71 static ssize_t show_designated_cost(struct net_bridge_port *p, char *buf) in show_designated_cost()
77 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id()
83 static ssize_t show_port_no(struct net_bridge_port *p, char *buf) in show_port_no()
90 static ssize_t show_change_ack(struct net_bridge_port *p, char *buf) in show_change_ack()
96 static ssize_t show_config_pending(struct net_bridge_port *p, char *buf) in show_config_pending()
[all …]
/linux-3.3/arch/arm/include/asm/
Dbitops.h37 static inline void ____atomic_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_set_bit()
49 static inline void ____atomic_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_clear_bit()
61 static inline void ____atomic_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_change_bit()
74 ____atomic_test_and_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_set_bit()
91 ____atomic_test_and_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_clear_bit()
108 ____atomic_test_and_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_change_bit()
181 #define ATOMIC_BITOP(name,nr,p) \ argument
184 #define ATOMIC_BITOP(name,nr,p) _##name(nr,p) argument
190 #define set_bit(nr,p) ATOMIC_BITOP(set_bit,nr,p) argument
191 #define clear_bit(nr,p) ATOMIC_BITOP(clear_bit,nr,p) argument
[all …]
/linux-3.3/fs/nfsd/
Dnfsxdr.c27 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh()
39 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs2svc_decode_fh()
45 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh()
56 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename()
72 decode_pathname(__be32 *p, char **namp, unsigned int *lenp) in decode_pathname()
88 decode_sattr(__be32 *p, struct iattr *iap) in decode_sattr()
141 encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, in encode_fattr()
197 __be32 *nfs2svc_encode_fattr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in nfs2svc_encode_fattr()
208 nfssvc_decode_void(struct svc_rqst *rqstp, __be32 *p, void *dummy) in nfssvc_decode_void()
214 nfssvc_decode_fhandle(struct svc_rqst *rqstp, __be32 *p, struct nfsd_fhandle *args) in nfssvc_decode_fhandle()
[all …]
Dnfs3xdr.c30 encode_time3(__be32 *p, struct timespec *time) in encode_time3()
37 decode_time3(__be32 *p, struct timespec *time) in decode_time3()
45 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh()
59 __be32 *nfs3svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs3svc_decode_fh()
65 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh()
79 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename()
95 decode_sattr3(__be32 *p, struct iattr *iap) in decode_sattr3()
140 static __be32 *encode_fsid(__be32 *p, struct svc_fh *fhp) in encode_fsid()
162 encode_fattr3(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, in encode_fattr3()
188 encode_saved_post_attr(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp) in encode_saved_post_attr()
[all …]
/linux-3.3/drivers/target/iscsi/
Discsi_target_parameters.h148 #define IS_USE_LEADING_ONLY(p) ((p)->use & USE_LEADING_ONLY) argument
149 #define IS_USE_INITIAL_ONLY(p) ((p)->use & USE_INITIAL_ONLY) argument
150 #define IS_USE_ALL(p) ((p)->use & USE_ALL) argument
152 #define SET_USE_INITIAL_ONLY(p) ((p)->use |= USE_INITIAL_ONLY) argument
163 #define IS_SENDER_INITIATOR(p) ((p)->sender & SENDER_INITIATOR) argument
164 #define IS_SENDER_TARGET(p) ((p)->sender & SENDER_TARGET) argument
165 #define IS_SENDER_BOTH(p) ((p)->sender & SENDER_BOTH) argument
173 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY) argument
174 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE) argument
184 #define IS_PHASE_SECURITY(p) ((p)->phase & PHASE_SECURITY) argument
[all …]
/linux-3.3/include/linux/ceph/
Ddecode.h15 static inline u64 ceph_decode_64(void **p) in ceph_decode_64()
21 static inline u32 ceph_decode_32(void **p) in ceph_decode_32()
27 static inline u16 ceph_decode_16(void **p) in ceph_decode_16()
33 static inline u8 ceph_decode_8(void **p) in ceph_decode_8()
39 static inline void ceph_decode_copy(void **p, void *pv, size_t n) in ceph_decode_copy()
48 #define ceph_decode_need(p, end, n, bad) \ argument
54 #define ceph_decode_64_safe(p, end, v, bad) \ argument
59 #define ceph_decode_32_safe(p, end, v, bad) \ argument
64 #define ceph_decode_16_safe(p, end, v, bad) \ argument
69 #define ceph_decode_8_safe(p, end, v, bad) \ argument
[all …]
/linux-3.3/fs/nfs/objlayout/
Dpnfs_osd_xdr_cli.c56 _osd_xdr_decode_objid(__be32 *p, struct pnfs_osd_objid *objid) in _osd_xdr_decode_objid()
76 __be32 *p = xdr_inline_decode(xdr, 1); in _osd_xdr_decode_opaque_cred() local
104 __be32 *p = xdr_inline_decode(xdr, 32 + 4 + 4); in _osd_xdr_decode_object_cred() local
139 _osd_xdr_decode_data_map(__be32 *p, struct pnfs_osd_data_map *data_map) in _osd_xdr_decode_data_map()
162 __be32 *p; in pnfs_osd_xdr_decode_layout_map() local
224 __read_u8_opaque(__be32 *p, struct nfs4_string *str) in __read_u8_opaque()
240 __read_targetid(__be32 *p, struct pnfs_osd_targetid* targetid) in __read_targetid()
263 __read_net_addr(__be32 *p, struct pnfs_osd_net_addr* netaddr) in __read_net_addr()
278 __read_targetaddr(__be32 *p, struct pnfs_osd_targetaddr *targetaddr) in __read_targetaddr()
307 __read_opaque_cred(__be32 *p, in __read_opaque_cred()
[all …]
/linux-3.3/fs/lockd/
Dxdr.c44 static __be32 *nlm_decode_cookie(__be32 *p, struct nlm_cookie *c) in nlm_decode_cookie()
72 nlm_encode_cookie(__be32 *p, struct nlm_cookie *c) in nlm_encode_cookie()
81 nlm_decode_fh(__be32 *p, struct nfs_fh *f) in nlm_decode_fh()
97 nlm_encode_fh(__be32 *p, struct nfs_fh *f) in nlm_encode_fh()
108 nlm_decode_oh(__be32 *p, struct xdr_netobj *oh) in nlm_decode_oh()
114 nlm_encode_oh(__be32 *p, struct xdr_netobj *oh) in nlm_encode_oh()
120 nlm_decode_lock(__be32 *p, struct nlm_lock *lock) in nlm_decode_lock()
155 nlm_encode_testres(__be32 *p, struct nlm_res *resp) in nlm_encode_testres()
191 nlmsvc_decode_testargs(struct svc_rqst *rqstp, __be32 *p, nlm_args *argp) in nlmsvc_decode_testargs()
208 nlmsvc_encode_testres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlmsvc_encode_testres()
[all …]
Dxdr4.c46 nlm4_decode_cookie(__be32 *p, struct nlm_cookie *c) in nlm4_decode_cookie()
74 nlm4_encode_cookie(__be32 *p, struct nlm_cookie *c) in nlm4_encode_cookie()
83 nlm4_decode_fh(__be32 *p, struct nfs_fh *f) in nlm4_decode_fh()
100 nlm4_decode_oh(__be32 *p, struct xdr_netobj *oh) in nlm4_decode_oh()
106 nlm4_decode_lock(__be32 *p, struct nlm_lock *lock) in nlm4_decode_lock()
141 nlm4_encode_testres(__be32 *p, struct nlm_res *resp) in nlm4_encode_testres()
182 nlm4svc_decode_testargs(struct svc_rqst *rqstp, __be32 *p, nlm_args *argp) in nlm4svc_decode_testargs()
199 nlm4svc_encode_testres(struct svc_rqst *rqstp, __be32 *p, struct nlm_res *resp) in nlm4svc_encode_testres()
207 nlm4svc_decode_lockargs(struct svc_rqst *rqstp, __be32 *p, nlm_args *argp) in nlm4svc_decode_lockargs()
227 nlm4svc_decode_cancargs(struct svc_rqst *rqstp, __be32 *p, nlm_args *argp) in nlm4svc_decode_cancargs()
[all …]
/linux-3.3/include/linux/
Dparport_pc.h8 #define ECONTROL(p) ((p)->base_hi + 0x2) argument
9 #define CONFIGB(p) ((p)->base_hi + 0x1) argument
10 #define CONFIGA(p) ((p)->base_hi + 0x0) argument
11 #define FIFO(p) ((p)->base_hi + 0x0) argument
12 #define EPPDATA(p) ((p)->base + 0x4) argument
13 #define EPPADDR(p) ((p)->base + 0x3) argument
14 #define CONTROL(p) ((p)->base + 0x2) argument
15 #define STATUS(p) ((p)->base + 0x1) argument
16 #define DATA(p) ((p)->base + 0x0) argument
62 static __inline__ void parport_pc_write_data(struct parport *p, unsigned char d) in parport_pc_write_data()
[all …]
/linux-3.3/arch/arm/mach-shmobile/include/mach/
Dintc.h5 #define INTC_IRQ_PINS_ENUM_16L(p) \ argument
11 #define INTC_IRQ_PINS_ENUM_16H(p) \ argument
17 #define INTC_IRQ_PINS_VECT_16L(p, vect) \ argument
27 #define INTC_IRQ_PINS_VECT_16H(p, vect) \ argument
37 #define INTC_IRQ_PINS_MASK_16L(p, base) \ argument
45 #define INTC_IRQ_PINS_MASK_16H(p, base) \ argument
53 #define INTC_IRQ_PINS_PRIO_16L(p, base) \ argument
61 #define INTC_IRQ_PINS_PRIO_16H(p, base) \ argument
69 #define INTC_IRQ_PINS_SENSE_16L(p, base) \ argument
77 #define INTC_IRQ_PINS_SENSE_16H(p, base) \ argument
[all …]
/linux-3.3/drivers/parport/
Dparport_atari.c24 parport_atari_read_data(struct parport *p) in parport_atari_read_data()
37 parport_atari_write_data(struct parport *p, unsigned char data) in parport_atari_write_data()
48 parport_atari_read_control(struct parport *p) in parport_atari_read_control()
62 parport_atari_write_control(struct parport *p, unsigned char control) in parport_atari_write_control()
76 parport_atari_frob_control(struct parport *p, unsigned char mask, in parport_atari_frob_control()
85 parport_atari_read_status(struct parport *p) in parport_atari_read_status()
97 parport_atari_save_state(struct parport *p, struct parport_state *s) in parport_atari_save_state()
102 parport_atari_restore_state(struct parport *p, struct parport_state *s) in parport_atari_restore_state()
107 parport_atari_enable_irq(struct parport *p) in parport_atari_enable_irq()
113 parport_atari_disable_irq(struct parport *p) in parport_atari_disable_irq()
[all …]
Dparport_gsc.h59 #define EPPDATA(p) ((p)->base + 0x4) argument
60 #define EPPADDR(p) ((p)->base + 0x3) argument
61 #define CONTROL(p) ((p)->base + 0x2) argument
62 #define STATUS(p) ((p)->base + 0x1) argument
63 #define DATA(p) ((p)->base + 0x0) argument
85 static inline void parport_gsc_write_data(struct parport *p, unsigned char d) in parport_gsc_write_data()
93 static inline unsigned char parport_gsc_read_data(struct parport *p) in parport_gsc_read_data()
105 static inline unsigned char __parport_gsc_frob_control(struct parport *p, in __parport_gsc_frob_control()
123 static inline void parport_gsc_data_reverse(struct parport *p) in parport_gsc_data_reverse()
128 static inline void parport_gsc_data_forward(struct parport *p) in parport_gsc_data_forward()
[all …]

12345678910>>...124