Home
last modified time | relevance | path

Searched full:hp (Results 1 – 25 of 931) sorted by relevance

12345678910>>...38

/linux/drivers/net/ethernet/sun/
H A Dsunhme.c104 static __inline__ void tx_add_log(struct happy_meal *hp, unsigned int a, unsigned int s)
112 tlp->tx_new = hp->tx_new;
113 tlp->tx_old = hp->tx_old;
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() argument
261 static void BB_PUT_BIT(struct happy_meal *hp, void __iomem *tregs, int bit) in BB_PUT_BIT() argument
263 hme_write32(hp, tregs + TCVR_BBDATA, bit); in BB_PUT_BIT()
264 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_PUT_BIT()
265 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_PUT_BIT()
269 static u32 BB_GET_BIT(struct happy_meal *hp, voi
285 BB_GET_BIT2(struct happy_meal * hp,void __iomem * tregs,int internal) BB_GET_BIT2() argument
303 happy_meal_bb_read(struct happy_meal * hp,void __iomem * tregs,int reg) happy_meal_bb_read() argument
347 happy_meal_bb_write(struct happy_meal * hp,void __iomem * tregs,int reg,unsigned short value) happy_meal_bb_write() argument
392 happy_meal_tcvr_read(struct happy_meal * hp,void __iomem * tregs,int reg) happy_meal_tcvr_read() argument
423 happy_meal_tcvr_write(struct happy_meal * hp,void __iomem * tregs,int reg,unsigned short value) happy_meal_tcvr_write() argument
483 try_next_permutation(struct happy_meal * hp,void __iomem * tregs) try_next_permutation() argument
507 display_link_mode(struct happy_meal * hp,void __iomem * tregs) display_link_mode() argument
518 display_forced_link_mode(struct happy_meal * hp,void __iomem * tregs) display_forced_link_mode() argument
529 set_happy_link_modes(struct happy_meal * hp,void __iomem * tregs) set_happy_link_modes() argument
589 is_lucent_phy(struct happy_meal * hp) is_lucent_phy() argument
606 happy_meal_begin_auto_negotiation(struct happy_meal * hp,void __iomem * tregs,const struct ethtool_link_ksettings * ep) happy_meal_begin_auto_negotiation() argument
724 struct happy_meal *hp = timer_container_of(hp, t, happy_timer); happy_meal_timer() local
901 happy_meal_tx_reset(struct happy_meal * hp,void __iomem * bregs) happy_meal_tx_reset() argument
921 happy_meal_rx_reset(struct happy_meal * hp,void __iomem * bregs) happy_meal_rx_reset() argument
943 happy_meal_stop(struct happy_meal * hp,void __iomem * gregs) happy_meal_stop() argument
963 happy_meal_get_counters(struct happy_meal * hp,void __iomem * bregs) happy_meal_get_counters() argument
992 happy_meal_tcvr_reset(struct happy_meal * hp,void __iomem * tregs) happy_meal_tcvr_reset() argument
1086 happy_meal_transceiver_check(struct happy_meal * hp,void __iomem * tregs) happy_meal_transceiver_check() argument
1157 happy_meal_clean_rings(struct happy_meal * hp) happy_meal_clean_rings() argument
1209 happy_meal_init_rings(struct happy_meal * hp) happy_meal_init_rings() argument
1256 happy_meal_init(struct happy_meal * hp) happy_meal_init() argument
1532 happy_meal_set_initial_advertisement(struct happy_meal * hp) happy_meal_set_initial_advertisement() argument
1591 happy_meal_is_not_so_happy(struct happy_meal * hp,u32 status) happy_meal_is_not_so_happy() argument
1696 happy_meal_tx(struct happy_meal * hp) happy_meal_tx() argument
1760 happy_meal_rx(struct happy_meal * hp,struct net_device * dev) happy_meal_rx() argument
1866 struct happy_meal *hp = netdev_priv(dev); happy_meal_interrupt() local
1895 struct happy_meal *hp = netdev_priv(dev); happy_meal_open() local
1918 struct happy_meal *hp = netdev_priv(dev); happy_meal_close() local
1936 struct happy_meal *hp = netdev_priv(dev); happy_meal_tx_timeout() local
1952 unmap_partial_tx_skb(struct happy_meal * hp,u32 first_mapping,u32 first_len,u32 first_entry,u32 entry) unmap_partial_tx_skb() argument
1974 struct happy_meal *hp = netdev_priv(dev); happy_meal_start_xmit() local
2076 struct happy_meal *hp = netdev_priv(dev); happy_meal_get_stats() local
2087 struct happy_meal *hp = netdev_priv(dev); happy_meal_set_multicast() local
2124 struct happy_meal *hp = netdev_priv(dev); hme_get_link_ksettings() local
2172 struct happy_meal *hp = netdev_priv(dev); hme_set_link_ksettings() local
2196 struct happy_meal *hp = netdev_priv(dev); hme_get_drvinfo() local
2218 struct happy_meal *hp = netdev_priv(dev); hme_get_link() local
2392 happy_meal_addr_init(struct happy_meal * hp,struct device_node * dp,int qfe_slot) happy_meal_addr_init() argument
2435 happy_meal_common_probe(struct happy_meal * hp,struct device_node * dp) happy_meal_common_probe() argument
2492 struct happy_meal *hp; happy_meal_sbus_probe_one() local
2617 struct happy_meal *hp; happy_meal_pci_probe() local
[all...]
/linux/drivers/tty/hvc/
H A Dhvsi.c87 static int (*hvsi_wait)(struct hvsi_struct *hp, int state);
99 static inline int is_console(struct hvsi_struct *hp) in is_console() argument
101 return hp->flags & HVSI_CONSOLE; in is_console()
104 static inline int is_open(struct hvsi_struct *hp) in is_open() argument
107 return (hp->state == HVSI_OPEN) in is_open()
108 || (hp->state == HVSI_WAIT_FOR_MCTRL_RESPONSE); in is_open()
111 static inline void print_state(struct hvsi_struct *hp) in print_state() argument
122 const char *name = (hp->state < ARRAY_SIZE(state_names)) in print_state()
123 ? state_names[hp->state] : "UNKNOWN"; in print_state()
125 pr_debug("hvsi%i: state = %s\n", hp in print_state()
129 __set_state(struct hvsi_struct * hp,int state) __set_state() argument
136 set_state(struct hvsi_struct * hp,int state) set_state() argument
156 got_packet(const struct hvsi_struct * hp,uint8_t * packet) got_packet() argument
168 compact_inbuf(struct hvsi_struct * hp,uint8_t * read_to) compact_inbuf() argument
216 hvsi_read(struct hvsi_struct * hp,char * buf,int count) hvsi_read() argument
225 hvsi_recv_control(struct hvsi_struct * hp,uint8_t * packet,struct tty_struct * tty,struct hvsi_struct ** to_handshake) hvsi_recv_control() argument
254 hvsi_recv_response(struct hvsi_struct * hp,uint8_t * packet) hvsi_recv_response() argument
280 hvsi_version_respond(struct hvsi_struct * hp,uint16_t query_seqno) hvsi_version_respond() argument
305 hvsi_recv_query(struct hvsi_struct * hp,uint8_t * packet) hvsi_recv_query() argument
321 hvsi_insert_chars(struct hvsi_struct * hp,const char * buf,int len) hvsi_insert_chars() argument
350 hvsi_recv_data(struct hvsi_struct * hp,const uint8_t * packet) hvsi_recv_data() argument
388 hvsi_load_chunk(struct hvsi_struct * hp,struct tty_struct * tty,struct hvsi_struct ** handshake) hvsi_load_chunk() argument
462 hvsi_send_overflow(struct hvsi_struct * hp) hvsi_send_overflow() argument
477 struct hvsi_struct *hp = (struct hvsi_struct *)arg; hvsi_interrupt() local
513 poll_for_state(struct hvsi_struct * hp,int state) poll_for_state() argument
530 wait_for_state(struct hvsi_struct * hp,int state) wait_for_state() argument
540 hvsi_query(struct hvsi_struct * hp,uint16_t verb) hvsi_query() argument
563 hvsi_get_mctrl(struct hvsi_struct * hp) hvsi_get_mctrl() argument
583 hvsi_set_mctrl(struct hvsi_struct * hp,uint16_t mctrl) hvsi_set_mctrl() argument
609 hvsi_drain_input(struct hvsi_struct * hp) hvsi_drain_input() argument
619 hvsi_handshake(struct hvsi_struct * hp) hvsi_handshake() argument
648 struct hvsi_struct *hp = hvsi_handshaker() local
664 hvsi_put_chars(struct hvsi_struct * hp,const char * buf,int count) hvsi_put_chars() argument
684 hvsi_close_protocol(struct hvsi_struct * hp) hvsi_close_protocol() argument
701 struct hvsi_struct *hp; hvsi_open() local
747 hvsi_flush_output(struct hvsi_struct * hp) hvsi_flush_output() argument
764 struct hvsi_struct *hp = tty->driver_data; hvsi_close() local
816 struct hvsi_struct *hp = tty->driver_data; hvsi_hangup() local
830 hvsi_push(struct hvsi_struct * hp) hvsi_push() argument
851 struct hvsi_struct *hp = hvsi_write_worker() local
895 struct hvsi_struct *hp = tty->driver_data; hvsi_write_room() local
902 struct hvsi_struct *hp = tty->driver_data; hvsi_chars_in_buffer() local
910 struct hvsi_struct *hp = tty->driver_data; hvsi_write() local
967 struct hvsi_struct *hp = tty->driver_data; hvsi_throttle() local
976 struct hvsi_struct *hp = tty->driver_data; hvsi_unthrottle() local
994 struct hvsi_struct *hp = tty->driver_data; hvsi_tiocmget() local
1003 struct hvsi_struct *hp = tty->driver_data; hvsi_tiocmset() local
1059 struct hvsi_struct *hp = &hvsi_ports[i]; hvsi_init() local
1085 struct hvsi_struct *hp = &hvsi_ports[i]; hvsi_init() local
1100 struct hvsi_struct *hp = &hvsi_ports[console->index]; hvsi_console_print() local
1141 struct hvsi_struct *hp; hvsi_console_setup() local
1185 struct hvsi_struct *hp; hvsi_console_init() local
[all...]
H A Dhvc_opal.c82 static int hvc_opal_hvsi_open(struct hvc_struct *hp, int data) in hvc_opal_hvsi_open() argument
84 struct hvc_opal_priv *pv = hvc_opal_privs[hp->vtermno]; in hvc_opal_hvsi_open()
87 pr_devel("HVSI@%x: do open !\n", hp->vtermno); in hvc_opal_hvsi_open()
89 rc = notifier_add_irq(hp, data); in hvc_opal_hvsi_open()
93 return hvsilib_open(&pv->hvsi, hp); in hvc_opal_hvsi_open()
96 static void hvc_opal_hvsi_close(struct hvc_struct *hp, int data) in hvc_opal_hvsi_close() argument
98 struct hvc_opal_priv *pv = hvc_opal_privs[hp->vtermno]; in hvc_opal_hvsi_close()
100 pr_devel("HVSI@%x: do close !\n", hp->vtermno); in hvc_opal_hvsi_close()
102 hvsilib_close(&pv->hvsi, hp); in hvc_opal_hvsi_close()
104 notifier_del_irq(hp, dat in hvc_opal_hvsi_close()
107 hvc_opal_hvsi_hangup(struct hvc_struct * hp,int data) hvc_opal_hvsi_hangup() argument
118 hvc_opal_hvsi_tiocmget(struct hvc_struct * hp) hvc_opal_hvsi_tiocmget() argument
127 hvc_opal_hvsi_tiocmset(struct hvc_struct * hp,unsigned int set,unsigned int clear) hvc_opal_hvsi_tiocmset() argument
157 struct hvc_struct *hp; hvc_opal_probe() local
238 struct hvc_struct *hp = dev_get_drvdata(&dev->dev); hvc_opal_remove() local
[all...]
H A Dhvc_irq.c29 int notifier_add_irq(struct hvc_struct *hp, int irq) in notifier_add_irq() argument
34 hp->irq_requested = 0; in notifier_add_irq()
37 rc = request_irq(irq, hvc_handle_interrupt, hp->flags, in notifier_add_irq()
38 "hvc_console", hp); in notifier_add_irq()
40 hp->irq_requested = 1; in notifier_add_irq()
44 void notifier_del_irq(struct hvc_struct *hp, int irq) in notifier_del_irq() argument
46 if (!hp->irq_requested) in notifier_del_irq()
48 free_irq(irq, hp); in notifier_del_irq()
49 hp->irq_requested = 0; in notifier_del_irq()
52 void notifier_hangup_irq(struct hvc_struct *hp, in argument
[all...]
/linux/arch/sparc/kernel/
H A Dmdesc.c149 static void mdesc_handle_init(struct mdesc_handle *hp, in mdesc_handle_init() argument
153 BUG_ON(((unsigned long)&hp->mdesc) & (16UL - 1)); in mdesc_handle_init()
155 memset(hp, 0, handle_size); in mdesc_handle_init()
156 INIT_LIST_HEAD(&hp->list); in mdesc_handle_init()
157 hp->self_base = base; in mdesc_handle_init()
158 refcount_set(&hp->refcnt, 1); in mdesc_handle_init()
159 hp->handle_size = handle_size; in mdesc_handle_init()
165 struct mdesc_handle *hp; in mdesc_memblock_alloc() local
175 hp = NULL; in mdesc_memblock_alloc()
177 hp in mdesc_memblock_alloc()
183 mdesc_memblock_free(struct mdesc_handle * hp) mdesc_memblock_free() argument
204 struct mdesc_handle *hp; mdesc_kmalloc() local
224 mdesc_kfree(struct mdesc_handle * hp) mdesc_kfree() argument
240 struct mdesc_handle *hp = mops->alloc(mdesc_size); mdesc_alloc() local
248 mdesc_free(struct mdesc_handle * hp) mdesc_free() argument
259 struct mdesc_handle *hp; mdesc_grab() local
272 mdesc_release(struct mdesc_handle * hp) mdesc_release() argument
319 parent_cfg_handle(struct mdesc_handle * hp,u64 node) parent_cfg_handle() argument
504 struct mdesc_handle *hp, *orig_hp; mdesc_update() local
544 mdesc_get_node(struct mdesc_handle * hp,const char * node_name,union md_node_info * node_info) mdesc_get_node() argument
584 mdesc_get_node_info(struct mdesc_handle * hp,u64 node,const char * node_name,union md_node_info * node_info) mdesc_get_node_info() argument
629 mdesc_node_by_name(struct mdesc_handle * hp,u64 from_node,const char * name) mdesc_node_by_name() argument
658 mdesc_get_property(struct mdesc_handle * hp,u64 node,const char * name,int * lenp) mdesc_get_property() argument
704 mdesc_next_arc(struct mdesc_handle * hp,u64 from,const char * arc_type) mdesc_next_arc() argument
730 mdesc_arc_target(struct mdesc_handle * hp,u64 arc) mdesc_arc_target() argument
740 mdesc_node_name(struct mdesc_handle * hp,u64 node) mdesc_node_name() argument
761 struct mdesc_handle *hp = mdesc_grab(); report_platform_properties() local
818 fill_in_one_cache(cpuinfo_sparc * c,struct mdesc_handle * hp,u64 mp) fill_in_one_cache() argument
861 find_back_node_value(struct mdesc_handle * hp,u64 node,char * srch_val,void (* func)(struct mdesc_handle *,u64,int),u64 val,int depth) find_back_node_value() argument
883 __mark_core_id(struct mdesc_handle * hp,u64 node,int core_id) __mark_core_id() argument
892 __mark_max_cache_id(struct mdesc_handle * hp,u64 node,int max_cache_id) __mark_max_cache_id() argument
908 mark_core_ids(struct mdesc_handle * hp,u64 mp,int core_id) mark_core_ids() argument
914 mark_max_cache_ids(struct mdesc_handle * hp,u64 mp,int max_cache_id) mark_max_cache_ids() argument
921 set_core_ids(struct mdesc_handle * hp) set_core_ids() argument
949 set_max_cache_ids_by_cache(struct mdesc_handle * hp,int level) set_max_cache_ids_by_cache() argument
972 set_sock_ids_by_socket(struct mdesc_handle * hp,u64 mp) set_sock_ids_by_socket() argument
996 set_sock_ids(struct mdesc_handle * hp) set_sock_ids() argument
1013 mark_proc_ids(struct mdesc_handle * hp,u64 mp,int proc_id) mark_proc_ids() argument
1032 __set_proc_ids(struct mdesc_handle * hp,const char * exec_unit_name) __set_proc_ids() argument
1052 set_proc_ids(struct mdesc_handle * hp) set_proc_ids() argument
1080 get_mondo_data(struct mdesc_handle * hp,u64 mp,struct trap_per_cpu * tb) get_mondo_data() argument
1109 struct mdesc_handle *hp = mdesc_grab(); mdesc_iterate_over_cpus() local
1137 record_one_cpu(struct mdesc_handle * hp,u64 mp,int cpuid,void * arg) record_one_cpu() argument
1156 check_one_pgsz(struct mdesc_handle * hp,u64 mp,int cpuid,void * arg) check_one_pgsz() argument
1180 fill_in_one_cpu(struct mdesc_handle * hp,u64 mp,int cpuid,void * arg) fill_in_one_cpu() argument
1232 struct mdesc_handle *hp; mdesc_fill_in_cpu_data() local
1254 struct mdesc_handle *hp = mdesc_grab(); mdesc_open() local
1267 struct mdesc_handle *hp = file->private_data; mdesc_read() local
1290 struct mdesc_handle *hp = file->private_data; mdesc_llseek() local
1327 struct mdesc_handle *hp; sun4v_mdesc_init() local
[all...]
H A Dvio.c205 static const u64 *vio_cfg_handle(struct mdesc_handle *hp, u64 node) in vio_cfg_handle() argument
210 mdesc_for_each_arc(a, hp, node, MDESC_ARC_TYPE_BACK) { in vio_cfg_handle()
213 target = mdesc_arc_target(hp, a); in vio_cfg_handle()
214 cfg_handle = mdesc_get_property(hp, target, in vio_cfg_handle()
225 * @hp: Handle to the MD
236 u64 vio_vdev_node(struct mdesc_handle *hp, struct vio_dev *vdev) in vio_vdev_node() argument
243 node = mdesc_get_node(hp, (const char *)vdev->node_name, in vio_vdev_node()
250 static void vio_fill_channel_info(struct mdesc_handle *hp, u64 mp, in vio_fill_channel_info() argument
258 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_FWD) { in vio_fill_channel_info()
263 target = mdesc_arc_target(hp, in vio_fill_channel_info()
290 vio_create_one(struct mdesc_handle * hp,u64 mp,const char * node_name,struct device * parent) vio_create_one() argument
411 vio_add(struct mdesc_handle * hp,u64 node,const char * node_name) vio_add() argument
418 struct mdesc_handle *hp; global() member
438 vio_remove(struct mdesc_handle * hp,u64 node,const char * node_name) vio_remove() argument
469 vio_add_ds(struct mdesc_handle * hp,u64 node,const char * node_name) vio_add_ds() argument
502 struct mdesc_handle *hp; vio_init() local
[all...]
/linux/Documentation/sound/hd-audio/
H A Dmodels.rst10 3-jack in back, a HP out and a SPDIF out
31 Quirk for FSC S7020 with jack modes and HP mic support
41 hp-z200
42 Fixups for HP Z200
58 hp-eapd
59 Disable HP EAPD on NID 0x15
79 headset-mode-no-hp-mic
83 hp-gpio-led
84 GPIO LED support on HP laptops
85 hp
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dtransobj.c311 static int mlx5_hairpin_create_queues(struct mlx5_hairpin *hp, in mlx5_hairpin_create_queues() argument
316 for (i = 0; i < hp->num_channels; i++) { in mlx5_hairpin_create_queues()
317 err = mlx5_hairpin_create_rq(hp->func_mdev, params, &hp->rqn[i]); in mlx5_hairpin_create_queues()
322 for (i = 0; i < hp->num_channels; i++) { in mlx5_hairpin_create_queues()
323 err = mlx5_hairpin_create_sq(hp->peer_mdev, params, &hp->sqn[i]); in mlx5_hairpin_create_queues()
332 mlx5_core_destroy_sq(hp->peer_mdev, hp->sqn[j]); in mlx5_hairpin_create_queues()
333 i = hp in mlx5_hairpin_create_queues()
340 mlx5_hairpin_destroy_queues(struct mlx5_hairpin * hp) mlx5_hairpin_destroy_queues() argument
391 mlx5_hairpin_pair_queues(struct mlx5_hairpin * hp) mlx5_hairpin_pair_queues() argument
427 mlx5_hairpin_unpair_peer_sq(struct mlx5_hairpin * hp) mlx5_hairpin_unpair_peer_sq() argument
436 mlx5_hairpin_unpair_queues(struct mlx5_hairpin * hp) mlx5_hairpin_unpair_queues() argument
454 struct mlx5_hairpin *hp; mlx5_core_hairpin_create() local
487 mlx5_core_hairpin_destroy(struct mlx5_hairpin * hp) mlx5_core_hairpin_destroy() argument
494 mlx5_core_hairpin_clear_dead_peer(struct mlx5_hairpin * hp) mlx5_core_hairpin_clear_dead_peer() argument
[all...]
/linux/drivers/platform/x86/hp/
H A Dhp_accel.c3 * hp_accel.c - Interface between LIS3LV02DL driver and HP ACPI BIOS
60 /* HP-specific accelerometer driver ------------------------------------ */
71 {"HPQ0004", 0}, /* HP Mobile Data Protection System PNP */
72 {"HPQ6000", 0}, /* HP Mobile Data Protection System PNP */
73 {"HPQ6007", 0}, /* HP Mobile Data Protection System PNP */
187 AXIS_DMI_MATCH("NC64x0", "HP Compaq nc64", x_inverted),
188 AXIS_DMI_MATCH("NC84x0", "HP Compaq nc84", z_inverted),
189 AXIS_DMI_MATCH("NX9420", "HP Compaq nx9420", x_inverted),
190 AXIS_DMI_MATCH("NW9440", "HP Compaq nw9440", x_inverted),
191 AXIS_DMI_MATCH("NC2510", "HP Compa
[all...]
H A DKconfig6 bool "HP X86 Platform Specific Device Drivers"
10 HP x86 platforms, including vendor-specific laptop extension drivers.
18 tristate "HP laptop accelerometer"
27 or "3D DriveGuard" feature of HP laptops. On such systems the driver
31 hp::hddprotect. For more information on the feature, refer to
38 tristate "HP WMI extras"
49 Say Y here if you want to support WMI-based hotkeys on HP laptops and
53 be called hp-wmi.
56 tristate "HP Compaq TC1100 Tablet WMI Extras"
63 control) of the HP Compa
[all...]
/linux/arch/arm64/boot/dts/qcom/
H A Dx1e80100-hp-elitebook-ultra-g1q.dts5 #include "x1e80100-hp-omnibook-x14.dts"
8 model = "HP EliteBook Ultra G1q";
9 compatible = "hp,elitebook-ultra-g1q", "qcom,x1e80100";
14 firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qcdxkmsuc8380.mbn";
19 firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qcadsp8380.mbn",
20 "qcom/x1e80100/hp/elitebook-ultra-g1q/adsp_dtbs.elf";
24 firmware-name = "qcom/x1e80100/hp/elitebook-ultra-g1q/qccdsp8380.mbn",
25 "qcom/x1e80100/hp/elitebook-ultra-g1q/cdsp_dtbs.elf";
29 model = "X1E80100-HP-ELITEBOOK-ULTRA-G1Q";
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-cciss4 Contact: iss_storagedev@hp.com
11 Contact: iss_storagedev@hp.com
18 Contact: iss_storagedev@hp.com
25 Contact: iss_storagedev@hp.com
32 Contact: iss_storagedev@hp.com
38 Contact: iss_storagedev@hp.com
45 Contact: iss_storagedev@hp.com
52 Contact: iss_storagedev@hp.com
59 Contact: iss_storagedev@hp.com
66 Contact: iss_storagedev@hp
[all...]
H A Dsysfs-class-scsi_tape4 Contact: Shane Seymour <shane.seymour@hp.com>
14 Contact: Shane Seymour <shane.seymour@hp.com>
31 Contact: Shane Seymour <shane.seymour@hp.com>
41 Contact: Shane Seymour <shane.seymour@hp.com>
52 Contact: Shane Seymour <shane.seymour@hp.com>
62 Contact: Shane Seymour <shane.seymour@hp.com>
72 Contact: Shane Seymour <shane.seymour@hp.com>
83 Contact: Shane Seymour <shane.seymour@hp.com>
93 Contact: Shane Seymour <shane.seymour@hp.com>
103 Contact: Shane Seymour <shane.seymour@hp
[all...]
/linux/net/ipv6/netfilter/
H A Dnf_tproxy_ipv6.c46 struct tcphdr _hdr, *hp; in nf_tproxy_handle_time_wait6() local
48 hp = skb_header_pointer(skb, thoff, sizeof(_hdr), &_hdr); in nf_tproxy_handle_time_wait6()
49 if (hp == NULL) { in nf_tproxy_handle_time_wait6()
54 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in nf_tproxy_handle_time_wait6()
62 hp->source, in nf_tproxy_handle_time_wait6()
63 lport ? lport : hp->dest, in nf_tproxy_handle_time_wait6()
88 struct tcphdr _hdr, *hp; in nf_tproxy_get_sock_v6() local
[all...]
/linux/net/ipv4/netfilter/
H A Dnf_tproxy_ipv4.c23 struct tcphdr _hdr, *hp; in nf_tproxy_handle_time_wait4() local
25 hp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_hdr), &_hdr); in nf_tproxy_handle_time_wait4()
26 if (hp == NULL) { in nf_tproxy_handle_time_wait4()
31 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in nf_tproxy_handle_time_wait4()
38 hp->source, lport ? lport : hp->dest, in nf_tproxy_handle_time_wait4()
89 struct tcphdr _hdr, *hp; in nf_tproxy_get_sock_v4() local
[all...]
/linux/sound/hda/codecs/realtek/
H A Dalc269.c279 /* Index 0x78 Direct Drive HP AMP LPM Control 1 */ in alc282_init()
372 UPDATE_COEF(0x1b, 0x8000, 0), /* HP JD control */
395 /* Index 0x43 Direct Drive HP AMP LPM Control 1 */ in alc283_init()
432 /*depop hp during suspend*/ in alc283_shutup()
559 alc_update_coef_idx(codec, 0x4a, 1<<15, 1<<15); /* Reset HP JD */ in alc285_hp_init()
580 alc_write_coef_idx(codec, 0x67, 0x0); /* Set HP depop to manual mode */ in alc285_hp_init()
585 alc_write_coefex_idx(codec, 0x58, 0x00, 0xf888); /* HP depop procedure start */ in alc285_hp_init()
855 alc_update_coef_idx(codec, 0x6f, 0x000f, 0);/* Set HP depop to manual mode */ in alc294_hp_init()
856 alc_update_coefex_idx(codec, 0x58, 0x00, 0x8000, 0x8000); /* HP depop procedure start */ in alc294_hp_init()
864 /* Set HP depo in alc294_hp_init()
[all...]
/linux/arch/x86/pci/
H A Dcommon.c298 .ident = "HP ProLiant BL20p G3",
300 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
306 .ident = "HP ProLiant BL20p G4",
308 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
314 .ident = "HP ProLiant BL30p G1",
316 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
322 .ident = "HP ProLiant BL25p G1",
324 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
330 .ident = "HP ProLiant BL35p G1",
332 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
[all...]
/linux/net/ipv6/
H A Dexthdrs_core.c80 struct ipv6_opt_hdr _hdr, *hp; in ipv6_skip_exthdr() local
85 hp = skb_header_pointer(skb, start, sizeof(_hdr), &_hdr); in ipv6_skip_exthdr()
86 if (!hp) in ipv6_skip_exthdr()
103 hdrlen = ipv6_authlen(hp); in ipv6_skip_exthdr()
105 hdrlen = ipv6_optlen(hp); in ipv6_skip_exthdr()
107 nexthdr = hp->nexthdr; in ipv6_skip_exthdr()
209 struct ipv6_opt_hdr _hdr, *hp; in ipv6_find_hdr() local
219 hp = skb_header_pointer(skb, start, sizeof(_hdr), &_hdr); in ipv6_find_hdr()
220 if (!hp) in ipv6_find_hdr()
253 ((!ipv6_ext_hdr(hp in ipv6_find_hdr()
[all...]
/linux/drivers/scsi/
H A Dsg.c419 struct compat_sg_io_hdr __user *hp = buf; in get_sg_io_pack_id() local
421 return get_user(*pack_id, &hp->pack_id); in get_sg_io_pack_id()
425 struct sg_io_hdr __user *hp = buf; in get_sg_io_pack_id() local
427 return get_user(*pack_id, &hp->pack_id); in get_sg_io_pack_id()
444 sg_io_hdr_t *hp; in sg_read() local
480 hp = &srp->header; in sg_read()
485 old_hdr->reply_len = (int) hp->timeout; in sg_read()
487 old_hdr->pack_id = hp->pack_id; in sg_read()
489 ((srp->data.cmd_opcode >= 0xc0) && (12 == hp->cmd_len)) ? 1 : 0; in sg_read()
490 old_hdr->target_status = hp in sg_read()
556 sg_io_hdr_t *hp = &srp->header; sg_new_read() local
604 sg_io_hdr_t *hp; sg_write() local
714 sg_io_hdr_t *hp; sg_new_write() local
780 sg_io_hdr_t *hp = &srp->header; sg_common_write() local
1725 sg_io_hdr_t *hp = &srp->header; sg_start_req() local
2526 const sg_io_hdr_t *hp; sg_proc_debug_helper() local
[all...]
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_quirks.c121 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
122 DMI_MATCH(DMI_PRODUCT_NAME, "HP Elite mt645 G8 Mobile Thin Client"),
128 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
129 DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 645 14 inch G11 Notebook PC"),
135 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
136 DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 665 16 inch G11 Notebook PC"),
142 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
143 DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook 445 14 inch G11 Notebook PC"),
149 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
150 DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBoo
[all...]
/linux/net/sunrpc/
H A Dsvcauth.c240 struct auth_domain *hp; in auth_domain_lookup() local
247 hlist_for_each_entry(hp, head, hash) { in auth_domain_lookup()
248 if (strcmp(hp->name, name)==0) { in auth_domain_lookup()
249 kref_get(&hp->ref); in auth_domain_lookup()
251 return hp; in auth_domain_lookup()
263 struct auth_domain *hp; in auth_domain_find() local
269 hlist_for_each_entry_rcu(hp, head, hash) { in auth_domain_find()
270 if (strcmp(hp->name, name)==0) { in auth_domain_find()
271 if (!kref_get_unless_zero(&hp->ref)) in auth_domain_find()
272 hp in auth_domain_find()
297 struct auth_domain *hp; auth_domain_cleanup() local
[all...]
/linux/net/netfilter/
H A Dxt_TPROXY.c40 struct udphdr _hdr, *hp; in tproxy_tg4() local
43 hp = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_hdr), &_hdr); in tproxy_tg4()
44 if (hp == NULL) in tproxy_tg4()
53 hp->source, hp->dest, in tproxy_tg4()
58 lport = hp->dest; in tproxy_tg4()
69 hp->source, lport, in tproxy_tg4()
109 struct udphdr _hdr, *hp; in tproxy_tg6_v1() local
120 hp = skb_header_pointer(skb, thoff, sizeof(_hdr), &_hdr); in tproxy_tg6_v1()
121 if (!hp) in tproxy_tg6_v1()
[all...]
/linux/sound/soc/codecs/
H A Dcs42l73.h41 #define CS42L73_HLADVOL 0x1A /* HP/Line A Out Digital Vol. */
42 #define CS42L73_HLBDVOL 0x1B /* HP/Line B Out Digital Vol. */
45 #define CS42L73_HPAAVOL 0x1E /* HP A Analog Volume. */
46 #define CS42L73_HPBAVOL 0x1F /* HP B Analog Volume. */
53 #define CS42L73_LIMARATEHL 0x26 /* Lmtr Attack Rate HP/Line. */
54 #define CS42L73_LIMRRATEHL 0x27 /* Lmtr Ctl, Rel.Rate HP/Line. */
55 #define CS42L73_LMAXHL 0x28 /* Lmtr Thresholds HP/Line. */
68 #define CS42L73_HLAIPAA 0x35 /* HP/LO Left Mixer: L. */
69 #define CS42L73_HLBIPBA 0x36 /* HP/LO Right Mixer: R. */
70 #define CS42L73_HLAXSPAA 0x37 /* HP/L
[all...]
/linux/drivers/parisc/
H A DREADME.dino2 ** HP VISUALIZE Workstation PCI Bus Defect
4 ** "HP has discovered a potential system defect that can affect
5 ** the behavior of five models of HP VISUALIZE workstations when
7 ** cards. The defect is limited to the HP C180, C160, C160L, B160L,
10 ** PCI bus. HP-supplied graphics cards that utilize the PCI bus are
13 ** http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?locale=en_US&prodTypeId=12454&prodSeriesId=44443
/linux/drivers/pci/hotplug/
H A Dacpiphp.h109 struct acpi_hotplug_context hp; member
115 static inline struct acpiphp_context *to_acpiphp_context(struct acpi_hotplug_context *hp) in to_acpiphp_context() argument
117 return container_of(hp, struct acpiphp_context, hp); in to_acpiphp_context()
127 return func_to_context(func)->hp.self; in func_to_acpi_device()
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() argument
142 return container_of(hp, struct acpiphp_root_context, hp); in to_acpiphp_root_context()

12345678910>>...38