Home
last modified time | relevance | path

Searched refs:modep (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/arm/ti/
H A Dti_gpio.c924 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map_fdt() argument
955 if (modep != NULL) in ti_gpio_pic_map_fdt()
956 *modep = mode; in ti_gpio_pic_map_fdt()
962 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map_gpio() argument
976 if (modep != NULL) in ti_gpio_pic_map_gpio()
977 *modep = mode; in ti_gpio_pic_map_gpio()
983 u_int *irqp, uint32_t *modep) in ti_gpio_pic_map() argument
989 (struct intr_map_data_fdt *)data, irqp, modep)); in ti_gpio_pic_map()
992 (struct intr_map_data_gpio *)data, irqp, modep)); in ti_gpio_pic_map()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx_gpio.c181 u_int *irqp, uint32_t *modep) in gpio_pic_map_fdt() argument
230 if (modep != NULL) in gpio_pic_map_fdt()
231 *modep = mode; in gpio_pic_map_fdt()
237 u_int *irqp, uint32_t *modep) in gpio_pic_map_gpio() argument
261 if (modep != NULL) in gpio_pic_map_gpio()
262 *modep = dag->gpio_intr_mode; in gpio_pic_map_gpio()
268 u_int *irqp, uint32_t *modep) in gpio_pic_map() argument
274 irqp, modep)); in gpio_pic_map()
277 irqp, modep)); in gpio_pic_map()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_gpio_v1.c505 struct intr_map_data_fdt *daf, u_int *irqp, uint32_t *modep) in mtk_gpio_pic_map_fdt() argument
522 if (modep != NULL) in mtk_gpio_pic_map_fdt()
523 *modep = GPIO_INTR_EDGE_BOTH; in mtk_gpio_pic_map_fdt()
530 struct intr_map_data_gpio *dag, u_int *irqp, uint32_t *modep) in mtk_gpio_pic_map_gpio() argument
541 if (modep != NULL) in mtk_gpio_pic_map_gpio()
542 *modep = dag->gpio_intr_mode; in mtk_gpio_pic_map_gpio()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c1029 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map_fdt() argument
1065 if (modep != NULL) in bcm_gpio_pic_map_fdt()
1066 *modep = mode; in bcm_gpio_pic_map_fdt()
1072 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map_gpio() argument
1088 if (modep != NULL) in bcm_gpio_pic_map_gpio()
1089 *modep = mode; in bcm_gpio_pic_map_gpio()
1095 u_int *irqp, uint32_t *modep) in bcm_gpio_pic_map() argument
1101 (struct intr_map_data_fdt *)data, irqp, modep)); in bcm_gpio_pic_map()
1104 (struct intr_map_data_gpio *)data, irqp, modep)); in bcm_gpio_pic_map()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c704 ace_mask_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_mask_to_mode() argument
732 *modep = mode; in ace_mask_to_mode()
1001 ace_allow_to_mode(uint32_t mask, o_mode_t *modep, boolean_t isdir) in ace_allow_to_mode() argument
1009 return (ace_mask_to_mode(mask, modep, isdir)); in ace_allow_to_mode()
/f-stack/freebsd/sys/
H A Dcapsicum.h476 int cap_getmode(u_int *modep);
H A Dsysproto.h1537 char modep_l_[PADL_(u_int *)]; u_int * modep; char modep_r_[PADR_(u_int *)]; member
/f-stack/freebsd/kern/
H A Dsys_capability.c130 return (copyout(&i, uap->modep, sizeof(i))); in sys_cap_getmode()
H A Dsystrace_args.c2851 uarg[0] = (intptr_t) p->modep; /* u_int * */ in systrace_args()