Searched refs:description (Results 1 - 25 of 388) sorted by last modified time

1234567891011>>

/linux-master/drivers/usb/host/
H A Dohci-hcd.c1192 .description = hcd_name,
H A Dxhci.c5333 .description = "xhci-hcd",
H A Dxhci-pci.c179 hcd->driver->description, hcd->self.busnum);
H A Dsl811-hcd.c1548 .description = hcd_name,
/linux-master/drivers/nvme/target/
H A Dtcp.c1145 u8 ctype, level, description; local
1155 tls_alert_recv(queue->sock->sk, msg, &level, &description);
1158 queue->idx, description);
1162 queue->idx, description);
/linux-master/net/sunrpc/
H A Dxprtsock.c365 u8 level, description; local
378 tls_alert_recv(sock->sk, msg, &level, &description);
H A Dsvcsock.c235 u8 level, description; local
248 tls_alert_recv(sock->sk, msg, &level, &description);
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c931 .description = "WWAN/QMI device",
940 .description = "WWAN/QMI device",
H A Dax88179_178a.c1690 .description = "ASIX AX88179 USB 3.0 Gigabit Ethernet",
1702 .description = "ASIX AX88178A USB 2.0 Gigabit Ethernet",
1714 .description = "Cypress GX3 SuperSpeed to Gigabit Ethernet Controller",
1727 .description = "D-Link DUB-1312 USB 3.0 to Gigabit Ethernet Adapter",
1740 .description = "Sitecom USB 3.0 to Gigabit Adapter",
1753 .description = "Samsung USB Ethernet Adapter",
1766 .description = "Lenovo OneLinkDock Gigabit LAN",
1779 .description = "Belkin USB Ethernet Adapter",
1792 .description = "Toshiba USB Ethernet Adapter",
1805 .description
[all...]
/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A Dpapr_vpd.c302 const char *description; member in struct:vpd_test
308 .description = "open/close " DEVPATH,
312 .description = "ensure EINVAL on unterminated location code",
316 .description = "ensure EFAULT on bad handle addr",
320 .description = "get handle for all VPD"
324 .description = "close handle without consuming VPD"
328 .description = "read all VPD one byte at a time"
332 .description = "ensure re-read yields same results"
336 .description = "get handle for system VPD"
347 if (test_harness(t->function, t->description))
[all...]
/linux-master/fs/bcachefs/
H A Dsuper.c2155 #define BCH_DEBUG_PARAM(name, description) \
2158 MODULE_PARM_DESC(name, description);
H A Dbcachefs.h415 #define BCH_DEBUG_PARAM(name, description) extern bool bch2_##name;
420 #define BCH_DEBUG_PARAM(name, description) static const __maybe_unused bool bch2_##name;
/linux-master/drivers/usb/serial/
H A Doption.c2344 .description = "GSM modem (1-port)",
H A Dkeyspan.c3007 .description = "Keyspan - (without firmware)",
3018 .description = "Keyspan 1 port adapter",
3042 .description = "Keyspan 2 port adapter",
3066 .description = "Keyspan 4 port adapter",
H A Dftdi_sio.c2354 /* See ftdi_sio.h for description of what is reset */
2878 .description = "FTDI USB Serial Device",
/linux-master/security/
H A Dsecurity.c3232 * @description: text description of data, specific to the id value
3243 char *description)
3245 return call_int_hook(kernel_post_load_data, buf, size, id, description);
3241 security_kernel_post_load_data(char *buf, loff_t size, enum kernel_load_data_id id, char *description) argument
/linux-master/scripts/
H A Dkernel-doc219 STATE_BODY_MAYBE => 2, # body - or maybe more description
262 '\s*(\@[.\w]+|\@\.\.\.|description|context|returns?|notes?|examples?)\s*:([^:].*)?$';
334 } elsif ($cmd eq "Wshort-desc" or $cmd eq "Wshort-description") {
1372 emit_warning("${file}:$.", "Excess enum value '$k' description in '$declaration_name'\n");
1605 # warn if parameter has no description
1664 "description in '$decl_name'\n");
1670 "description in '$decl_name'\n");
1693 "No description found for return value of " .
2032 # STATE_NAME: Looking for the "name - description" line
2064 # Look for foo() or static void foo() - description; o
[all...]
H A Dbpf_doc.py35 An object representing the description of an aspect of the eBPF API.
37 @desc: textual description of the symbol
38 @ret: (optional) description of any associated return value
48 An object representing the description of an eBPF helper function.
50 @desc: textual description of the helper function
51 @ret: description of the return value of the helper function
147 raise Exception("No description section found for " + proto)
166 raise Exception("No description found for " + proto)
174 # Return value description can be several lines, some of them possibly
258 # number of unique function names present in description an
[all...]
/linux-master/drivers/usb/typec/
H A Dclass.c350 static DEVICE_ATTR_RO(description);
H A Dbus.c442 static DEVICE_ATTR_RO(description);
/linux-master/drivers/usb/dwc2/
H A Dhcd.c4995 .description = "dwc2_hsotg",
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py2603 parser = argparse.ArgumentParser(description='Netlink simple parsing generator')
/linux-master/tools/testing/selftests/devices/
H A Dksft.py39 def _test_print(result, description, directive=None):
46 print(f"{result} {ksft_test_number} {description} {directive_str}")
50 def test_result_pass(description):
51 _test_print("ok", description)
55 def test_result_fail(description):
56 _test_print("not ok", description)
60 def test_result_skip(description):
61 _test_print("ok", description, "SKIP")
65 def test_result(condition, description=""):
67 test_result_pass(description)
[all...]
/linux-master/scripts/package/
H A Dkernel.spec24 %description
32 %description headers
44 %description -n kernel-devel
/linux-master/drivers/usb/core/
H A Dhcd.c442 init_utsname()->release, hcd->driver->description);
2719 hcd->driver->description, hcd->self.busnum);

Completed in 348 milliseconds

1234567891011>>