Searched +refs:pp +refs:reply (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/macintosh/ |
| H A D | via-pmu.c | 615 pmu_version = req.reply[0]; in init_pmu() 623 if (req.reply[1] & PMU_PWR_WAKEUP_AC_INSERT) in init_pmu() 657 req.reply[0], PMU_PWR_WAKEUP_AC_INSERT); in pmu_set_server_mode() 661 req.reply[0], PMU_PWR_WAKEUP_AC_INSERT); in pmu_set_server_mode() 697 if (req->reply[0] & 0x01) in done_battery_state_ohare() 714 if (req->reply[0] & 0x04) { in done_battery_state_ohare() 716 if (req->reply[0] & 0x02) in done_battery_state_ohare() 718 vb = (req->reply[1] << 8) | req->reply[2]; in done_battery_state_ohare() 720 amperage = req->reply[5]; in done_battery_state_ohare() 721 if ((req->reply[0] & 0x01) == 0) { in done_battery_state_ohare() [all …]
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | cdv_intel_dp.c | 381 u32 pp; in cdv_intel_edp_panel_vdd_on() local 389 pp = REG_READ(PP_CONTROL); in cdv_intel_edp_panel_vdd_on() 391 pp |= EDP_FORCE_VDD; in cdv_intel_edp_panel_vdd_on() 392 REG_WRITE(PP_CONTROL, pp); in cdv_intel_edp_panel_vdd_on() 400 u32 pp; in cdv_intel_edp_panel_vdd_off() local 403 pp = REG_READ(PP_CONTROL); in cdv_intel_edp_panel_vdd_off() 405 pp &= ~EDP_FORCE_VDD; in cdv_intel_edp_panel_vdd_off() 406 REG_WRITE(PP_CONTROL, pp); in cdv_intel_edp_panel_vdd_off() 416 u32 pp, idle_on_mask = PP_ON | PP_SEQUENCE_NONE; in cdv_intel_edp_panel_on() local 422 pp = REG_READ(PP_CONTROL); in cdv_intel_edp_panel_on() [all …]
|
| /linux/net/ipv4/ |
| H A D | tcp_metrics.c | 849 void *reply; in tcp_metrics_nl_cmd_get() local 865 reply = genlmsg_put_reply(msg, info, &tcp_metrics_nl_family, 0, in tcp_metrics_nl_cmd_get() 867 if (!reply) in tcp_metrics_nl_cmd_get() 887 genlmsg_end(msg, reply); in tcp_metrics_nl_cmd_get() 906 struct tcp_metrics_block __rcu **pp = &hb->chain; in tcp_metrics_flush_all() local 909 if (!rcu_access_pointer(*pp)) in tcp_metrics_flush_all() 913 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) { in tcp_metrics_flush_all() 917 rcu_assign_pointer(*pp, tm->tcpm_next); in tcp_metrics_flush_all() 920 pp = &tm->tcpm_next; in tcp_metrics_flush_all() 932 struct tcp_metrics_block __rcu **pp; in tcp_metrics_nl_cmd_del() local [all …]
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 710 struct sk_buff *pp = NULL; in vxlan_gro_receive() local 715 pp = call_gro_receive(eth_gro_receive, head, skb); in vxlan_gro_receive() 718 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gro_receive() 719 return pp; in vxlan_gro_receive() 727 struct sk_buff *pp = NULL; in vxlan_gpe_gro_receive() local 740 pp = call_gro_receive(ptype->callbacks.gro_receive, head, skb); in vxlan_gpe_gro_receive() 744 skb_gro_flush_final_remcsum(skb, pp, flush, &grc); in vxlan_gpe_gro_receive() 745 return pp; in vxlan_gpe_gro_receive() 1883 struct sk_buff *reply; in arp_reduce() local 1902 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce() [all …]
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_lport.c | 424 void *pp; in fc_lport_recv_echo_req() local 433 pp = fc_frame_payload_get(in_fp, len); in fc_lport_recv_echo_req() 441 memcpy(dp, pp, len); in fc_lport_recv_echo_req() 1959 struct fc_bsg_reply *bsg_reply = job->reply; in fc_lport_bsg_resp() 2026 char *pp; in fc_lport_els_request() local 2036 pp = fc_frame_payload_get(fp, len); in fc_lport_els_request() 2040 pp, len); in fc_lport_els_request() 2140 struct fc_bsg_reply *bsg_reply = job->reply; in fc_lport_bsg_request()
|
| /linux/Documentation/filesystems/caching/ |
| H A D | cachefiles.rst | 366 semodule -i cachefilesd.pp 510 kernel --[request]--> user daemon --[reply]--> kernel 519 the request, the user daemon should write the reply to the devnode. 604 The user daemon should reply the OPEN request by issuing a "copen" (complete 650 When it has finished processing the READ request, the user daemon should reply
|