Home
last modified time | relevance | path

Searched refs:get_info (Results 1 - 25 of 104) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/
H A Dsysfs.c103 static ssize_t get_info(struct device *dev, char *buf, enum get_ec_info_op op) in get_info() function
129 return get_info(dev, buf, CMD_GET_EC_LABEL); in version_show()
137 return get_info(dev, buf, CMD_GET_EC_REV); in build_revision_show()
145 return get_info(dev, buf, CMD_GET_EC_BUILD_DATE); in build_date_show()
153 return get_info(dev, buf, CMD_GET_EC_MODEL); in model_number_show()
/kernel/linux/linux-6.6/drivers/platform/chrome/wilco_ec/
H A Dsysfs.c103 static ssize_t get_info(struct device *dev, char *buf, enum get_ec_info_op op) in get_info() function
128 return get_info(dev, buf, CMD_GET_EC_LABEL); in version_show()
136 return get_info(dev, buf, CMD_GET_EC_REV); in build_revision_show()
144 return get_info(dev, buf, CMD_GET_EC_BUILD_DATE); in build_date_show()
152 return get_info(dev, buf, CMD_GET_EC_MODEL); in model_number_show()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.h29 void (*get_info) (struct qlcnic_dcb *); member
77 if (dcb && dcb->ops->get_info) in qlcnic_dcb_get_info()
78 dcb->ops->get_info(dcb); in qlcnic_dcb_get_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.h29 void (*get_info) (struct qlcnic_dcb *); member
77 if (dcb && dcb->ops->get_info) in qlcnic_dcb_get_info()
78 dcb->ops->get_info(dcb); in qlcnic_dcb_get_info()
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_host.c711 struct vmci_ctx_chkpt_buf_info get_info; in vmci_host_do_ctx_get_cpt_state() local
721 if (copy_from_user(&get_info, uptr, sizeof(get_info))) in vmci_host_do_ctx_get_cpt_state()
725 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
726 &get_info.buf_size, &cpt_buf); in vmci_host_do_ctx_get_cpt_state()
727 if (get_info.result == VMCI_SUCCESS && get_info.buf_size) { in vmci_host_do_ctx_get_cpt_state()
728 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf; in vmci_host_do_ctx_get_cpt_state()
729 retval = copy_to_user(ubuf, cpt_buf, get_info in vmci_host_do_ctx_get_cpt_state()
[all...]
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_host.c713 struct vmci_ctx_chkpt_buf_info get_info; in vmci_host_do_ctx_get_cpt_state() local
723 if (copy_from_user(&get_info, uptr, sizeof(get_info))) in vmci_host_do_ctx_get_cpt_state()
727 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state()
728 &get_info.buf_size, &cpt_buf); in vmci_host_do_ctx_get_cpt_state()
729 if (get_info.result == VMCI_SUCCESS && get_info.buf_size) { in vmci_host_do_ctx_get_cpt_state()
730 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf; in vmci_host_do_ctx_get_cpt_state()
731 retval = copy_to_user(ubuf, cpt_buf, get_info in vmci_host_do_ctx_get_cpt_state()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap-persistent.c563 static struct pstore *get_info(struct dm_exception_store *store) in get_info() function
573 struct pstore *ps = get_info(store); in persistent_usage()
589 struct pstore *ps = get_info(store); in persistent_dtr()
610 struct pstore *ps = get_info(store); in persistent_read_metadata()
672 struct pstore *ps = get_info(store); in persistent_prepare_exception()
698 struct pstore *ps = get_info(store); in persistent_commit_exception()
762 struct pstore *ps = get_info(store); in persistent_prepare_merge()
808 struct pstore *ps = get_info(store); in persistent_commit_merge()
839 struct pstore *ps = get_info(store); in persistent_drop_snapshot()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap-persistent.c568 static struct pstore *get_info(struct dm_exception_store *store) in get_info() function
578 struct pstore *ps = get_info(store); in persistent_usage()
594 struct pstore *ps = get_info(store); in persistent_dtr()
615 struct pstore *ps = get_info(store); in persistent_read_metadata()
677 struct pstore *ps = get_info(store); in persistent_prepare_exception()
703 struct pstore *ps = get_info(store); in persistent_commit_exception()
767 struct pstore *ps = get_info(store); in persistent_prepare_merge()
813 struct pstore *ps = get_info(store); in persistent_commit_merge()
844 struct pstore *ps = get_info(store); in persistent_drop_snapshot()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Drandom.c15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *, member
23 u32 get_info; member
H A Dfile.c54 status = fh->get_info(fh, &info_guid, &info_sz, fi); in efi_open_file()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Drandom.c15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *, member
23 u32 get_info; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_unsupp_cong_op.c19 .get_info = (void *)unsupp_cong_op_get_info,
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_dctcp.c224 .get_info = dctcp_get_info,
234 .get_info = dctcp_get_info,
H A Dtcp_diag.c99 if (ulp_ops->get_info) in tcp_diag_put_ulp()
100 err = ulp_ops->get_info(sk, skb); in tcp_diag_put_ulp()
H A Dtcp_yeah.c215 .get_info = tcp_vegas_get_info,
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_diag.c99 if (ulp_ops->get_info) in tcp_diag_put_ulp()
100 err = ulp_ops->get_info(sk, skb); in tcp_diag_put_ulp()
H A Dtcp_dctcp.c248 .get_info = dctcp_get_info,
258 .get_info = dctcp_get_info,
/kernel/linux/linux-5.10/include/linux/
H A Dsock_diag.h18 int (*get_info)(struct sk_buff *skb, struct sock *sk); member
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dkempld.h104 * @get_info: PLD specific get_info callback
113 int (*get_info) (struct kempld_device_data *); member
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dkempld.h104 * @get_info: PLD specific get_info callback
113 int (*get_info) (struct kempld_device_data *); member
/kernel/linux/linux-6.6/include/linux/
H A Dsock_diag.h18 int (*get_info)(struct sk_buff *skb, struct sock *sk); member
/kernel/linux/linux-5.10/net/core/
H A Dsock_diag.c139 if (hndl && hndl->get_info) in sock_diag_broadcast_destroy_work()
140 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work()
/kernel/linux/linux-6.6/net/core/
H A Dsock_diag.c143 if (hndl && hndl->get_info) in sock_diag_broadcast_destroy_work()
144 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work()
/kernel/linux/linux-5.10/net/mptcp/
H A Ddiag.c102 ops->get_info = subflow_get_info; in mptcp_diag_subflow_init()
/kernel/linux/linux-6.6/net/mptcp/
H A Ddiag.c109 ops->get_info = subflow_get_info; in mptcp_diag_subflow_init()

Completed in 15 milliseconds

12345