Searched refs:hw_type (Results 1 – 5 of 5) sorted by relevance
128 if (ctx->internal->hw_type->device_uninit) in hwdevice_ctx_free()129 ctx->internal->hw_type->device_uninit(ctx); in hwdevice_ctx_free()146 const HWContextType *hw_type = NULL; in av_hwdevice_ctx_alloc() local151 hw_type = hw_table[i]; in av_hwdevice_ctx_alloc()155 if (!hw_type) in av_hwdevice_ctx_alloc()166 if (hw_type->device_priv_size) { in av_hwdevice_ctx_alloc()167 ctx->internal->priv = av_mallocz(hw_type->device_priv_size); in av_hwdevice_ctx_alloc()172 if (hw_type->device_hwctx_size) { in av_hwdevice_ctx_alloc()173 ctx->hwctx = av_mallocz(hw_type->device_hwctx_size); in av_hwdevice_ctx_alloc()187 ctx->internal->hw_type = hw_type; in av_hwdevice_ctx_alloc()[all …]
104 const HWContextType *hw_type; member115 const HWContextType *hw_type; member
160 u_char hw_type; /* hardware type */ in checkboard() local163 hw_type = readb(CONFIG_ET1100_BASE); in checkboard()165 switch (hw_type) { in checkboard()182 printf("ERROR! Read invalid hw_type: %02X\n", hw_type); in checkboard()
39 char *hw_type;228 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER) in arp_main()259 if (((toys.optflags & FLAG_H) && (get_index(hwtype, TT.hw_type) != h_type)) in arp_main()
452 char *hw_type; member