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

/linux-4.4.14/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.c2721 struct ieee80211_roc_work *dep, *tmp2; ieee80211_cancel_roc() local
/linux-4.4.14/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
118 static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep, __dwc3_gadget_ep0_queue() argument
226 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep0_queue() local
263 struct dwc3_ep *dep; dwc3_ep0_stall_and_restart() local
288 struct dwc3_ep *dep = to_dwc3_ep(ep); __dwc3_gadget_ep0_set_halt() local
298 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep0_set_halt() local
321 struct dwc3_ep *dep; dwc3_wIndex_to_dep() local
345 struct dwc3_ep *dep; dwc3_ep0_handle_status() local
403 struct dwc3_ep *dep; dwc3_ep0_handle_feature() local
606 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_ep0_set_sel_cmpl() local
650 struct dwc3_ep *dep; dwc3_ep0_set_sel() local
886 struct dwc3_ep *dep; dwc3_ep0_complete_status() local
924 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; dwc3_ep0_xfer_complete() local
1009 static int dwc3_ep0_start_control_status(struct dwc3_ep *dep) dwc3_ep0_start_control_status() argument
1021 static void __dwc3_ep0_do_control_status(struct dwc3 *dwc, struct dwc3_ep *dep) __dwc3_ep0_do_control_status() argument
1035 struct dwc3_ep *dep = dwc->eps[event->endpoint_number]; dwc3_ep0_do_control_status() local
1040 static void dwc3_ep0_end_control_data(struct dwc3 *dwc, struct dwc3_ep *dep) dwc3_ep0_end_control_data() argument
1077 struct dwc3_ep *dep = dwc->eps[dwc->ep0_expect_in]; dwc3_ep0_xfernotready() local
950 __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
609 static void dwc3_remove_requests(struct dwc3 *dwc, struct dwc3_ep *dep) dwc3_remove_requests() argument
639 static int __dwc3_gadget_ep_disable(struct dwc3_ep *dep) __dwc3_gadget_ep_disable() argument
687 struct dwc3_ep *dep; dwc3_gadget_ep_enable() local
720 struct dwc3_ep *dep; dwc3_gadget_ep_disable() local
750 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_alloc_request() local
778 static void dwc3_prepare_one_trb(struct dwc3_ep *dep, dwc3_prepare_one_trb() argument
863 static void dwc3_prepare_trbs(struct dwc3_ep *dep, bool starting) dwc3_prepare_trbs() argument
976 static int __dwc3_gadget_kick_transfer(struct dwc3_ep *dep, u16 cmd_param, __dwc3_gadget_kick_transfer() argument
1080 static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req) __dwc3_gadget_ep_queue() argument
1194 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_queue() local
1229 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_dequeue() local
1270 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol) __dwc3_gadget_ep_set_halt() argument
1314 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_set_halt() local
1330 struct dwc3_ep *dep = to_dwc3_ep(ep); dwc3_gadget_ep_set_wedge() local
1581 struct dwc3_ep *dep; dwc3_gadget_start() local
1725 struct dwc3_ep *dep; dwc3_gadget_init_hw_endpoints() local
1810 struct dwc3_ep *dep; dwc3_gadget_free_endpoints() local
1837 static int __dwc3_cleanup_done_trbs(struct dwc3 *dwc, struct dwc3_ep *dep, __dwc3_cleanup_done_trbs() argument
1915 static int dwc3_cleanup_done_reqs(struct dwc3 *dwc, struct dwc3_ep *dep, dwc3_cleanup_done_reqs() argument
2025 struct dwc3_ep *dep; dwc3_endpoint_interrupt() local
2145 struct dwc3_ep *dep; dwc3_stop_active_transfer() local
2191 struct dwc3_ep *dep; dwc3_stop_active_transfers() local
2209 struct dwc3_ep *dep; dwc3_clear_stall_all_ep() local
2325 struct dwc3_ep *dep; dwc3_gadget_conndone_interrupt() local
2889 struct dwc3_ep *dep; dwc3_gadget_resume() local
1050 __dwc3_gadget_start_isoc(struct dwc3 *dwc, struct dwc3_ep *dep, u32 cur_uf) __dwc3_gadget_start_isoc() argument
1069 dwc3_gadget_start_isoc(struct dwc3 *dwc, struct dwc3_ep *dep, const struct dwc3_event_depevt *event) dwc3_gadget_start_isoc() argument
1971 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.h625 struct dwc3_ep *dep; member in struct:dwc3_request
/linux-4.4.14/drivers/pnp/
H A Dinterface.c212 int ret, dep = 0, set = 0; options_show() local
/linux-4.4.14/fs/fscache/
H A Dobject.c842 struct fscache_object *dep; fscache_enqueue_dependents() local
/linux-4.4.14/fs/hpfs/
H A Dnamei.c520 struct hpfs_dirent *dep, *nde; hpfs_rename() local
/linux-4.4.14/fs/xfs/
H A Dxfs_dir2_readdir.c166 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_getdents() local
481 xfs_dir2_data_entry_t *dep; /* data entry */ xfs_dir2_leaf_getdents() local
/linux-4.4.14/scripts/kconfig/
H A Dexpr.c751 int expr_contains_symbol(struct expr *dep, struct symbol *sym) expr_contains_symbol() argument
779 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.h174 struct expr *dep; member in struct:menu
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_dir2_data.c51 xfs_dir2_data_entry_t *dep; /* data entry */ __xfs_dir3_data_check() local
514 xfs_dir2_data_entry_t *dep; /* active data entry */ xfs_dir2_data_freescan() local
648 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.c343 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_addname() local
616 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_lookup() local
664 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_lookup_int() local
766 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_removename() local
846 xfs_dir2_data_entry_t *dep; /* block data entry */ xfs_dir2_block_replace() local
1055 xfs_dir2_data_entry_t *dep; /* data entry pointer */ xfs_dir2_sf_to_block() local
H A Dxfs_dir2_leaf.c614 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leaf_addname() local
1158 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leaf_lookup() local
1218 xfs_dir2_data_entry_t *dep; /* data entry */ xfs_dir2_leaf_lookup_int() local
1349 xfs_dir2_data_entry_t *dep; /* data entry structure */ xfs_dir2_leaf_removename() local
1490 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leaf_replace() local
H A Dxfs_dir2_node.c675 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leafn_lookup_for_entry() local
1163 xfs_dir2_data_entry_t *dep; /* data block entry */ xfs_dir2_leafn_remove() local
1649 xfs_dir2_data_entry_t *dep; /* data entry pointer */ xfs_dir2_node_addname_int() local
2038 xfs_dir2_data_entry_t *dep; xfs_dir2_node_lookup() local
2134 xfs_dir2_data_entry_t *dep; /* data entry changed */ xfs_dir2_node_replace() local
/linux-4.4.14/drivers/dma/
H A Ddmaengine.c1168 struct dma_async_tx_descriptor *dep = txd_next(tx); dma_run_dependencies() local
/linux-4.4.14/net/sched/
H A Dsch_sfq.c108 struct sfq_head dep; /* anchor in dep[] chains */ member in struct:sfq_slot
135 struct sfq_head dep[SFQ_MAX_DEPTH + 1]; member in struct:sfq_sched_data
/linux-4.4.14/arch/parisc/include/asm/
H A Dassembly.h133 dep,z \r, 31-(\sa), 32-(\sa), \t variable
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dnet2280.h181 struct net2280_dep_regs __iomem *dep; member in struct:net2280
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c980 int dep; cfs_hash_dep_print() local
/linux-4.4.14/drivers/acpi/
H A Dscan.c1561 struct acpi_dep_data *dep; acpi_device_dep_initialize() local
1787 struct acpi_dep_data *dep, *tmp; acpi_walk_dep_device_list() local
/linux-4.4.14/sound/core/
H A Dpcm_lib.c1139 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 758 milliseconds