Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 16 of 16) sorted by relevance

/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c853 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/
DKconfig227 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/
Dsmu_cmn.h78 int argument,
Dsmu_cmn.c578 int argument, in smu_cmn_update_table() argument
607 table_id | ((argument & 0xFFFF) << 16), in smu_cmn_update_table()
/drivers/acpi/acpica/
Dexoparg3.c74 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R()
Dacstruct.h128 struct acpi_object_integer *argument; member
/drivers/platform/x86/
Dsony-laptop.c897 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/
DKconfig421 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/
Dsunvdc.c144 unsigned command, unsigned long argument) in vdc_ioctl() argument
153 if (put_user(0, (char __user *)(argument + i))) in vdc_ioctl()
Dxen-blkfront.c513 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/
DKconfig66 bit-rate specified via Netlink argument "bitrate" when the device
/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus29 Writing a non-zero argument to this attibute disables the
/drivers/firmware/efi/
DKconfig139 invoked with a string argument NNN, "NNN" is copied to the
/drivers/xen/
DKconfig201 from the default device drivers. The argument is the list of PCI BDFs:
/drivers/firmware/
DKconfig125 you must specify the "console=hcdp" kernel boot argument.
/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c57 MLX5_SET(access_register_in, in, argument, arg); in mlx5_core_access_reg()