Searched refs:compare_data (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dcomponent.h101 int (*compare)(struct device *, void *), void *compare_data);
104 int (*compare_typed)(struct device *, int, void *), void *compare_data);
111 * @compare_data: opaque pointer passed to the @compare function
125 int (*compare)(struct device *, void *), void *compare_data)
128 compare_data);
123 component_match_add(struct device *parent, struct component_match **matchptr, int (*compare)(struct device *, void *), void *compare_data) argument
/linux-master/include/rdma/
H A Dib_hdrs.h58 __be64 compare_data; /* potentially unaligned */ member in struct:ib_atomic_eth
152 return ib_u64_get(&ateth->compare_data);
157 ib_u64_put(val, &ateth->compare_data);
/linux-master/drivers/base/
H A Dcomponent.c290 * @data: @compare_data from component_match_add_release()
292 * A common compare function when compare_data is device of_node. e.g.
305 * @data: @compare_data from component_match_add_release()
318 * @data: @compare_data from component_match_add_release()
320 * A common compare function when compare_data is struce device. e.g.
332 * @data: @compare_data from component_match_add_release()
334 * A common compare function when compare_data is device name string. e.g.
386 void *compare_data)
420 match->compare[match->num].data = compare_data;
429 * @release: release function for @compare_data
381 __component_match_add(struct device *parent, struct component_match **matchptr, void (*release)(struct device *, void *), int (*compare)(struct device *, void *), int (*compare_typed)(struct device *, int, void *), void *compare_data) argument
445 component_match_add_release(struct device *parent, struct component_match **matchptr, void (*release)(struct device *, void *), int (*compare)(struct device *, void *), void *compare_data) argument
472 component_match_add_typed(struct device *parent, struct component_match **matchptr, int (*compare_typed)(struct device *, int, void *), void *compare_data) argument
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c139 u64 data = be64_to_cpu(ateth->compare_data);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4635 u8 compare_data[WCN36XX_HAL_PROTOCOL_DATA_LEN]; member in struct:wcn36xx_hal_rcv_pkt_filter_params

Completed in 154 milliseconds