/linux/drivers/tty/hvc/ |
H A D | hvsi.c | 99 static inline int is_console(struct hvsi_struct *hp) in is_console() 104 static inline int is_open(struct hvsi_struct *hp) in is_open() 111 static inline void print_state(struct hvsi_struct *hp) in print_state() 129 static inline void __set_state(struct hvsi_struct *hp, int state) in __set_state() 136 static inline void set_state(struct hvsi_struct *hp, int state) in set_state() 156 static inline int got_packet(const struct hvsi_struct *hp, uint8_t *packet) in got_packet() 168 static void compact_inbuf(struct hvsi_struct *hp, uint8_t *read_to) in compact_inbuf() 216 static int hvsi_read(struct hvsi_struct *hp, char *buf, int count) in hvsi_read() 225 static void hvsi_recv_control(struct hvsi_struct *hp, uint8_t *packet, in hvsi_recv_control() 254 static void hvsi_recv_response(struct hvsi_struct *hp, uint8_t *packet) in hvsi_recv_response() [all …]
|
H A D | hvc_console.c | 92 struct hvc_struct *hp; in hvc_get_by_index() local 131 static int hvc_flush(struct hvc_struct *hp) in hvc_flush() 251 struct hvc_struct *hp = container_of(port, struct hvc_struct, port); in hvc_port_destruct() local 287 struct hvc_struct *hp; in hvc_instantiate() local 327 struct hvc_struct *hp; in hvc_install() local 349 struct hvc_struct *hp = tty->driver_data; in hvc_open() local 391 struct hvc_struct *hp = tty->driver_data; in hvc_close() local 434 struct hvc_struct *hp = tty->driver_data; in hvc_cleanup() local 441 struct hvc_struct *hp = tty->driver_data; in hvc_hangup() local 476 static int hvc_push(struct hvc_struct *hp) in hvc_push() [all …]
|
H A D | hvc_opal.c | 82 static int hvc_opal_hvsi_open(struct hvc_struct *hp, int data) in hvc_opal_hvsi_open() 96 static void hvc_opal_hvsi_close(struct hvc_struct *hp, int data) in hvc_opal_hvsi_close() 107 static void hvc_opal_hvsi_hangup(struct hvc_struct *hp, int data) in hvc_opal_hvsi_hangup() 118 static int hvc_opal_hvsi_tiocmget(struct hvc_struct *hp) in hvc_opal_hvsi_tiocmget() 127 static int hvc_opal_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvc_opal_hvsi_tiocmset() 157 struct hvc_struct *hp; in hvc_opal_probe() local 238 struct hvc_struct *hp = dev_get_drvdata(&dev->dev); in hvc_opal_remove() local
|
H A D | hvc_irq.c | 29 int notifier_add_irq(struct hvc_struct *hp, int irq) in notifier_add_irq() 44 void notifier_del_irq(struct hvc_struct *hp, int irq) in notifier_del_irq() 52 void notifier_hangup_irq(struct hvc_struct *hp, int irq) in notifier_hangup_irq()
|
H A D | hvc_vio.c | 158 static int hvterm_hvsi_open(struct hvc_struct *hp, int data) in hvterm_hvsi_open() 172 static void hvterm_hvsi_close(struct hvc_struct *hp, int data) in hvterm_hvsi_close() 183 static void hvterm_hvsi_hangup(struct hvc_struct *hp, int data) in hvterm_hvsi_hangup() 194 static int hvterm_hvsi_tiocmget(struct hvc_struct *hp) in hvterm_hvsi_tiocmget() 203 static int hvterm_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, in hvterm_hvsi_tiocmset() 302 struct hvc_struct *hp; in hvc_vio_probe() local
|
H A D | hvsi_lib.c | 376 int hvsilib_open(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_open() 388 void hvsilib_close(struct hvsi_priv *pv, struct hvc_struct *hp) in hvsilib_close()
|
/linux/arch/sparc/kernel/ |
H A D | mdesc.c | 149 static void mdesc_handle_init(struct mdesc_handle *hp, in mdesc_handle_init() 165 struct mdesc_handle *hp; in mdesc_memblock_alloc() local 183 static void __init mdesc_memblock_free(struct mdesc_handle *hp) in mdesc_memblock_free() 204 struct mdesc_handle *hp; in mdesc_kmalloc() local 224 static void mdesc_kfree(struct mdesc_handle *hp) in mdesc_kfree() 240 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc() local 248 static void mdesc_free(struct mdesc_handle *hp) in mdesc_free() 259 struct mdesc_handle *hp; in mdesc_grab() local 272 void mdesc_release(struct mdesc_handle *hp) in mdesc_release() 319 static const u64 *parent_cfg_handle(struct mdesc_handle *hp, u64 node) in parent_cfg_handle() [all …]
|
H A D | vio.c | 205 static const u64 *vio_cfg_handle(struct mdesc_handle *hp, u64 node) in vio_cfg_handle() 236 u64 vio_vdev_node(struct mdesc_handle *hp, struct vio_dev *vdev) in vio_vdev_node() 250 static void vio_fill_channel_info(struct mdesc_handle *hp, u64 mp, in vio_fill_channel_info() 290 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one() 411 static void vio_add(struct mdesc_handle *hp, u64 node, in vio_add() 418 struct mdesc_handle *hp; member 438 static void vio_remove(struct mdesc_handle *hp, u64 node, const char *node_name) in vio_remove() 469 static void vio_add_ds(struct mdesc_handle *hp, u64 node, in vio_add_ds() 502 struct mdesc_handle *hp; in vio_init() local
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 133 #define tx_add_log(hp, a, s) argument 252 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p) in hme_read_desc32() 261 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT() 285 static u32 BB_GET_BIT2(struct happy_meal *hp, void __iomem *tregs, int internal) in BB_GET_BIT2() 303 static int happy_meal_bb_read(struct happy_meal *hp, in happy_meal_bb_read() 347 static void happy_meal_bb_write(struct happy_meal *hp, in happy_meal_bb_write() 392 static int happy_meal_tcvr_read(struct happy_meal *hp, in happy_meal_tcvr_read() 423 static void happy_meal_tcvr_write(struct happy_meal *hp, in happy_meal_tcvr_write() 483 static int try_next_permutation(struct happy_meal *hp, void __iomem *tregs) in try_next_permutation() 507 static void display_link_mode(struct happy_meal *hp, void __iomem *tregs) in display_link_mode() [all …]
|
H A D | sunvnet.c | 194 struct hlist_head *hp = &vp->port_hash[hash]; in __tx_port_find() local 371 static struct vnet *vnet_find_parent(struct mdesc_handle *hp, in vnet_find_parent() 413 struct mdesc_handle *hp; in vnet_port_probe() local
|
H A D | ldmvsw.c | 166 static struct vnet *vsw_get_vnet(struct mdesc_handle *hp, in vsw_get_vnet() 277 struct mdesc_handle *hp; in vsw_port_probe() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | transobj.c | 311 static int mlx5_hairpin_create_queues(struct mlx5_hairpin *hp, in mlx5_hairpin_create_queues() 340 static void mlx5_hairpin_destroy_queues(struct mlx5_hairpin *hp) in mlx5_hairpin_destroy_queues() 391 static int mlx5_hairpin_pair_queues(struct mlx5_hairpin *hp) in mlx5_hairpin_pair_queues() 427 static void mlx5_hairpin_unpair_peer_sq(struct mlx5_hairpin *hp) in mlx5_hairpin_unpair_peer_sq() 436 static void mlx5_hairpin_unpair_queues(struct mlx5_hairpin *hp) in mlx5_hairpin_unpair_queues() 454 struct mlx5_hairpin *hp; in mlx5_core_hairpin_create() local 487 void mlx5_core_hairpin_destroy(struct mlx5_hairpin *hp) in mlx5_core_hairpin_destroy() 494 void mlx5_core_hairpin_clear_dead_peer(struct mlx5_hairpin *hp) in mlx5_core_hairpin_clear_dead_peer()
|
/linux/drivers/pci/hotplug/ |
H A D | acpiphp.h | 109 struct acpi_hotplug_context hp; member 115 static inline struct acpiphp_context *to_acpiphp_context(struct acpi_hotplug_context *hp) in to_acpiphp_context() 136 struct acpi_hotplug_context hp; member 140 static inline struct acpiphp_root_context *to_acpiphp_root_context(struct acpi_hotplug_context *hp) in to_acpiphp_root_context()
|
/linux/net/sunrpc/ |
H A D | svcauth.c | 240 struct auth_domain *hp; in auth_domain_lookup() local 263 struct auth_domain *hp; in auth_domain_find() local 297 struct auth_domain *hp; in auth_domain_cleanup() local
|
/linux/net/ipv4/netfilter/ |
H A D | nf_tproxy_ipv4.c | 23 struct tcphdr _hdr, *hp; in nf_tproxy_handle_time_wait4() local 87 struct tcphdr _hdr, *hp; nf_tproxy_get_sock_v4() local [all...] |
/linux/net/ipv6/netfilter/ |
H A D | nf_tproxy_ipv6.c | 46 struct tcphdr _hdr, *hp; in nf_tproxy_handle_time_wait6() local 88 struct tcphdr _hdr, *hp; in nf_tproxy_get_sock_v6() local
|
/linux/net/ipv6/ |
H A D | exthdrs_core.c | 80 struct ipv6_opt_hdr _hdr, *hp; in ipv6_skip_exthdr() local 209 struct ipv6_opt_hdr _hdr, *hp; in ipv6_find_hdr() local
|
H A D | tcp_ao.c | 28 struct tcp_sigpool hp; in tcp_v6_ao_calc_key() local 115 int tcp_v6_ao_hash_pseudoheader(struct tcp_sigpool *hp, in tcp_v6_ao_hash_pseudoheader()
|
/linux/include/scsi/fc/ |
H A D | fc_fcoe.h | 45 #define FC_FCOE_DECAPS_VER(hp) ((hp)->fcoe_ver >> 4) argument 46 #define FC_FCOE_ENCAPS_VER(hp, ver) ((hp)->fcoe_ver = (ver) << 4) argument
|
/linux/net/netfilter/ |
H A D | xt_TPROXY.c | 40 struct udphdr _hdr, *hp; in tproxy_tg4() local 109 struct udphdr _hdr, *hp; in tproxy_tg6_v1() local
|
H A D | nft_tproxy.c | 28 struct udphdr _hdr, *hp; in nft_tproxy_eval_v4() local 92 struct udphdr _hdr, *hp; in nft_tproxy_eval_v6() local
|
/linux/net/ipv4/ |
H A D | tcp_ao.c | 24 unsigned int len, struct tcp_sigpool *hp) in tcp_ao_calc_traffic_key() 350 struct tcp_sigpool hp; in tcp_v4_ao_calc_key() local 438 static int tcp_v4_ao_hash_pseudoheader(struct tcp_sigpool *hp, in tcp_v4_ao_hash_pseudoheader() 460 struct tcp_sigpool *hp, int nbytes) in tcp_ao_hash_pseudoheader() 513 static int tcp_ao_hash_sne(struct tcp_sigpool *hp, u32 sne) in tcp_ao_hash_sne() 526 static int tcp_ao_hash_header(struct tcp_sigpool *hp, in tcp_ao_hash_header() 568 struct tcp_sigpool hp; in tcp_ao_hash_hdr() local 628 struct tcp_sigpool hp; in tcp_ao_hash_skb() local 1342 struct tcp_sigpool hp; in tcp_ao_parse_crypto() local 1554 struct tcp_sigpool hp; in tcp_ao_key_alloc() local
|
/linux/drivers/scsi/ |
H A D | sg.c | 419 struct compat_sg_io_hdr __user *hp = buf; in get_sg_io_pack_id() local 425 struct sg_io_hdr __user *hp = buf; in get_sg_io_pack_id() local 444 sg_io_hdr_t *hp; in sg_read() local 556 sg_io_hdr_t *hp = &srp->header; in sg_new_read() local 604 sg_io_hdr_t *hp; in sg_write() local 714 sg_io_hdr_t *hp; in sg_new_write() local 780 sg_io_hdr_t *hp = &srp->header; in sg_common_write() local 1726 sg_io_hdr_t *hp = &srp->header; in sg_start_req() local 2527 const sg_io_hdr_t *hp; in sg_proc_debug_helper() local
|
/linux/sound/soc/codecs/ |
H A D | rt274.c | 350 static int rt274_jack_detect(struct rt274_priv *rt274, bool *hp, bool *mic) in rt274_jack_detect() 382 bool hp = false; in rt274_jack_detect_work() local 952 bool hp = false; in rt274_irq() local
|
H A D | rt286.c | 215 static int rt286_jack_detect(struct rt286_priv *rt286, bool *hp, bool *mic) in rt286_jack_detect() 299 bool hp = false; in rt286_jack_detect_work() local 922 bool hp = false; in rt286_irq() local
|