Lines Matching defs:arg
832 int i, r, result, arg;
839 arg = i + 0x20;
840 r = sony_nc_int_call(sony_nc_acpi_handle, "SN00", &arg,
898 int arg, ret = 0;
904 arg = offset | argument;
905 ret = sony_nc_int_call(sony_nc_acpi_handle, "SN07", &arg, result);
906 dprintk("called SN07 with 0x%.4x (result: 0x%.4x)\n", arg, *result);
1018 int arg = bd->props.brightness + 1;
1019 return sony_nc_int_call(sony_nc_acpi_handle, "SBRT", &arg, NULL);
1191 unsigned int arg = 0;
1262 arg = 1 << offset;
1263 sony_nc_int_call(sony_nc_acpi_handle, "SN05", &arg, &result);
1295 unsigned int i, result, bitmask, arg;
1417 arg = 0x10;
1418 if (!sony_nc_int_call(sony_nc_acpi_handle, "SN00", &arg, &bitmask))
1506 unsigned int i, result, bitmask, arg;
1540 arg = 0x10;
1541 if (!sony_nc_int_call(sony_nc_acpi_handle, "SN00", &arg, &bitmask))
1564 int arg = 1;
1565 if (sony_nc_int_call(sony_nc_acpi_handle, "ECON", &arg, NULL))
3196 int arg = 1;
3197 if (sony_nc_int_call(sony_nc_acpi_handle, "ECON", &arg, NULL))
4121 unsigned long arg)
4124 void __user *argp = (void __user *)arg;