Searched defs:validate (Results 1 - 9 of 9) sorted by relevance

/drivers/pcmcia/
H A Dcs_internal.h110 int (*validate) (struct pcmcia_socket *s, unsigned int *i); member in struct:pcmcia_callback
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c60 * vmw_bo_to_validate_list - add a bo to a validate list
66 * @p_val_node: If non-NULL Will be updated with the validate node number
169 DRM_ERROR("Could not validate surface.\n");
384 * The validate list should still hold references to all
410 * don't need to validate it when emitting
580 DRM_ERROR("Culd not validate surface.\n");
866 struct ttm_validate_buffer *validate; local
871 validate = &sw_context->val_bufs[reloc->index];
872 bo = validate->bo;
917 * Don't validate pinne
[all...]
/drivers/pci/hotplug/
H A Dibmphp_core.c499 * This routine will initialize the ops data structure used in the validate
566 static int validate(struct slot *slot_cur, int opn) function
576 debug("slot_number in validate is %d\n", slot_cur->number);
598 err("validate failed....\n");
1017 if ((rc = validate(slot_cur, ENABLE))) {
1018 err("validate function failed\n");
1205 rc = validate(slot_cur, DISABLE);
/drivers/firmware/
H A Defivars.c319 bool (*validate)(struct efi_variable *var, int match, u8 *data, member in struct:variable_validate
347 for (i = 0; variable_validate[i].validate != NULL; i++) {
361 return variable_validate[i].validate(var,
370 return variable_validate[i].validate(var,
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c43 * @validate: validate function pointer
52 exe_q_validate validate,
69 o->validate = validate;
127 rc = o->validate(bp, o->owner, elem);
1164 * The 'validate' is run after the 'optimize'.
1215 * The 'validate' is run after the 'optimize'.
1275 * The 'validate' is run after the 'optimize'.
1547 * CAM availiability in the 'validate'
48 bnx2x_exe_queue_init(struct bnx2x *bp, struct bnx2x_exe_queue_obj *o, int exe_len, union bnx2x_qable_obj *owner, exe_q_validate validate, exe_q_remove remove, exe_q_optimize optimize, exe_q_execute exec, exe_q_get get) argument
[all...]
H A Dbnx2x_sp.h208 exe_q_validate validate; member in struct:bnx2x_exe_queue_obj
212 * resources (e.g., credits from validate)
610 int (*validate)(struct bnx2x *bp, member in struct:bnx2x_mcast_obj
/drivers/net/ethernet/intel/igb/
H A De1000_hw.h340 s32 (*validate)(struct e1000_hw *); member in struct:e1000_nvm_operations
/drivers/platform/x86/
H A Dsony-laptop.c611 int (*validate)(const int, const int); /* input/output validation */ member in struct:sony_nc_value
626 .validate = _validate, \
852 * sony_nc_values input/output validate functions
874 * on input validate boolean values 0/1, on output just pass the
902 if (item->validate)
903 value = item->validate(SNC_VALIDATE_OUT, value);
924 if (item->validate)
925 value = item->validate(SNC_VALIDATE_IN, value);
/drivers/net/ethernet/intel/e1000e/
H A Dhw.h836 s32 (*validate)(struct e1000_hw *); member in struct:e1000_nvm_operations

Completed in 495 milliseconds