Home
last modified time | relevance | path

Searched refs:lst (Results 1 – 7 of 7) sorted by relevance

/drivers/media/usb/pvrusb2/
Dpvrusb2-devattr.c65 .client_table.lst = pvr2_cli_29xxx,
67 .fx2_firmware.lst = pvr2_fw1_names_29xxx,
99 .client_table.lst = pvr2_cli_24xxx,
101 .fx2_firmware.lst = pvr2_fw1_names_24xxx,
129 .client_table.lst = pvr2_cli_gotview_2,
150 .client_table.lst = pvr2_cli_gotview_2,
173 .client_table.lst = pvr2_cli_av400,
228 .client_table.lst = pvr2_cli_onair_creator,
288 .client_table.lst = pvr2_cli_onair_usb2,
382 .client_table.lst = pvr2_cli_73xxx,
[all …]
Dpvrusb2-devattr.h59 const struct pvr2_device_client_desc *lst; member
65 const char **lst; member
Dpvrusb2-hdw.c1447 hdw->hdw_desc->fx2_firmware.lst); in pvr2_upload_firmware1()
2102 request_module(cm->lst[idx]); in pvr2_hdw_load_modules()
2107 if (pvr2_hdw_load_subdev(hdw, &ct->lst[idx]) < 0) okFl = 0; in pvr2_hdw_load_modules()
/drivers/char/tpm/
Dtpm_eventlog.c448 void tpm_bios_log_teardown(struct dentry **lst) in tpm_bios_log_teardown() argument
453 securityfs_remove(lst[i]); in tpm_bios_log_teardown()
/drivers/staging/rdma/ipath/
Dipath_iba6110.c1100 u64 lst, u64 ltst) in ipath_setup_ht_setextled() argument
1115 lst = (dd->ipath_led_override & IPATH_LED_LOG) in ipath_setup_ht_setextled()
1135 if (lst == INFINIPATH_IBCS_L_STATE_ACTIVE) in ipath_setup_ht_setextled()
1143 if (lst == INFINIPATH_IBCS_L_STATE_ACTIVE) in ipath_setup_ht_setextled()
/drivers/infiniband/hw/qib/
Dqib_iba6120.c1449 u64 extctl, val, lst, ltst; in qib_6120_setup_setextled() local
1464 lst = (ppd->led_override & QIB_LED_LOG) ? in qib_6120_setup_setextled()
1469 lst = qib_6120_iblink_state(val); in qib_6120_setup_setextled()
1472 lst = 0; in qib_6120_setup_setextled()
1481 if (lst == IB_PORT_ACTIVE) in qib_6120_setup_setextled()
Dqib_iba7220.c1735 u64 extctl, ledblink = 0, val, lst, ltst; in qib_setup_7220_setextled() local
1748 lst = (ppd->led_override & QIB_LED_LOG) ? in qib_setup_7220_setextled()
1753 lst = qib_7220_iblink_state(val); in qib_setup_7220_setextled()
1756 lst = 0; in qib_setup_7220_setextled()
1772 if (lst == IB_PORT_ACTIVE) in qib_setup_7220_setextled()