Searched defs:dep (Results 1 - 26 of 26) sorted by relevance

/linux-4.1.27/net/mac80211/
H A Doffchannel.c214 struct ieee80211_roc_work *roc, *dep, *tmp; ieee80211_hw_roc_start() local
304 struct ieee80211_roc_work *dep, *tmp; ieee80211_roc_notify_destroy() local
357 struct ieee80211_roc_work *dep; ieee80211_sw_roc_work() local
H A Dcfg.c2699 struct ieee80211_roc_work *dep, *tmp2; ieee80211_cancel_roc() local
/linux-4.1.27/drivers/usb/dwc3/
H A Dgadget.h73 struct dwc3_ep *dep = req->dep; dwc3_gadget_move_request_queued() local
H A Dep0.c63 struct dwc3_ep *dep; dwc3_ep0_start_trans() local
108 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, __dwc3_gadget_ep0_queue() argument
216 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep0_queue() local
253 struct dwc3_ep *dep; dwc3_ep0_stall_and_restart() local
278 struct dwc3_ep *dep = to_dwc3_ep(ep); __dwc3_gadget_ep0_set_halt() local
288 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep0_set_halt() local
311 struct dwc3_ep *dep; dwc3_wIndex_to_dep() local
335 struct dwc3_ep *dep; dwc3_ep0_handle_status() local
393 struct dwc3_ep *dep; dwc3_ep0_handle_feature() local
596 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_ep0_set_sel_cmpl() local
640 struct dwc3_ep *dep; dwc3_ep0_set_sel() local
857 struct dwc3_ep *dep; dwc3_ep0_complete_status() local
895 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; dwc3_ep0_xfer_complete() local
977 static int dwc3_ep0_start_control_status(struct dwc3_ep *dep) dwc3_ep0_start_control_status() argument
989 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep) __dwc3_ep0_do_control_status() argument
1003 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; dwc3_ep0_do_control_status() local
1008 static void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep) dwc3_ep0_end_control_data() argument
1045 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; dwc3_ep0_xfernotready() local
921 __dwc3_ep0_do_control_data(struct dwc3 *dwc, struct dwc3_ep *dep, struct dwc3_request *req) __dwc3_ep0_do_control_data() argument
H A Dgadget.c194 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; dwc3_gadget_resize_tx_fifos() local
234 void dwc3_gadget_giveback(struct dwc3_ep *dep, struct dwc3_request *req, dwc3_gadget_giveback() argument
316 struct dwc3_ep *dep = dwc->eps[ep]; dwc3_send_gadget_ep_cmd() local
353 static dma_addr_t dwc3_trb_dma_offset(struct dwc3_ep *dep, dwc3_trb_dma_offset() argument
361 static int dwc3_alloc_trb_pool(struct dwc3_ep *dep) dwc3_alloc_trb_pool() argument
380 static void dwc3_free_trb_pool(struct dwc3_ep *dep) dwc3_free_trb_pool() argument
425 static int dwc3_gadget_start_config(struct dwc3 *dwc, struct dwc3_ep *dep) dwc3_gadget_start_config() argument
443 struct dwc3_ep *dep = dwc->eps[i]; dwc3_gadget_start_config() local
456 static int dwc3_gadget_set_ep_config(struct dwc3 *dwc, struct dwc3_ep *dep, dwc3_gadget_set_ep_config() argument
519 static int dwc3_gadget_set_xfer_resource(struct dwc3 *dwc, struct dwc3_ep *dep) dwc3_gadget_set_xfer_resource() argument
538 static int __dwc3_gadget_ep_enable(struct dwc3_ep *dep, __dwc3_gadget_ep_enable() argument
592 static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep) dwc3_remove_requests() argument
622 static int __dwc3_gadget_ep_disable(struct dwc3_ep *dep) __dwc3_gadget_ep_disable() argument
664 struct dwc3_ep *dep; dwc3_gadget_ep_enable() local
714 struct dwc3_ep *dep; dwc3_gadget_ep_disable() local
748 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_alloc_request() local
776 static void dwc3_prepare_one_trb(struct dwc3_ep *dep, dwc3_prepare_one_trb() argument
861 static void dwc3_prepare_trbs(struct dwc3_ep *dep, bool starting) dwc3_prepare_trbs() argument
974 static int __dwc3_gadget_kick_transfer(struct dwc3_ep *dep, u16 cmd_param, __dwc3_gadget_kick_transfer() argument
1079 static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req) __dwc3_gadget_ep_queue() argument
1177 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_queue() local
1214 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_dequeue() local
1255 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol) __dwc3_gadget_ep_set_halt() argument
1299 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_set_halt() local
1315 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_set_wedge() local
1566 struct dwc3_ep *dep; dwc3_gadget_start() local
1710 struct dwc3_ep *dep; dwc3_gadget_init_hw_endpoints() local
1784 struct dwc3_ep *dep; dwc3_gadget_free_endpoints() local
1811 static int __dwc3_cleanup_done_trbs(struct dwc3 *dwc, struct dwc3_ep *dep, __dwc3_cleanup_done_trbs() argument
1889 static int dwc3_cleanup_done_reqs(struct dwc3 *dwc, struct dwc3_ep *dep, dwc3_cleanup_done_reqs() argument
1991 struct dwc3_ep *dep; dwc3_endpoint_interrupt() local
2110 struct dwc3_ep *dep; dwc3_stop_active_transfer() local
2156 struct dwc3_ep *dep; dwc3_stop_active_transfers() local
2174 struct dwc3_ep *dep; dwc3_clear_stall_all_ep() local
2290 struct dwc3_ep *dep; dwc3_gadget_conndone_interrupt() local
2858 struct dwc3_ep *dep; dwc3_gadget_resume() local
1049 __dwc3_gadget_start_isoc(struct dwc3 *dwc, struct dwc3_ep *dep, u32 cur_uf) __dwc3_gadget_start_isoc() argument
1068 dwc3_gadget_start_isoc(struct dwc3 *dwc, struct dwc3_ep *dep, const struct dwc3_event_depevt *event) dwc3_gadget_start_isoc() argument
1945 dwc3_endpoint_transfer_complete(struct dwc3 *dwc, struct dwc3_ep *dep, const struct dwc3_event_depevt *event) dwc3_endpoint_transfer_complete() argument
H A Dcore.h609 struct dwc3_ep *dep; member in struct:dwc3_request
/linux-4.1.27/fs/xfs/
H A Dxfs_dir2_readdir.c166 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_getdents() local
478 xfs_dir2_data_entry_t *dep; /* data entry */ xfs_dir2_leaf_getdents() local
/linux-4.1.27/fs/hpfs/
H A Dnamei.c522 struct hpfs_dirent *dep, *nde; hpfs_rename() local
/linux-4.1.27/drivers/pnp/
H A Dinterface.c212 int ret, dep = 0, set = 0; options_show() local
/linux-4.1.27/fs/fscache/
H A Dobject.c829 struct fscache_object *dep; fscache_enqueue_dependents() local
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_dir2_data.c50 xfs_dir2_data_entry_t *dep; /* data entry */ __xfs_dir3_data_check() local
509 xfs_dir2_data_entry_t *dep; /* active data entry */ xfs_dir2_data_freescan() local
643 xfs_dir2_data_log_entry( struct xfs_da_args *args, struct xfs_buf *bp, xfs_dir2_data_entry_t *dep) xfs_dir2_data_log_entry() argument
H A Dxfs_dir2_sf.c71 xfs_dir2_data_entry_t *dep; /* data entry in the block */ xfs_dir2_block_sfsize() local
161 xfs_dir2_data_entry_t *dep; /* data entry pointer */ xfs_dir2_block_to_sf() local
H A Dxfs_da_format.c251 xfs_dir2_data_get_ftype( struct xfs_dir2_data_entry *dep) xfs_dir2_data_get_ftype() argument
258 xfs_dir2_data_put_ftype( struct xfs_dir2_data_entry *dep, __uint8_t ftype) xfs_dir2_data_put_ftype() argument
266 xfs_dir3_data_get_ftype( struct xfs_dir2_data_entry *dep) xfs_dir3_data_get_ftype() argument
277 xfs_dir3_data_put_ftype( struct xfs_dir2_data_entry *dep, __uint8_t type) xfs_dir3_data_put_ftype() argument
291 xfs_dir2_data_entry_tag_p( struct xfs_dir2_data_entry *dep) xfs_dir2_data_entry_tag_p() argument
299 xfs_dir3_data_entry_tag_p( struct xfs_dir2_data_entry *dep) xfs_dir3_data_entry_tag_p() argument
H A Dxfs_dir2_block.c339 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_addname() local
612 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_lookup() local
660 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_lookup_int() local
762 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_removename() local
842 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_replace() local
1051 xfs_dir2_data_entry_t *dep; /* data entry pointer */ xfs_dir2_sf_to_block() local
H A Dxfs_dir2_leaf.c609 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leaf_addname() local
1153 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leaf_lookup() local
1213 xfs_dir2_data_entry_t *dep; /* data entry */ xfs_dir2_leaf_lookup_int() local
1344 xfs_dir2_data_entry_t *dep; /* data entry structure */ xfs_dir2_leaf_removename() local
1485 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leaf_replace() local
H A Dxfs_dir2_node.c671 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leafn_lookup_for_entry() local
1159 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leafn_remove() local
1645 xfs_dir2_data_entry_t *dep; /* data entry pointer */ xfs_dir2_node_addname_int() local
2035 xfs_dir2_data_entry_t *dep; xfs_dir2_node_lookup() local
2131 xfs_dir2_data_entry_t *dep; /* data entry changed */ xfs_dir2_node_replace() local
/linux-4.1.27/scripts/kconfig/
H A Dexpr.c779 int expr_contains_symbol(struct expr *dep, struct symbol *sym) expr_contains_symbol() argument
803 bool expr_depends_symbol(struct expr *dep, struct symbol *sym) expr_depends_symbol() argument
H A Dmenu.c107 void menu_add_dep(struct expr *dep) menu_add_dep() argument
128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep) menu_add_prop() argument
178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) menu_add_prompt() argument
189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) menu_add_expr() argument
194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) menu_add_symbol() argument
287 struct expr *parentdep, *basedep, *dep, *dep2, **ep; menu_finalize() local
H A Dexpr.h172 struct expr *dep; member in struct:menu
/linux-4.1.27/drivers/dma/
H A Ddmaengine.c1149 struct dma_async_tx_descriptor *dep = txd_next(tx); dma_run_dependencies() local
/linux-4.1.27/arch/parisc/include/asm/
H A Dassembly.h133 dep,z \r, 31-(\sa), 32-(\sa), \t variable
/linux-4.1.27/net/sched/
H A Dsch_sfq.c109 struct sfq_head dep; /* anchor in dep[] chains */ member in struct:sfq_slot
136 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member in struct:sfq_sched_data
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dnet2280.h181 struct net2280_dep_regs __iomem *dep; member in struct:net2280
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c971 int dep; cfs_hash_dep_print() local
/linux-4.1.27/drivers/acpi/
H A Dscan.c2286 struct acpi_dep_data *dep; acpi_device_dep_initialize() local
2512 struct acpi_dep_data *dep, *tmp; acpi_walk_dep_device_list() local
/linux-4.1.27/sound/core/
H A Dpcm_lib.c1138 snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, int var, snd_pcm_hw_rule_func_t func, void *private, int dep, ...) snd_pcm_hw_rule_add() argument

Completed in 1111 milliseconds