[go: nahoru, domu]

Searched refs:n_cmds (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-notif-wait.c100 for (i = 0; i < w->n_cmds; i++) {
139 const u8 *cmds, int n_cmds,
144 if (WARN_ON(n_cmds > MAX_NOTIF_CMDS))
145 n_cmds = MAX_NOTIF_CMDS;
149 wait_entry->n_cmds = n_cmds;
150 memcpy(wait_entry->cmds, cmds, n_cmds);
137 iwl_init_notification_wait(struct iwl_notif_wait_data *notif_wait, struct iwl_notification_wait *wait_entry, const u8 *cmds, int n_cmds, bool (*fn)(struct iwl_notif_wait_data *notif_wait, struct iwl_rx_packet *pkt, void *data), void *fn_data) argument
H A Diwl-notif-wait.h85 * @n_cmds: number of command IDs
109 u8 n_cmds; member in struct:iwl_notification_wait
124 const u8 *cmds, int n_cmds,
/drivers/video/fbdev/
H A Dpxafb.c1201 int pxafb_smart_queue(struct fb_info *info, uint16_t *cmds, int n_cmds) argument
1206 for (i = 0; i < n_cmds; i++, cmds++) {

Completed in 106 milliseconds