Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 25 of 54) sorted by relevance

123

/linux-6.12.1/drivers/gpio/
Dgpio-cros-ec.c79 .get_info.index = gpio, in cros_ec_gpio_get_direction()
91 if (response.get_info.flags & CROS_EC_GPIO_INPUT) in cros_ec_gpio_get_direction()
94 if (response.get_info.flags & CROS_EC_GPIO_OUTPUT) in cros_ec_gpio_get_direction()
109 size_t name_len = strlen(cros_ec_gpio_prefix) + sizeof(response.get_info.name) + 1; in cros_ec_gpio_init_names()
125 params.get_info.index = i; in cros_ec_gpio_init_names()
135 response.get_info.name); in cros_ec_gpio_init_names()
/linux-6.12.1/drivers/platform/chrome/wilco_ec/
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()
/linux-6.12.1/drivers/misc/vmw_vmci/
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.buf_size); in vmci_host_do_ctx_get_cpt_state()
738 return copy_to_user(uptr, &get_info, sizeof(get_info)) ? -EFAULT : 0; in vmci_host_do_ctx_get_cpt_state()
/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/
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()
/linux-6.12.1/drivers/md/
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()
/linux-6.12.1/drivers/firmware/efi/libstub/
Drandom.c15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *,
23 u32 get_info; member
Dfile.c62 status = efi_call_proto(fh, get_info, &info_guid, &info_sz, fi); in efi_open_file()
Defistub.h643 efi_status_t (__efiapi *get_info) (efi_file_protocol_t *,
662 u32 get_info; member
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtcp_ca_unsupp_cong_op.c19 .get_info = (void *)unsupp_cong_op_get_info,
/linux-6.12.1/net/ipv4/
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()
Dtcp_dctcp.c259 .get_info = dctcp_get_info,
269 .get_info = dctcp_get_info,
Dtcp_yeah.c215 .get_info = tcp_vegas_get_info,
Dtcp_vegas.c317 .get_info = tcp_vegas_get_info,
Dtcp_westwood.c286 .get_info = tcp_westwood_info,
Dtcp_illinois.c336 .get_info = tcp_illinois_info,
Dinet_diag.c364 if (ca_ops && ca_ops->get_info) in inet_sk_diag_fill()
365 sz = ca_ops->get_info(sk, ext, &attr, &info); in inet_sk_diag_fill()
1504 .get_info = inet_diag_handler_get_info,
1512 .get_info = inet_diag_handler_get_info,
Dtcp_nv.c477 .get_info = tcpnv_get_info,
/linux-6.12.1/net/core/
Dsock_diag.c162 if (hndl->get_info) in sock_diag_broadcast_destroy_work()
163 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work()
/linux-6.12.1/include/linux/
Dsock_diag.h19 int (*get_info)(struct sk_buff *skb, struct sock *sk); member
/linux-6.12.1/include/linux/mfd/
Dkempld.h113 int (*get_info) (struct kempld_device_data *); member
/linux-6.12.1/net/mptcp/
Ddiag.c108 ops->get_info = subflow_get_info; in mptcp_diag_subflow_init()
/linux-6.12.1/drivers/media/pci/ddbridge/
Dddbridge-sx8.c59 static int get_info(struct dvb_frontend *fe) in get_info() function
113 get_info(fe); in read_status()
/linux-6.12.1/drivers/mfd/
Dkempld-core.c126 .get_info = kempld_get_info_generic,
275 ret = pdata->get_info(pld); in kempld_get_info()
/linux-6.12.1/drivers/net/ethernet/neterion/
Ds2io.c2893 struct rx_curr_get_info get_info, put_info; in rx_intr_handler() local
2904 get_info = ring_data->rx_curr_get_info; in rx_intr_handler()
2905 get_block = get_info.block_index; in rx_intr_handler()
2908 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr; in rx_intr_handler()
2916 (get_info.offset + 1) == put_info.offset) { in rx_intr_handler()
2947 get_info.offset++; in rx_intr_handler()
2948 ring_data->rx_curr_get_info.offset = get_info.offset; in rx_intr_handler()
2950 rxds[get_info.offset].virt_addr; in rx_intr_handler()
2951 if (get_info.offset == rxd_count[ring_data->rxd_mode]) { in rx_intr_handler()
2952 get_info.offset = 0; in rx_intr_handler()
[all …]
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/
D82571.c1889 .get_info = e1000e_get_phy_info_igp,
1907 .get_info = e1000e_get_phy_info_m88,
1925 .get_info = e1000e_get_phy_info_m88,

123