Home
last modified time | relevance | path

Searched defs:svc (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/greybus/
H A Dsvc.c29 struct gb_svc *svc = to_gb_svc(dev); in endo_id_show() local
38 struct gb_svc *svc = to_gb_svc(dev); in ap_intf_id_show() local
53 struct gb_svc *svc = to_gb_svc(dev); in intf_eject_store() local
74 struct gb_svc *svc = to_gb_svc(dev); in watchdog_show() local
84 struct gb_svc *svc = to_gb_svc(dev); in watchdog_store() local
105 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_show() local
119 struct gb_svc *svc = to_gb_svc(dev); in watchdog_action_store() local
132 static int gb_svc_pwrmon_rail_count_get(struct gb_svc *svc, u8 *value) in gb_svc_pwrmon_rail_count_get()
150 static int gb_svc_pwrmon_rail_names_get(struct gb_svc *svc, in gb_svc_pwrmon_rail_names_get()
174 static int gb_svc_pwrmon_sample_get(struct gb_svc *svc, u8 rail_id, in gb_svc_pwrmon_sample_get()
[all …]
H A Dsvc_watchdog.c17 struct gb_svc *svc; member
66 struct gb_svc *svc; in do_work() local
107 int gb_svc_watchdog_create(struct gb_svc *svc) in gb_svc_watchdog_create()
147 void gb_svc_watchdog_destroy(struct gb_svc *svc) in gb_svc_watchdog_destroy()
160 bool gb_svc_watchdog_enabled(struct gb_svc *svc) in gb_svc_watchdog_enabled()
167 int gb_svc_watchdog_enable(struct gb_svc *svc) in gb_svc_watchdog_enable()
183 int gb_svc_watchdog_disable(struct gb_svc *svc) in gb_svc_watchdog_disable()
H A Dinterface.c128 struct gb_svc *svc = intf->hd->svc; in gb_interface_route_create() local
174 struct gb_svc *svc = intf->hd->svc; in gb_interface_route_destroy() local
736 struct gb_svc *svc = intf->hd->svc; in gb_interface_resume() local
827 struct gb_svc *svc = intf->hd->svc; in gb_interface_vsys_set() local
843 struct gb_svc *svc = intf->hd->svc; in gb_interface_refclk_set() local
859 struct gb_svc *svc = intf->hd->svc; in gb_interface_unipro_set() local
876 struct gb_svc *svc = intf->hd->svc; in gb_interface_activate_operation() local
912 struct gb_svc *svc = intf->hd->svc; in gb_interface_hibernate_link() local
/linux/net/netfilter/ipvs/
H A Dip_vs_mh.c122 struct ip_vs_service *svc) in ip_vs_mh_permutate()
159 struct ip_vs_service *svc) in ip_vs_mh_populate()
234 ip_vs_mh_get(struct ip_vs_service *svc, struct ip_vs_mh_state *s, in ip_vs_mh_get()
246 ip_vs_mh_get_fallback(struct ip_vs_service *svc, struct ip_vs_mh_state *s, in ip_vs_mh_get_fallback()
288 struct ip_vs_service *svc) in ip_vs_mh_reassign()
320 static int ip_vs_mh_gcd_weight(struct ip_vs_service *svc) in ip_vs_mh_gcd_weight()
341 static int ip_vs_mh_shift_weight(struct ip_vs_service *svc, int gcd) in ip_vs_mh_shift_weight()
379 static int ip_vs_mh_init_svc(struct ip_vs_service *svc) in ip_vs_mh_init_svc()
416 static void ip_vs_mh_done_svc(struct ip_vs_service *svc) in ip_vs_mh_done_svc()
428 static int ip_vs_mh_dest_changed(struct ip_vs_service *svc, in ip_vs_mh_dest_changed()
[all …]
H A Dip_vs_ctl.c345 static int ip_vs_svc_hash(struct ip_vs_service *svc) in ip_vs_svc_hash()
381 static int ip_vs_svc_unhash(struct ip_vs_service *svc) in ip_vs_svc_unhash()
411 struct ip_vs_service *svc; in __ip_vs_service_find() local
438 struct ip_vs_service *svc; in __ip_vs_svc_fwm_find() local
459 struct ip_vs_service *svc; in ip_vs_service_find() local
505 __ip_vs_bind_svc(struct ip_vs_dest *dest, struct ip_vs_service *svc) in __ip_vs_bind_svc()
511 static void ip_vs_service_free(struct ip_vs_service *svc) in ip_vs_service_free()
519 struct ip_vs_service *svc; in ip_vs_service_rcu_free() local
525 static void __ip_vs_svc_put(struct ip_vs_service *svc) in __ip_vs_svc_put()
697 ip_vs_lookup_dest(struct ip_vs_service *svc, int dest_af, in ip_vs_lookup_dest()
[all …]
H A Dip_vs_wrr.c68 static int ip_vs_wrr_gcd_weight(struct ip_vs_service *svc) in ip_vs_wrr_gcd_weight()
90 static int ip_vs_wrr_max_weight(struct ip_vs_service *svc) in ip_vs_wrr_max_weight()
105 static int ip_vs_wrr_init_svc(struct ip_vs_service *svc) in ip_vs_wrr_init_svc()
126 static void ip_vs_wrr_done_svc(struct ip_vs_service *svc) in ip_vs_wrr_done_svc()
137 static int ip_vs_wrr_dest_changed(struct ip_vs_service *svc, in ip_vs_wrr_dest_changed()
159 ip_vs_wrr_schedule(struct ip_vs_service *svc, const struct sk_buff *skb, in ip_vs_wrr_schedule()
H A Dip_vs_lblc.c104 struct ip_vs_service *svc; /* pointer back to service */ member
227 static void ip_vs_lblc_flush(struct ip_vs_service *svc) in ip_vs_lblc_flush()
245 static int sysctl_lblc_expiration(struct ip_vs_service *svc) in sysctl_lblc_expiration()
254 static inline void ip_vs_lblc_full_check(struct ip_vs_service *svc) in ip_vs_lblc_full_check()
296 struct ip_vs_service *svc = tbl->svc; in ip_vs_lblc_check_expire() local
342 static int ip_vs_lblc_init_svc(struct ip_vs_service *svc) in ip_vs_lblc_init_svc()
381 static void ip_vs_lblc_done_svc(struct ip_vs_service *svc) in ip_vs_lblc_done_svc()
399 __ip_vs_lblc_schedule(struct ip_vs_service *svc) in __ip_vs_lblc_schedule()
460 is_overloaded(struct ip_vs_dest *dest, struct ip_vs_service *svc) in is_overloaded()
480 ip_vs_lblc_schedule(struct ip_vs_service *svc, const struct sk_buff *skb, in ip_vs_lblc_schedule()
H A Dip_vs_sh.c103 ip_vs_sh_get(struct ip_vs_service *svc, struct ip_vs_sh_state *s, in ip_vs_sh_get()
120 ip_vs_sh_get_fallback(struct ip_vs_service *svc, struct ip_vs_sh_state *s, in ip_vs_sh_get_fallback()
162 ip_vs_sh_reassign(struct ip_vs_sh_state *s, struct ip_vs_service *svc) in ip_vs_sh_reassign()
227 static int ip_vs_sh_init_svc(struct ip_vs_service *svc) in ip_vs_sh_init_svc()
248 static void ip_vs_sh_done_svc(struct ip_vs_service *svc) in ip_vs_sh_done_svc()
262 static int ip_vs_sh_dest_changed(struct ip_vs_service *svc, in ip_vs_sh_dest_changed()
308 ip_vs_sh_schedule(struct ip_vs_service *svc, const struct sk_buff *skb, in ip_vs_sh_schedule()
H A Dip_vs_lblcr.c276 struct ip_vs_service *svc; /* pointer back to service */ member
393 static void ip_vs_lblcr_flush(struct ip_vs_service *svc) in ip_vs_lblcr_flush()
410 static int sysctl_lblcr_expiration(struct ip_vs_service *svc) in sysctl_lblcr_expiration()
419 static inline void ip_vs_lblcr_full_check(struct ip_vs_service *svc) in ip_vs_lblcr_full_check()
460 struct ip_vs_service *svc = tbl->svc; in ip_vs_lblcr_check_expire() local
505 static int ip_vs_lblcr_init_svc(struct ip_vs_service *svc) in ip_vs_lblcr_init_svc()
544 static void ip_vs_lblcr_done_svc(struct ip_vs_service *svc) in ip_vs_lblcr_done_svc()
562 __ip_vs_lblcr_schedule(struct ip_vs_service *svc) in __ip_vs_lblcr_schedule()
624 is_overloaded(struct ip_vs_dest *dest, struct ip_vs_service *svc) in is_overloaded()
644 ip_vs_lblcr_schedule(struct ip_vs_service *svc, const struct sk_buff *skb, in ip_vs_lblcr_schedule()
H A Dip_vs_dh.c97 ip_vs_dh_reassign(struct ip_vs_dh_state *s, struct ip_vs_service *svc) in ip_vs_dh_reassign()
151 static int ip_vs_dh_init_svc(struct ip_vs_service *svc) in ip_vs_dh_init_svc()
172 static void ip_vs_dh_done_svc(struct ip_vs_service *svc) in ip_vs_dh_done_svc()
186 static int ip_vs_dh_dest_changed(struct ip_vs_service *svc, in ip_vs_dh_dest_changed()
212 ip_vs_dh_schedule(struct ip_vs_service *svc, const struct sk_buff *skb, in ip_vs_dh_schedule()
H A Dip_vs_rr.c26 ip_vs_rr_init_svc(struct ip_vs_service * svc) ip_vs_rr_init_svc() argument
33 ip_vs_rr_del_dest(struct ip_vs_service * svc,struct ip_vs_dest * dest) ip_vs_rr_del_dest() argument
53 ip_vs_rr_schedule(struct ip_vs_service * svc,const struct sk_buff * skb,struct ip_vs_iphdr * iph) ip_vs_rr_schedule() argument
[all...]
H A Dip_vs_sched.c40 ip_vs_bind_scheduler(struct ip_vs_service * svc,struct ip_vs_scheduler * scheduler) ip_vs_bind_scheduler() argument
60 ip_vs_unbind_scheduler(struct ip_vs_service * svc,struct ip_vs_scheduler * sched) ip_vs_unbind_scheduler() argument
143 ip_vs_scheduler_err(struct ip_vs_service * svc,const char * msg) ip_vs_scheduler_err() argument
[all...]
H A Dip_vs_fo.c21 ip_vs_fo_schedule(struct ip_vs_service * svc,const struct sk_buff * skb,struct ip_vs_iphdr * iph) ip_vs_fo_schedule() argument
H A Dip_vs_wlc.c29 ip_vs_wlc_schedule(struct ip_vs_service * svc,const struct sk_buff * skb,struct ip_vs_iphdr * iph) ip_vs_wlc_schedule() argument
H A Dip_vs_lc.c24 ip_vs_lc_schedule(struct ip_vs_service * svc,const struct sk_buff * skb,struct ip_vs_iphdr * iph) ip_vs_lc_schedule() argument
H A Dip_vs_ovf.c25 ip_vs_ovf_schedule(struct ip_vs_service * svc,const struct sk_buff * skb,struct ip_vs_iphdr * iph) ip_vs_ovf_schedule() argument
H A Dip_vs_sed.c57 ip_vs_sed_schedule(struct ip_vs_service * svc,const struct sk_buff * skb,struct ip_vs_iphdr * iph) ip_vs_sed_schedule() argument
/linux/drivers/soc/qcom/
H A Dqmi_interface.c37 struct qmi_service *svc; in qmi_recv_new_server() local
77 struct qmi_service *svc; in qmi_recv_del_server() local
165 static void qmi_send_new_lookup(struct qmi_handle *qmi, struct qmi_service *svc) in qmi_send_new_lookup()
210 struct qmi_service *svc; in qmi_add_lookup() local
228 static void qmi_send_new_server(struct qmi_handle *qmi, struct qmi_service *svc) in qmi_send_new_server()
274 struct qmi_service *svc; in qmi_add_server() local
443 struct qmi_service *svc; in qmi_handle_net_reset() local
690 struct qmi_service *svc, *tmp; in qmi_handle_release() local
H A Dapr.c95 struct pkt_router_svc *svc; in gpr_alloc_port() local
126 static int pkt_router_send_svc_pkt(struct pkt_router_svc *svc, struct gpr_pkt *pkt) in pkt_router_send_svc_pkt()
193 struct pkt_router_svc *svc; in apr_do_rx_callback() local
265 struct pkt_router_svc *svc = NULL; in gpr_do_rx_callback() local
416 struct pkt_router_svc *svc; in apr_add_device() local
H A Dpdr_interface.c74 struct qmi_service *svc) in pdr_locator_new_server()
95 struct qmi_service *svc) in pdr_locator_del_server()
192 struct qmi_service *svc) in pdr_notifier_new_server()
216 struct qmi_service *svc) in pdr_notifier_del_server()
/linux/drivers/thunderbolt/
H A Ddma_test.c93 const struct tb_service *svc; member
509 struct tb_service *svc = data; in test_store() local
595 struct tb_service *svc = s->private; in status_show() local
620 static void dma_test_debugfs_init(struct tb_service *svc) in dma_test_debugfs_init()
636 static int dma_test_probe(struct tb_service *svc, const struct tb_service_id *id) in dma_test_probe()
656 static void dma_test_remove(struct tb_service *svc) in dma_test_remove()
H A Ddomain.c23 const struct tb_service *svc) in match_service_id()
53 struct tb_service *svc; in __tb_service_match() local
78 struct tb_service *svc = tb_to_service(dev); in tb_service_probe() local
90 struct tb_service *svc = tb_to_service(dev); in tb_service_remove() local
101 struct tb_service *svc; in tb_service_shutdown() local
H A Dxdomain.c907 struct tb_service *svc = container_of(dev, struct tb_service, dev); in key_show() local
917 static int get_modalias(const struct tb_service *svc, char *buf, size_t size) in get_modalias()
926 struct tb_service *svc = container_of(dev, struct tb_service, dev); in modalias_show() local
937 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcid_show() local
946 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcvers_show() local
955 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcrevs_show() local
964 struct tb_service *svc = container_of(dev, struct tb_service, dev); in prtcstns_show() local
991 const struct tb_service *svc = container_of_const(dev, struct tb_service, dev); in tb_service_uevent() local
1000 struct tb_service *svc = container_of(dev, struct tb_service, dev); in tb_service_release() local
1020 struct tb_service *svc; in remove_missing_service() local
[all …]
/linux/net/atm/
H A Dsignaling.c144 sigd_enq2(struct atm_vcc * vcc,enum atmsvc_msg_type type,struct atm_vcc * listen_vcc,const struct sockaddr_atmpvc * pvc,const struct sockaddr_atmsvc * svc,const struct atm_qos * qos,int reply) sigd_enq2() argument
181 sigd_enq(struct atm_vcc * vcc,enum atmsvc_msg_type type,struct atm_vcc * listen_vcc,const struct sockaddr_atmpvc * pvc,const struct sockaddr_atmsvc * svc) sigd_enq() argument
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c349 struct uaudio_qmi_svc *svc = uaudio_svc; in uaudio_send_disconnect_ind() local
853 struct uaudio_qmi_svc *svc = uaudio_svc; in qmi_bye_cb() local
883 struct uaudio_qmi_svc *svc; qmi_svc_disconnect_cb() local
1520 struct uaudio_qmi_svc *svc = uaudio_svc; handle_uaudio_stream_req() local
1913 struct uaudio_qmi_svc *svc; qc_usb_audio_probe() local
1957 struct uaudio_qmi_svc *svc = uaudio_svc; qc_usb_audio_remove() local
[all...]

123