/linux-3.3/drivers/tty/hvc/ |
D | hvsi.c | 113 static inline int is_console(struct hvsi_struct *hp) in is_console() 118 static inline int is_open(struct hvsi_struct *hp) in is_open() 125 static inline void print_state(struct hvsi_struct *hp) in print_state() 143 static inline void __set_state(struct hvsi_struct *hp, int state) in __set_state() 150 static inline void set_state(struct hvsi_struct *hp, int state) in set_state() 170 static inline int got_packet(const struct hvsi_struct *hp, uint8_t *packet) in got_packet() 182 static void compact_inbuf(struct hvsi_struct *hp, uint8_t *read_to) in compact_inbuf() 230 static int hvsi_read(struct hvsi_struct *hp, char *buf, int count) in hvsi_read() 239 static void hvsi_recv_control(struct hvsi_struct *hp, uint8_t *packet, in hvsi_recv_control() 269 static void hvsi_recv_response(struct hvsi_struct *hp, uint8_t *packet) in hvsi_recv_response() [all …]
|
D | hvc_console.c | 102 struct hvc_struct *hp; in hvc_get_by_index() local 234 struct hvc_struct *hp = container_of(kref, struct hvc_struct, kref); in destroy_hvc_struct() local 256 struct hvc_struct *hp; in hvc_instantiate() local 308 struct hvc_struct *hp; in hvc_open() local 357 struct hvc_struct *hp; in hvc_close() local 405 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() local 448 static int hvc_push(struct hvc_struct *hp) in hvc_push() 473 struct hvc_struct *hp = tty->driver_data; in hvc_write() local 522 struct hvc_struct *hp; in hvc_set_winsz() local 549 struct hvc_struct *hp = tty->driver_data; in hvc_write_room() local [all …]
|
D | hvc_irq.c | 23 int notifier_add_irq(struct hvc_struct *hp, int irq) in notifier_add_irq() 38 void notifier_del_irq(struct hvc_struct *hp, int irq) in notifier_del_irq() 46 void notifier_hangup_irq(struct hvc_struct *hp, int irq) in notifier_hangup_irq()
|
D | hvc_opal.c | 93 static int hvc_opal_hvsi_open(struct hvc_struct *hp, int data) in hvc_opal_hvsi_open() 107 static void hvc_opal_hvsi_close(struct hvc_struct *hp, int data) in hvc_opal_hvsi_close() 118 void hvc_opal_hvsi_hangup(struct hvc_struct *hp, int data) in hvc_opal_hvsi_hangup() 129 static int hvc_opal_hvsi_tiocmget(struct hvc_struct *hp) in hvc_opal_hvsi_tiocmget() 138 static int hvc_opal_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvc_opal_hvsi_tiocmset() 167 struct hvc_struct *hp; in hvc_opal_probe() local 227 struct hvc_struct *hp = dev_get_drvdata(&dev->dev); in hvc_opal_remove() local
|
D | hvc_vio.c | 163 static int hvterm_hvsi_open(struct hvc_struct *hp, int data) in hvterm_hvsi_open() 177 static void hvterm_hvsi_close(struct hvc_struct *hp, int data) in hvterm_hvsi_close() 188 void hvterm_hvsi_hangup(struct hvc_struct *hp, int data) in hvterm_hvsi_hangup() 199 static int hvterm_hvsi_tiocmget(struct hvc_struct *hp) in hvterm_hvsi_tiocmget() 208 static int hvterm_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvterm_hvsi_tiocmset() 238 struct hvc_struct *hp; in hvc_vio_probe() local 298 struct hvc_struct *hp = dev_get_drvdata(&vdev->dev); in hvc_vio_remove() local
|
D | hvc_iseries.c | 57 struct hvc_struct *hp; member 212 struct hvc_struct *hp; in hvc_vio_probe() local 237 struct hvc_struct *hp = pi->hp; in hvc_vio_remove() local
|
D | hvsi_lib.c | 375 int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_open() 387 void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_close()
|
D | hvc_udbg.c | 68 struct hvc_struct *hp; in hvc_udbg_init() local
|
D | hvc_rtas.c | 81 struct hvc_struct *hp; in hvc_rtas_init() local
|
D | hvc_beat.c | 111 struct hvc_struct *hp; in hvc_beat_init() local
|
D | hvc_iucv.c | 487 static int hvc_iucv_notifier_add(struct hvc_struct *hp, int id) in hvc_iucv_notifier_add() 633 static void hvc_iucv_notifier_hangup(struct hvc_struct *hp, int id) in hvc_iucv_notifier_hangup() 670 static void hvc_iucv_notifier_del(struct hvc_struct *hp, int id) in hvc_iucv_notifier_del()
|
/linux-3.3/arch/sparc/kernel/ |
D | mdesc.c | 78 static void mdesc_handle_init(struct mdesc_handle *hp, in mdesc_handle_init() 94 struct mdesc_handle *hp; in mdesc_memblock_alloc() local 112 static void __init mdesc_memblock_free(struct mdesc_handle *hp) in mdesc_memblock_free() 141 struct mdesc_handle *hp; in mdesc_kmalloc() local 155 static void mdesc_kfree(struct mdesc_handle *hp) in mdesc_kfree() 171 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc() local 179 static void mdesc_free(struct mdesc_handle *hp) in mdesc_free() 190 struct mdesc_handle *hp; in mdesc_grab() local 203 void mdesc_release(struct mdesc_handle *hp) in mdesc_release() 233 static const u64 *parent_cfg_handle(struct mdesc_handle *hp, u64 node) in parent_cfg_handle() [all …]
|
D | vio.c | 162 static void vio_fill_channel_info(struct mdesc_handle *hp, u64 mp, in vio_fill_channel_info() 188 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one() 316 static void vio_add(struct mdesc_handle *hp, u64 node) in vio_add() 331 static void vio_remove(struct mdesc_handle *hp, u64 node) in vio_remove() 355 static void vio_add_ds(struct mdesc_handle *hp, u64 node) in vio_add_ds() 387 struct mdesc_handle *hp; in vio_init() local
|
/linux-3.3/drivers/net/ethernet/sun/ |
D | sunhme.c | 111 static __inline__ void tx_add_log(struct happy_meal *hp, unsigned int a, unsigned int s) in tx_add_log() 139 static __inline__ void tx_dump_ring(struct happy_meal *hp) in tx_dump_ring() 155 #define tx_add_log(hp, a, s) do { } while(0) argument 157 #define tx_dump_ring(hp) do { } while(0) argument 305 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p) in hme_read_desc32() 322 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT() 346 static u32 BB_GET_BIT2(struct happy_meal *hp, void __iomem *tregs, int internal) in BB_GET_BIT2() 364 static int happy_meal_bb_read(struct happy_meal *hp, in happy_meal_bb_read() 410 static void happy_meal_bb_write(struct happy_meal *hp, in happy_meal_bb_write() 455 static int happy_meal_tcvr_read(struct happy_meal *hp, in happy_meal_tcvr_read() [all …]
|
/linux-3.3/drivers/char/agp/ |
D | hp-agp.c | 79 struct _hp_private *hp = &hp_private; in hp_zx1_ioc_shared() local 129 struct _hp_private *hp = &hp_private; in hp_zx1_ioc_owner() local 165 struct _hp_private *hp = &hp_private; in hp_zx1_ioc_init() local 209 struct _hp_private *hp = &hp_private; in hp_zx1_lba_init() local 243 struct _hp_private *hp = &hp_private; in hp_zx1_configure() local 268 struct _hp_private *hp = &hp_private; in hp_zx1_cleanup() local 284 struct _hp_private *hp = &hp_private; in hp_zx1_tlbflush() local 293 struct _hp_private *hp = &hp_private; in hp_zx1_create_gatt_table() local 321 struct _hp_private *hp = &hp_private; in hp_zx1_free_gatt_table() local 334 struct _hp_private *hp = &hp_private; in hp_zx1_insert_memory() local [all …]
|
/linux-3.3/net/netfilter/ |
D | xt_TPROXY.c | 93 struct tcphdr _hdr, *hp; in tproxy_handle_time_wait4() local 125 struct udphdr _hdr, *hp; in tproxy_tg4() local 246 struct tcphdr _hdr, *hp; in tproxy_handle_time_wait6() local 281 struct udphdr _hdr, *hp; in tproxy_tg6_v1() local
|
D | xt_socket.c | 109 struct udphdr _hdr, *hp = NULL; in socket_match() local 262 struct udphdr _hdr, *hp = NULL; in socket_mt6_v1() local
|
D | nf_conntrack_proto_udp.c | 35 const struct udphdr *hp; in udp_pkt_to_tuple() local
|
D | nf_conntrack_proto_udplite.c | 34 const struct udphdr *hp; in udplite_pkt_to_tuple() local
|
/linux-3.3/include/scsi/fc/ |
D | fc_fcoe.h | 57 #define FC_FCOE_DECAPS_VER(hp) ((hp)->fcoe_ver >> 4) argument 58 #define FC_FCOE_ENCAPS_VER(hp, ver) ((hp)->fcoe_ver = (ver) << 4) argument
|
/linux-3.3/net/ipv6/ |
D | exthdrs_core.c | 78 struct ipv6_opt_hdr _hdr, *hp; in ipv6_skip_exthdr() local
|
/linux-3.3/net/ipv6/netfilter/ |
D | ip6t_ipv6header.c | 49 const struct ipv6_opt_hdr *hp; in ipv6header_mt6() local
|
/linux-3.3/net/sunrpc/ |
D | svcauth.c | 139 struct auth_domain *hp; in auth_domain_lookup() local
|
/linux-3.3/arch/mips/sgi-ip22/ |
D | ip28-berr.c | 416 struct hpc3_stat *hp = (struct hpc3_stat *)&hpc3 + i; in ip28_be_interrupt() local 425 struct hpc3_stat *hp = (struct hpc3_stat *)&hpc3 + i; in ip28_be_interrupt() local
|
/linux-3.3/drivers/scsi/ |
D | sg.c | 352 sg_io_hdr_t *hp; in sg_read() local 500 sg_io_hdr_t *hp = &srp->header; in sg_new_read() local 544 sg_io_hdr_t *hp; in sg_write() local 653 sg_io_hdr_t *hp; in sg_new_write() local 724 sg_io_hdr_t *hp = &srp->header; in sg_common_write() local 1632 sg_io_hdr_t *hp = &srp->header; in sg_start_req() local 2522 const sg_io_hdr_t *hp; in sg_proc_debug_helper() local
|