Home
last modified time | relevance | path

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

/drivers/media/video/pvrusb2/
Dpvrusb2-devattr.c64 .client_table.lst = pvr2_cli_29xxx,
66 .fx2_firmware.lst = pvr2_fw1_names_29xxx,
97 .client_table.lst = pvr2_cli_24xxx,
99 .fx2_firmware.lst = pvr2_fw1_names_24xxx,
127 .client_table.lst = pvr2_cli_gotview_2,
148 .client_table.lst = pvr2_cli_gotview_2,
171 .client_table.lst = pvr2_cli_av400,
226 .client_table.lst = pvr2_cli_onair_creator,
286 .client_table.lst = pvr2_cli_onair_usb2,
379 .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.c1478 hdw->hdw_desc->fx2_firmware.lst); in pvr2_upload_firmware1()
2149 request_module(cm->lst[idx]); in pvr2_hdw_load_modules()
2154 if (pvr2_hdw_load_subdev(hdw, &ct->lst[idx]) < 0) okFl = 0; in pvr2_hdw_load_modules()
/drivers/staging/ozwpan/
Dozevent.c65 int oz_events_copy(struct oz_evtlist __user *lst) in oz_events_copy() argument
81 if (copy_to_user((void __user *)lst, &hdr, sizeof(hdr))) in oz_events_copy()
88 void __user *p = (void __user *)lst->evts; in oz_events_copy()
92 p = (void __user *)&lst->evts[first]; in oz_events_copy()
Dozevent.h21 int oz_events_copy(struct oz_evtlist __user *lst);
/drivers/char/tpm/
Dtpm_bios.c548 void tpm_bios_log_teardown(struct dentry **lst) in tpm_bios_log_teardown() argument
553 securityfs_remove(lst[i]); in tpm_bios_log_teardown()
/drivers/staging/tidspbridge/rmgr/
Dnldr.c271 struct ovly_sect **lst,
978 struct ovly_sect **lst, in add_ovly_sect() argument
987 ovly_section = last_sect = *lst; in add_ovly_sect()
1018 if (*lst == NULL) { in add_ovly_sect()
1020 *lst = new_sect; in add_ovly_sect()
/drivers/infiniband/hw/ipath/
Dipath_iba6110.c1101 u64 lst, u64 ltst) in ipath_setup_ht_setextled() argument
1116 lst = (dd->ipath_led_override & IPATH_LED_LOG) in ipath_setup_ht_setextled()
1136 if (lst == INFINIPATH_IBCS_L_STATE_ACTIVE) in ipath_setup_ht_setextled()
1145 if (lst == INFINIPATH_IBCS_L_STATE_ACTIVE) in ipath_setup_ht_setextled()
/drivers/infiniband/hw/qib/
Dqib_iba6120.c1444 u64 extctl, val, lst, ltst; in qib_6120_setup_setextled() local
1459 lst = (ppd->led_override & QIB_LED_LOG) ? in qib_6120_setup_setextled()
1464 lst = qib_6120_iblink_state(val); in qib_6120_setup_setextled()
1467 lst = 0; in qib_6120_setup_setextled()
1476 if (lst == IB_PORT_ACTIVE) in qib_6120_setup_setextled()
Dqib_iba7220.c1730 u64 extctl, ledblink = 0, val, lst, ltst; in qib_setup_7220_setextled() local
1743 lst = (ppd->led_override & QIB_LED_LOG) ? in qib_setup_7220_setextled()
1748 lst = qib_7220_iblink_state(val); in qib_setup_7220_setextled()
1751 lst = 0; in qib_setup_7220_setextled()
1767 if (lst == IB_PORT_ACTIVE) in qib_setup_7220_setextled()