Searched refs:dash (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
A D | fault.c | 114 char *dash; in fault_opcodes_write() local 126 dash = strchr(token, '-'); in fault_opcodes_write() 127 if (dash) in fault_opcodes_write() 128 *dash = '\0'; in fault_opcodes_write() 131 if (dash) { in fault_opcodes_write() 132 token = dash + 1; in fault_opcodes_write()
|
/linux/drivers/hwmon/ |
A D | mc13783-adc.c | 232 char *dash; in mc13783_adc_probe() local 240 dash = strchr(priv->name, '-'); in mc13783_adc_probe() 241 if (dash) in mc13783_adc_probe() 242 *dash = '\0'; in mc13783_adc_probe()
|
/linux/arch/arm/mach-mstar/ |
A D | Kconfig | 25 Support for MStar/Sigmastar mercury dash camera SoCs.
|
/linux/tools/testing/selftests/sparc64/drivers/ |
A D | adi-test.c | 154 char *dash, *end_ptr; in build_memory_map() local 160 dash = strstr(line, "-"); in build_memory_map() 161 dash[0] = 0x20; in build_memory_map()
|
/linux/tools/testing/selftests/ftrace/ |
A D | README | 38 * The test cases should run on dash (busybox shell) for testing on
|
/linux/Documentation/devicetree/bindings/net/can/ |
A D | bosch,m_can.yaml | 12 - Sriram Dash <sriram.dash@samsung.com>
|
/linux/Documentation/driver-api/media/ |
A D | v4l2-device.rst | 36 a dash: ``cx18-0``, ``cx18-1``, etc. This function returns the instance number.
|
/linux/Documentation/admin-guide/ |
A D | bootconfig.rst | 30 Each key word must contain only alphabets, numbers, dash (``-``) or underscore
|
/linux/Documentation/admin-guide/LSM/ |
A D | Smack.rst | 544 valid letters (rwxatbRWXATB) and the dash ('-') character are allowed in 545 access specifications. The dash is a placeholder, so "a-r" is the same 546 as "ar". A lone dash is used to specify that no access should be allowed.
|
/linux/Documentation/core-api/ |
A D | printk-formats.rst | 312 the ``M`` specifier to use dash (-) separators instead of the default
|
/linux/Documentation/admin-guide/laptops/ |
A D | laptop-mode.rst | 203 * In syslog.conf, you can prefix entries with a dash `-` to omit syncing the
|
Completed in 21 milliseconds