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

123

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtcp_ca_unsupp_cong_op.c19 .get_info = (void *)unsupp_cong_op_get_info,
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.h29 void (*get_info) (struct qlcnic_dcb *); member in struct:qlcnic_dcb_ops
77 if (dcb && dcb->ops->get_info)
78 dcb->ops->get_info(dcb);
/linux-master/drivers/gpio/
H A Dgpio-cros-ec.c78 .get_info.index = gpio,
90 if (response.get_info.flags & CROS_EC_GPIO_INPUT)
93 if (response.get_info.flags & CROS_EC_GPIO_OUTPUT)
108 size_t name_len = strlen(cros_ec_gpio_prefix) + sizeof(response.get_info.name) + 1;
124 params.get_info.index = i;
134 response.get_info.name);
/linux-master/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) function
128 return get_info(dev, buf, CMD_GET_EC_LABEL);
136 return get_info(dev, buf, CMD_GET_EC_REV);
144 return get_info(dev, buf, CMD_GET_EC_BUILD_DATE);
152 return get_info(dev, buf, CMD_GET_EC_MODEL);
/linux-master/drivers/firmware/efi/libstub/
H A Drandom.c15 efi_status_t (__efiapi *get_info)(efi_rng_protocol_t *, member in struct:efi_rng_protocol::__anon358
23 u32 get_info; member in struct:efi_rng_protocol::__anon359
H A Dfile.c62 status = efi_call_proto(fh, get_info, &info_guid, &info_sz, fi);
/linux-master/drivers/md/
H A Ddm-snap-persistent.c568 static struct pstore *get_info(struct dm_exception_store *store) function
578 struct pstore *ps = get_info(store);
594 struct pstore *ps = get_info(store);
615 struct pstore *ps = get_info(store);
677 struct pstore *ps = get_info(store);
703 struct pstore *ps = get_info(store);
767 struct pstore *ps = get_info(store);
813 struct pstore *ps = get_info(store);
844 struct pstore *ps = get_info(store);
/linux-master/include/linux/mfd/
H A Dkempld.h104 * @get_info: PLD specific get_info callback
113 int (*get_info) (struct kempld_device_data *); member in struct:kempld_platform_data
/linux-master/include/linux/
H A Dsock_diag.h19 int (*get_info)(struct sk_buff *skb, struct sock *sk); member in struct:sock_diag_handler
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_host.c713 struct vmci_ctx_chkpt_buf_info get_info; local
723 if (copy_from_user(&get_info, uptr, sizeof(get_info)))
727 get_info.result = vmci_ctx_get_chkpt_state(cid, get_info.cpt_type,
728 &get_info.buf_size, &cpt_buf);
729 if (get_info.result == VMCI_SUCCESS && get_info.buf_size) {
730 void __user *ubuf = (void __user *)(uintptr_t)get_info.cpt_buf;
731 retval = copy_to_user(ubuf, cpt_buf, get_info
[all...]
/linux-master/net/mptcp/
H A Ddiag.c108 ops->get_info = subflow_get_info;
/linux-master/net/ipv4/
H A Dtcp_dctcp.c248 .get_info = dctcp_get_info,
258 .get_info = dctcp_get_info,
H A Dtcp_diag.c99 if (ulp_ops->get_info)
100 err = ulp_ops->get_info(sk, skb);
H A Dtcp_yeah.c215 .get_info = tcp_vegas_get_info,
H A Dtcp_vegas.c317 .get_info = tcp_vegas_get_info,
H A Dtcp_westwood.c286 .get_info = tcp_westwood_info,
H A Dtcp_illinois.c336 .get_info = tcp_illinois_info,
H A Dtcp_nv.c477 .get_info = tcpnv_get_info,
H A Dbpf_tcp_ca.c18 offsetof(struct tcp_congestion_ops, get_info),
/linux-master/net/core/
H A Dsock_diag.c162 if (hndl->get_info)
163 err = hndl->get_info(skb, sk);
/linux-master/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c59 static int get_info(struct dvb_frontend *fe) function
113 get_info(fe);
/linux-master/drivers/mfd/
H A Dkempld-core.c123 .get_info = kempld_get_info_generic,
281 ret = pdata->get_info(pld);
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c2893 struct rx_curr_get_info get_info, put_info; local
2904 get_info = ring_data->rx_curr_get_info;
2905 get_block = get_info.block_index;
2908 rxdp = ring_data->rx_blocks[get_block].rxds[get_info.offset].virt_addr;
2916 (get_info.offset + 1) == put_info.offset) {
2947 get_info.offset++;
2948 ring_data->rx_curr_get_info.offset = get_info.offset;
2950 rxds[get_info.offset].virt_addr;
2951 if (get_info.offset == rxd_count[ring_data->rxd_mode]) {
2952 get_info
3000 struct tx_curr_get_info get_info, put_info; local
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A 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,
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.h389 void (*get_info)(void *mac_drv, struct mac_info *mac_info); member in struct:mac_driver

Completed in 236 milliseconds

123