Searched refs:argument (Results 1 – 16 of 16) sorted by relevance
/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.c | 853 enum pin_config_param argument; in abx500_pin_config_set() local 857 argument = pinconf_to_config_argument(configs[i]); in abx500_pin_config_set() 863 (argument ? "high" : "low") : in abx500_pin_config_set() 864 (argument ? "pull up" : "pull down")); in abx500_pin_config_set() 893 argument ? ABX500_GPIO_PULL_DOWN : in abx500_pin_config_set() 910 argument); in abx500_pin_config_set()
|
/drivers/atm/ |
D | Kconfig | 227 module argument. See the file <file:drivers/atm/idt77252.h> for 262 module argument (kernel command line argument as well?), changed 286 module argument (kernel command line argument as well?), changed 319 module argument (kernel command line argument as well?), changed
|
/drivers/gpu/drm/amd/pm/swsmu/ |
D | smu_cmn.h | 78 int argument,
|
D | smu_cmn.c | 578 int argument, in smu_cmn_update_table() argument 607 table_id | ((argument & 0xFFFF) << 16), in smu_cmn_update_table()
|
/drivers/acpi/acpica/ |
D | exoparg3.c | 74 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R()
|
D | acstruct.h | 128 struct acpi_object_integer *argument; member
|
/drivers/platform/x86/ |
D | sony-laptop.c | 897 static int sony_call_snc_handle(int handle, int argument, int *result) in sony_call_snc_handle() argument 905 arg = offset | argument; in sony_call_snc_handle() 1594 int argument = sony_rfkill_address[(long) data] + 0x100; in sony_nc_rfkill_set() local 1597 argument |= 0x070000; in sony_nc_rfkill_set() 1599 return sony_call_snc_handle(sony_rfkill_handle, argument, &result); in sony_nc_rfkill_set() 1680 int argument = sony_rfkill_address[i]; in sony_nc_rfkill_update() local 1692 sony_call_snc_handle(sony_rfkill_handle, argument, &result); in sony_nc_rfkill_update()
|
/drivers/tty/serial/8250/ |
D | Kconfig | 421 This option replaces the "console=ttyO" argument with the matching 422 ttyS argument if the user did not specified it on the command line. 428 argument. If you read this, please keep this option disabled and
|
/drivers/block/ |
D | sunvdc.c | 144 unsigned command, unsigned long argument) in vdc_ioctl() argument 153 if (put_user(0, (char __user *)(argument + i))) in vdc_ioctl()
|
D | xen-blkfront.c | 513 unsigned command, unsigned long argument) in blkif_ioctl() argument 519 command, (long)argument); in blkif_ioctl() 525 if (put_user(0, (char __user *)(argument + i))) in blkif_ioctl()
|
/drivers/net/can/ |
D | Kconfig | 66 bit-rate specified via Netlink argument "bitrate" when the device
|
/drivers/staging/greybus/Documentation/ |
D | sysfs-bus-greybus | 29 Writing a non-zero argument to this attibute disables the
|
/drivers/firmware/efi/ |
D | Kconfig | 139 invoked with a string argument NNN, "NNN" is copied to the
|
/drivers/xen/ |
D | Kconfig | 201 from the default device drivers. The argument is the list of PCI BDFs:
|
/drivers/firmware/ |
D | Kconfig | 125 you must specify the "console=hcdp" kernel boot argument.
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 57 MLX5_SET(access_register_in, in, argument, arg); in mlx5_core_access_reg()
|