Searched refs:function_id (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/sound/hda/ |
H A D | hdac_device.c | 327 int i, total_nodes, function_id; setup_fg_nodes() local 332 function_id = snd_hdac_read_parm(codec, nid, setup_fg_nodes() 334 switch (function_id & 0xff) { setup_fg_nodes() 337 codec->afg_function_id = function_id & 0xff; setup_fg_nodes() 338 codec->afg_unsol = (function_id >> 8) & 1; setup_fg_nodes() 342 codec->mfg_function_id = function_id & 0xff; setup_fg_nodes() 343 codec->mfg_unsol = (function_id >> 8) & 1; setup_fg_nodes()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | hwxfsleep.c | 53 static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id); 229 * function_id - Sleep, wake_prep, or Wake 237 static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id) acpi_hw_sleep_dispatch() argument 241 &acpi_sleep_dispatch[function_id]; acpi_hw_sleep_dispatch()
|
/linux-4.1.27/arch/s390/pci/ |
H A D | pci_sysfs.c | 25 zpci_attr(function_id, "0x%08x\n", fid);
|
Completed in 109 milliseconds