| /Linux-v5.15/drivers/platform/chrome/wilco_ec/ |
| D | sysfs.c | 103 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()
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_dcb.h | 29 void (*get_info) (struct qlcnic_dcb *); member 82 if (dcb && dcb->ops->get_info) in qlcnic_dcb_get_info() 83 dcb->ops->get_info(dcb); in qlcnic_dcb_get_info()
|
| /Linux-v5.15/drivers/misc/vmw_vmci/ |
| D | vmci_host.c | 705 struct vmci_ctx_chkpt_buf_info get_info; in vmci_host_do_ctx_get_cpt_state() local 715 if (copy_from_user(&get_info, uptr, sizeof(get_info))) in vmci_host_do_ctx_get_cpt_state() 719 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type, in vmci_host_do_ctx_get_cpt_state() 720 &get_info.buf_size, &cpt_buf); in vmci_host_do_ctx_get_cpt_state() 721 if (get_info.result == VMCI_SUCCESS && get_info.buf_size) { in vmci_host_do_ctx_get_cpt_state() 722 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf; in vmci_host_do_ctx_get_cpt_state() 723 retval = copy_to_user(ubuf, cpt_buf, get_info.buf_size); in vmci_host_do_ctx_get_cpt_state() 730 return copy_to_user(uptr, &get_info, sizeof(get_info)) ? -EFAULT : 0; in vmci_host_do_ctx_get_cpt_state()
|
| /Linux-v5.15/drivers/md/ |
| D | dm-snap-persistent.c | 563 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()
|
| /Linux-v5.15/drivers/firmware/efi/libstub/ |
| D | random.c | 15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *, 23 u32 get_info; member
|
| D | file.c | 54 status = fh->get_info(fh, &info_guid, &info_sz, fi); in efi_open_file()
|
| /Linux-v5.15/net/ipv4/ |
| D | tcp_dctcp.c | 224 .get_info = dctcp_get_info, 234 .get_info = dctcp_get_info,
|
| D | tcp_diag.c | 99 if (ulp_ops->get_info) in tcp_diag_put_ulp() 100 err = ulp_ops->get_info(sk, skb); in tcp_diag_put_ulp()
|
| D | tcp_yeah.c | 215 .get_info = tcp_vegas_get_info,
|
| D | tcp_vegas.c | 316 .get_info = tcp_vegas_get_info,
|
| D | tcp_westwood.c | 285 .get_info = tcp_westwood_info,
|
| D | inet_diag.c | 357 if (ca_ops && ca_ops->get_info) in inet_sk_diag_fill() 358 sz = ca_ops->get_info(sk, ext, &attr, &info); in inet_sk_diag_fill() 1401 .get_info = inet_diag_handler_get_info, 1408 .get_info = inet_diag_handler_get_info,
|
| D | tcp_illinois.c | 334 .get_info = tcp_illinois_info,
|
| D | bpf_tcp_ca.c | 29 offsetof(struct tcp_congestion_ops, get_info),
|
| D | tcp_nv.c | 478 .get_info = tcpnv_get_info,
|
| /Linux-v5.15/include/linux/mfd/ |
| D | kempld.h | 113 int (*get_info) (struct kempld_device_data *); member
|
| /Linux-v5.15/include/linux/ |
| D | sock_diag.h | 18 int (*get_info)(struct sk_buff *skb, struct sock *sk); member
|
| /Linux-v5.15/net/core/ |
| D | sock_diag.c | 139 if (hndl && hndl->get_info) in sock_diag_broadcast_destroy_work() 140 err = hndl->get_info(skb, sk); in sock_diag_broadcast_destroy_work()
|
| /Linux-v5.15/net/mptcp/ |
| D | diag.c | 102 ops->get_info = subflow_get_info; in mptcp_diag_subflow_init()
|
| /Linux-v5.15/drivers/media/pci/ddbridge/ |
| D | ddbridge-sx8.c | 68 static int get_info(struct dvb_frontend *fe) in get_info() function 122 get_info(fe); in read_status()
|
| /Linux-v5.15/drivers/net/ethernet/neterion/ |
| D | s2io.c | 2892 struct rx_curr_get_info get_info, put_info; in rx_intr_handler() local 2903 get_info = ring_data->rx_curr_get_info; in rx_intr_handler() 2904 get_block = get_info.block_index; in rx_intr_handler() 2907 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr; in rx_intr_handler() 2915 (get_info.offset + 1) == put_info.offset) { in rx_intr_handler() 2946 get_info.offset++; in rx_intr_handler() 2947 ring_data->rx_curr_get_info.offset = get_info.offset; in rx_intr_handler() 2949 rxds[get_info.offset].virt_addr; in rx_intr_handler() 2950 if (get_info.offset == rxd_count[ring_data->rxd_mode]) { in rx_intr_handler() 2951 get_info.offset = 0; in rx_intr_handler() [all …]
|
| /Linux-v5.15/drivers/mfd/ |
| D | kempld-core.c | 123 .get_info = kempld_get_info_generic, 281 ret = pdata->get_info(pld); in kempld_get_info()
|
| /Linux-v5.15/drivers/net/ethernet/intel/e1000e/ |
| D | 82571.c | 1890 .get_info = e1000e_get_phy_info_igp, 1908 .get_info = e1000e_get_phy_info_m88, 1926 .get_info = e1000e_get_phy_info_m88,
|
| D | e1000.h | 571 return hw->phy.ops.get_info(hw); in e1000_get_phy_info()
|
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns/ |
| D | hns_dsaf_mac.h | 389 void (*get_info)(void *mac_drv, struct mac_info *mac_info); member
|